@charset "utf-8";

.forSP{
	display: none !important;
}
/************************************************************
 下層ページ共通
************************************************************/
main.page {
	display: block;
	margin: 0 auto 75px;
	line-height: 1.8em;
}
main.page h1, main.list h1, main.single h1 {
	text-align: center;
	margin-bottom: 40px;
}
main.page h2 {
	text-align: center;
	margin-bottom: 30px;
}
main.page h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #1e1e1e;
	margin-bottom: 20px;
}
main.page h3:before {
	content: "[";
	margin-right: 5px;
}
main.page h3:after {
	content: "]";
	margin-left: 5px;
}
main.page h4 {
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 8px;
}
main.page h5 {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 12px;
}
main.page .copy {
	text-align: center;
	margin-bottom: 30px;
}
main.page .catch {
	text-align: center;
	line-height: 1.8;
	margin-bottom: 40px;
}
main.page section {
	margin-bottom: 80px;
}
main.page .inner-section {
	margin-bottom: 40px;
}
main.page p {
	margin-bottom: 10px;
}
main.page .note {
	font-size: 12px;
	color: #3B3B3B;
	line-height:1.5;
}
main.page .noteR {
	font-size: 12px;
	color: #3B3B3B;
	text-align: right;
}
main.page .columns3 .photo span {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #e7577c;
	color: #fff;
	font-size: 0.85em;
	padding: 0 10px;
	line-height: 1.8;
}
main.page .columns3 .photo,
main.page .columns4 .photo {
	margin-bottom: 12px;
	position: relative;
}
main.page .columns4 .photo img {
	width: 100%;
	height: auto;
}
main.page .columns4 .photo span {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #e7577c;
	color: #fff;
	font-size: 0.85em;
	padding: 0 10px;
	line-height: 1.8;
}
main.page .columns4 h5 {
	margin-bottom: 7px;
}
main.page .columns4 .txt {
	margin-bottom: 0;
}
main.page .columns3 .ttl,
main.page .columns4 .ttl {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
main.page form{
	margin-top:-120px;
	padding-top:120px;
}
/* list */
main.page ul, main.page ol {
	margin-bottom: 20px;
	max-width: 100%;
}
main.page ul.disc li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
main.page ul.disc2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
main.page ol.decimal li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
main.page ol.katakana li {
	list-style-type: katakana;
	list-style-position: outside;
	margin-left: 20px;
}
main.page ol.upper-latin li {
	list-style-type: upper-latin;
	list-style-position: outside;
	margin-left: 20px;
}
main.page ul.list-m {
	width: 80%;
	margin: auto;
}
main.page ul.list-s {
	width: 50%;
	margin: auto;
}
main.page ul.list-ss {
	width: 30%;
	margin: auto;
}
main.page dl.decimal {
	counter-reset: count 0;
}
main.page dl.decimal>dt:before {
	counter-increment: count;
	content: counter(count) ". ";
}
/*
main.page ul:nth-child(3) {
	width: 800px;
    margin-left: auto;
    margin-right: auto;
}
*/
main.page ul.bmdate:nth-child(3) {
	width: 980px;
    margin-left: auto;
    margin-right: auto;
}
/* btn */
main.page .btn {
	width: 340px;
	text-align: center;
	margin: auto;
}
/* map */
main.page .map {
	position: relative;
}
main.page .map iframe {
	width: 100%;
	height: 350px;
	border: none;
}
main.page .map-btn {
	position: absolute;
	bottom: 22px;
	right: 50px;
}
main.page .map-btn a {
	display: block;
	width: 200px;
	line-height: 0;
	padding: 9px 0;
	text-align: center;
	background-color: #e7577c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
main.page .map-btn a:hover {
	background-color: #ef93ab;
}

/************************************************************
 パンくず
************************************************************/
#breadcrumb {
	margin-bottom:50px;
	border-bottom:solid 1px #eee;
	padding-bottom:9px;
	font-size:0.9em;
	overflow:hidden;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a {
	display: block;
	padding-right: 15px;
	background: url(/assets/images/ico_bread.png) no-repeat right center;
	margin-right: 5px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/************************************************************
 お知らせ
************************************************************/
main.single #content iframe {
	/*max-width:680px !important;
	height:auto;*/
}
main.single #content img {
	max-width:680px !important;
	height:auto;
}
main.single #content table,
main.single #content th,
main.single #content td{
	border:none;
}


/************************************************************
 フォーム
************************************************************/
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
input, textarea, select {
	line-height: 1;
	border: 1px solid #b2b2b2;
	padding: 7px;
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc;
}
input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}
@keyframes onAutoFillStart { from {} to {}}

select.wpcf7c-conf,
textarea.wpcf7c-conf,
input.wpcf7c-conf{
    background-color: white;
    border: none;
}

input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	vertical-align: middle;
	border:none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 250px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	padding: 0;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese';
	color: #333;
	/*border-color: #eb7392;*/
	border-width: 2px;
	border-style: solid;
}
input[type="reset"], input[type="button"] {
	margin-right: 20px;
	/*background-image:url(/bm/assets/images/btn_arrow_00_re.png);*/
	background-repeat: no-repeat;
	background-position: 15% center;
	background-color: #fff;
}
input[type="submit"] {
	/*color: #fff;
	background-color:#eb7392;
	background-image:url(/bm/assets/images/btn_arrow_00_on.png);*/
	background-repeat: no-repeat;
	background-position: 85% center;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
main#request .inner {
	width: 800px;
}
main#contact .inner {
	width: 800px;
}
main#form .inner {
	width: 800px;
}
main.page form table {
	margin-bottom: 40px;
}
main.page form table th {
	width: 30%;
}
main.page form table th span {
	margin-left: 3px;
}
main.page form table td {
	padding: 15px;
}
main.page form table td.school {
	padding: 10px;
}
main.page form table td p {
	margin-bottom: 0;
	font-size: 0.9em;
}
main.page form table ul.kiboubunya {
	margin-bottom: 0;
}
main.page form table ul.kiboubunya li {
	display: inline-block;
	width: 40%;
}
main.page form .btn-area {
	text-align: center;
}
main.page form #birth_year, main.page form #birth_month, main.page form #birth_date {
	margin: 0 5px;
}
main.page form #busjousyaichi {
	margin-right: 10px;
	margin-bottom: 10px;
}
main.page form td.multi-line {
	line-height: 3.5em;
}
main.page form input#birth_year {
	width: 100px;
}
main.page form #zip {
	width: 150px;
}
main.page form #address, main.page form #mail, main.page form #tukisoinin {
	margin-bottom: 10px;
}
main.page form #address {
	width: 100%;
}
main.page form .txt {
	text-align: center;
	margin-bottom: 30px;
}
/* privacy */
main.page form #form-privacy {
	height: 200px;
	border: 1px solid #888;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-bottom: 30px;
}
main.page form #form-privacy section {
	margin-bottom: 20px;
}
main.page form #form-privacy section::after {
	content: "";
	display: block;
	clear: both;
}
main.page form #form-privacy section.inner {
	width: 100%;
}
main.page form #form-privacy .inner-section {
	margin-bottom: 10px;
}
main.page form #form-privacy p {
	text-align: left;
	margin-bottom: 10px;
}
main.page form #form-privacy section {
	/* overflow-y: hidden; */
}
main.page form #form-privacy article {
	float: right;
}
main.page form #form-privacy article h5 {
	color: #000;
	font-weight: normal;
	margin-bottom: 3px;
}
main.page form #form-privacy .date {
	text-align: right;
	margin-bottom: 20px;
}
main.page form #form-privacy .name {
	text-align: right;
	margin-bottom: 0;
}
main.page #form-area .flow,
main.page #form .flow {
	text-align: center;
	margin-bottom: 30px;
}

.mw_wp_form .error{
    color: red;
    font-size: 1.0em;
    border-width: 4px;
    text-align: left;
    padding: 0em;
}
.mw_wp_form .horizontal-item, 
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.mw_wp_form .btn-area input {
    color: #333;
}
.mw_wp_form_complete .input-only,
.mw_wp_form_confirm .input-only,
.mw_wp_form_complete .mw_form_only,
.mw_wp_form_confirm .mw_form_only{
	display: none;
}
.mw_wp_form_complete .check-only,
.mw_wp_form_input .check-only,
.mw_wp_form_complete .mw_check_only,
.mw_wp_form_input .mw_check_only{
	display: none;
}
.mw_wp_form_complete .btn-reset,
.mw_wp_form_confirm .btn-reset{
	display: none;
}
.mw_wp_form_complete .btn-back,
.mw_wp_form_input .btn-back{
	display: none;
}
.mw_wp_form_complete .btn-submit,
.mw_wp_form_input .btn-submit{
	display: none;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill,
main#request_new input:-webkit-autofill,
main#form_new input:-webkit-autofill,
main#contact input:-webkit-autofill,
main#request input:-webkit-autofill,
main#form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf,
main#request_new .wpcf7-form-control.wpcf7c-conf,
main#form_new .wpcf7-form-control.wpcf7c-conf,
main#contact .wpcf7-form-control.wpcf7c-conf,
main#request .wpcf7-form-control.wpcf7c-conf,
main#form .wpcf7-form-control.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 0;
}

/************************************************************
 ～の方へ
************************************************************/
/* common
------------------------------ */
#for-affiliate h1 {
	text-align:left;
}
#for-affiliate p {
	margin-bottom:20px;
}
/* bg-balloon */
#for-affiliate .bg-balloon {
	margin-bottom:40px;
}
#for-affiliate .bg-balloon .bg-balloon-inner {
	padding-bottom:40px;
}
#for-affiliate .bg-balloon .bg-balloon-inner::before {
	content:" ";
	display:block;
	height:34px;
	background-repeat:repeat-x;
	background-position:top center;
	margin-bottom:20px;
}
#for-affiliate .bg-balloon::after {
	content:" ";
	display:block;
	height:34px;
	background-repeat:repeat-x;
	background-position:top center;
}
#for-affiliate .bg-balloon p {
	color:#fff;
}

/* bg-balloon.bg-balloon-white */
#for-affiliate .bg-balloon.balloon-white .bg-balloon-inner {
	background-color:#fff;
}
#for-affiliate .bg-balloon.balloon-white .bg-balloon-inner::before {
	display:none;
	/*background-image:url(/assets/images/for/bg-balloon-white.png);
	margin-bottom:30px;*/
}
#for-affiliate .bg-balloon.balloon-white::after {
	background-image:url(/assets/images/for/bg-balloon-white.png);
}
#for-affiliate .bg-balloon.balloon-white p {
	color:inherit;
}

/* for-message */
#for-affiliate #for-message {
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:70px;
	margin-bottom:40px;
}
#for-affiliate #for-message .text-area .catch {
	text-align:left;
}
/* for-opencampus */
#for-affiliate #for-opencampus .bg-balloon-inner {
	background-repeat:no-repeat;
	background-position:bottom center;
}
#for-affiliate #for-opencampus h2 {
	margin-bottom:20px;
}
#for-affiliate #for-opencampus p {
	text-align:center;
}
#for-affiliate #for-opencampus ul {
	margin-bottom:20px;
	text-align:center;
}
#for-affiliate #for-opencampus ul li {
	display:inline-block;
	margin-right:10px;
}
#for-affiliate #for-opencampus ul li:last-child {
	margin-right:0;
}
#for-affiliate #for-opencampus .btn {
	margin-bottom:0;
}
/* for-request */
#for-affiliate #for-request p {
	text-align:center;
}
/* for-anxiety */
#for-affiliate #for-anxiety .bg-balloon-inner {
	background-repeat:no-repeat;
	background-position:bottom center;
}
#for-affiliate #for-anxiety h2 {
	margin-bottom:20px;
}
#for-affiliate #for-anxiety p {
	text-align:center;
}
#for-affiliate #for-anxiety .btn {
	margin-bottom:0;
}
/* for-support */
#for-affiliate #for-support {
	margin-bottom:0;
}
#for-affiliate #for-support .btn-area {
	text-align:right;
}
#for-affiliate #for-support .columns > * {
	float:right;
}
/* for-saturday */
#for-affiliate #for-saturday .bg-balloon-inner {
	padding-bottom:25px;
}
#for-affiliate #for-saturday .inner {
	position:relative;
}
#for-affiliate #for-saturday p {
	text-align:center;
}
#for-affiliate #for-saturday .image {
	position:absolute;
	top:113px;
	left:0;
	margin-bottom:0;
	z-index:90;
}
#for-affiliate #for-saturday .btn-area {
	margin-bottom:50px;
    position: relative;
    z-index: 110;
}
#for-affiliate #for-saturday .btn-area .btn {
	width:260px;
}

/* 高校1・2年生の方へ
------------------------------ */
/* for-opencampus */
#highschool #for-opencampus .bg-balloon-inner {
	background-image:url(/assets/images/for/highschool/opencampus-bg.png);
}
#highschool #for-guidance .bg-balloon-inner {
	padding-bottom:25px;
}
#highschool #for-guidance .inner {
	position:relative;
}
#highschool #for-guidance p {
	text-align:center;
}
#highschool #for-guidance .image {
	position:absolute;
	bottom:-45px;
	left:0;
	margin-bottom:0;
}

/* 高校3年生の方へ
------------------------------ */
/* for-message */
#third_gr #for-message {
	padding-bottom:0;
}
#third_gr #for-guidance .bg-balloon-inner {
	padding-bottom:25px;
}
#third_gr #for-guidance .inner {
	position:relative;
}
#third_gr #for-guidance p {
	text-align:center;
}
#third_gr #for-guidance .image {
	position:absolute;
	bottom:-45px;
	left:0;
	margin-bottom:0;
}

/* 大学・短大生・社会人の方へ
---------------------------------------- */
#university {
	margin-bottom:0;
}
/* for-message */
#university #for-message {
	padding-bottom:30px;
}

/* 保護者の方へ
---------------------------------------- */
/* for-message */
#guardian #for-message {
	padding-bottom:0 ;
}
/* for-opencampus */
#guardian #for-opencampus ul {
	text-align:center;
}
#guardian #for-opencampus ul li {
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
#guardian #for-opencampus ul li:nth-child(3) {
	margin-right:0;
}
/* for-job-placement */
#guardian #for-job-placement {
	margin-bottom:50px;
}
#guardian #for-job-placement p {
	text-align:center;
}
#guardian #for-job-placement .columns2 > * {
	background-repeat:no-repeat;
	background-position:top center;
	padding:30px 20px;
	box-sizing:border-box;
	width:480px;
	height:200px;
}
#guardian #for-job-placement .columns2 .career-support {
	margin-right:20px;
	background-image:url(/assets/images/for/guardian/job-placement-bgL.png);
}
#guardian #for-job-placement .columns2 .total-support {
	background-image:url(/assets/images/for/guardian/job-placement-bgR.png);
}
/* for-answer */
#guardian #for-answer p {
	text-align:center;
}
/* for-impression */
#guardian #for-impression ul {
	overflow:hidden;
	text-align:center;
}
#guardian #for-impression ul:after {
	content:"";
	clear:both;
	display:block;
}
#guardian #for-impression ul li {
	display:inline-block;
	vertical-align:top;
	width:315px;
	height:255px;
	background-image:url(/assets/images/for/guardian/impression-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	box-sizing:border-box;
	padding:40px 20px 20px 20px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:2.1em;
	text-align:left;

}
#guardian #for-impression ul li:nth-child(3) {
	margin-right:0;
}
#guardian #for-impression ul li.impression-s {
	height:195px;
	background-image:url(/assets/images/for/guardian/impression-bg-s.png);
}

/* 高校の先生方へ
---------------------------------------- */
/* common */
#teacher ul.contact {
    position: relative;
    z-index: 110;
}
#teacher ul.contact li.tel {
	display:inline-block;
	margin-right:10px;
	vertical-align:bottom;
}
#teacher ul.contact li.staff {
	display:inline-block;
	margin-right:0;
	text-align:left;
	line-height:1.2em;
	vertical-align:bottom;
}
/* for-message */
#teacher #for-message {
	background:none;
	padding-bottom:0;
}
#teacher #for-message .inner {
	background-repeat:no-repeat;
	background-position:right 20px;
}
/* for-guidance */
#teacher #for-guidance .bg-balloon-inner {
	padding-bottom:15px;
}
#teacher #for-guidance .inner {
	text-align:center;
	position:relative;
}
#teacher #for-guidance .image {
	position:absolute;
	top:230px;
	left:10px;
}
#teacher #for-guidance .btn {
    z-index: 110;
    position: relative;
}
/* for-other */
#teacher #for-other {
	text-align:center;
}

/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message {
	padding-bottom:20px;
	background-position: right top;
}
#enterprise #for-message .adjust-width {
	width:510px;
}
#enterprise #for-message p.name {
	text-align:right;
	margin-bottom:70px;
}
#enterprise #for-message article{
	padding:30px;
	margin-bottom:30px;
}
#enterprise #for-message article p{
	margin-bottom:0;
}
#enterprise #traning .introduce{
	margin-bottom:50px;
}
#enterprise #traning .introduce p{
	text-align:center;
}
#enterprise #traning .columns2 {
	margin-bottom:30px;
}
#enterprise #traning .columns2 article {
	padding:30px;
}
#enterprise #traning .columns2 p {
	margin-bottom:0;
}

/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message2{
	background:none;
	padding-bottom:0;
}
#enterprise #for-message2 .inner {
	background-image:url(/nw/assets/images/for/enterprise/message-bg.png);
}
#enterprise #for-message2 .inner {
	background-repeat:no-repeat;
	background-position:right top;
}
#enterprise #for-message2 p.adjust-width {
	width:520px;
}
#enterprise #for-message2 p.name {
	text-align:right;
	margin-bottom:70px;
}
#enterprise #for-message2 .columns2 {
	margin-bottom:30px;
}
#enterprise #for-message2 .columns2 article {
	background-color:#f8f8ee;
	padding:30px;
}
#enterprise #for-message2 .columns2 p {
	margin-bottom:0;
}
/* for-group */
#enterprise #for-group .columns2 article {
	background-image:url(/assets/images/for/enterprise/group-ico.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-color:#e6e6e6;
	margin-bottom:20px;
}
#enterprise #for-group .columns2 article a {
	display:block;
	/*padding:20px;*/
	width:100%;
	/*height:90px;*/
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.yafc a {
	display:block;
	width:100%;
	padding: 12px 0;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kafc a {
	display:block;
	width:100%;
	padding: 12px 0;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto1 a {
	display:block;
	width:100%;
	padding: 12px 0;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto2 a {
	display:block;
	width:100%;
	padding: 12px 0;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto3 a {
	display:block;
	width:100%;
	padding: 12px 0;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article h4 {
	margin-bottom:0;
}
#enterprise #for-group .columns2 article .old-name {
	margin-bottom:0;
	color:#666666;
	font-size:0.9em;
}
#enterprise #for-group .columns2 article.cd h4 {
	color:#ed7700;
}
#enterprise #for-group .columns2 article.ba h4 {
	color:#2896e9;
}
#enterprise #for-group .columns2 article.bm h4 {
	color:#eb7392;
}
#enterprise #for-group .columns2 article.rh h4 {
	color:#009980;
}
#enterprise #for-group .columns2 article.nw h4 {
	color:#84c03a;
}
#enterprise #for-group .columns2 article.go h4 {
	color:#4eaff0;
}
#enterprise #for-group .columns2 article.yafc h4 {
	color:#ff7bac;
}
#enterprise #for-group .columns2 article.kafc h4 {
	color:#004198;
}
#enterprise #for-group .columns2 article.nb h4 {
	color:#fa8083;
	margin-top:12px;
}
#enterprise #for-group .columns2 article.kyoto1 h4 {
	color:#a00700;
}
#enterprise #for-group .columns2 article.kyoto2 h4 {
	color:#fb44a1;
}
#enterprise #for-group .columns2 article.kyoto3 h4 {
	color:#e5007f;
}

/* 卒業生の方へ
------------------------------ */
/* for-message */
#graduate #for-message {
	background:none;
	padding-bottom:0;
}
#graduate #for-message .inner {
	background-repeat:no-repeat;
	background-position:top right;
}
#graduate #for-message ul {
	text-align:center;
}
#graduate #for-message ul li {
	display:inline-block;
	margin-right:10px;
}
#graduate #for-message ul li:last-child {
	margin-right:0;
}
/* for-certificate */
#graduate #for-certificate h2 {
	margin-bottom:20px;
}
#graduate #for-certificate .columns2 .catch {
	margin-bottom:20px;
}
#graduate #for-certificate .columns2 article {
	padding:20px;
	background-color:#eeeeee;
	margin-bottom:20px;
	width:49%;
}
#graduate #for-certificate .columns2 article:nth-child(odd) {
	margin-right:2%;
}
#graduate #for-certificate .columns2 article h4 {
	margin-bottom:0;
}
#graduate #for-certificate .columns2 article.cd h4 {
	color:#ed7700;
}
#graduate #for-certificate .columns2 article.ba h4 {
	color:#2896e9;
}
#graduate #for-certificate .columns2 article.bm h4 {
	color:#eb7392;
}
#graduate #for-certificate .columns2 article.rh h4 {
	color:#009980;
}
#graduate #for-certificate .columns2 article.nw h4 {
	color:#84c03a;
}
#graduate #for-certificate .columns2 article.go h4 {
	color:#4eb5f0;
}
#graduate #for-certificate .columns2 article.nb h4 {
	color:#fa8083;
}
#graduate #for-certificate .columns2 article.yc h4 {
	color:#d87498;
}
#graduate #for-certificate .columns2 article.kc h4 {
	color:#1b428a;
}
#graduate #for-certificate .columns2 article .old-name {
	color:#666666;
	margin-bottom:10px;
}
#graduate #for-certificate .columns2 article .tel {
	margin-bottom:0;
}
#graduate #for-certificate .columns2 article .tel span {
	margin-right:20px;
}
#graduate #for-certificate .columns2 article .tel span:last-child {
	margin-right:0;
}
/* for-alumni */
#graduate #for-alumni {
	text-align:center;
}


/************************************************************
よくあるご質問
************************************************************/
main#faq article{
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:30px;
}
main#faq article:last-child,
main#faq article:nth-child(odd):nth-last-child(2){
	border:none;
	padding-bottom:0;
}
main#faq article h5 {
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 33px;
}
main#faq article p,
main#faq article .answer {
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:33px;
}
main#faq article ol.decimal li {
	margin-left:50px;
}
main#faq article dl{
	margin-bottom:10px;
}

main#faq article .answer p {
	padding-left:0;
}
main#faq article .answer *:last-child{
	margin-bottom:0;
}
main#faq article .answer ol.decimal li {
	margin-left:20px;
}
main#faq article .answer ul{
	margin-bottom:10px;
}

/************************************************************
 オープンキャンパス
************************************************************/
#opencampus .inner, #night .inner, #after-school .inner, #advise .inner, .g-opencampus#lecture .inner {
	width: 800px;
}
#opencampus #ttl-area dl, #night #ttl-area dl, #after-school #ttl-area dl, #advise #ttl-area dl, .g-opencampus#lecture #ttl-area dl {
	text-align: center;
	margin-bottom: 20px;
}
#opencampus #ttl-area dt, #opencampus #ttl-area dd, #night #ttl-area dt, #night #ttl-area dd, #after-school #ttl-area dt, #after-school #ttl-area dd, #advise #ttl-area dt, #advise #ttl-area dd, .g-opencampus#lecture #ttl-area dt, .g-opencampus#lecture #ttl-area dd {
	font-size:1.2em;
	letter-spacing:0.1em;
	margin-bottom: 15px;
}
#opencampus #ttl-area dd, #night #ttl-area dd, #after-school #ttl-area dd, #advise #ttl-area dd, .g-opencampus#lecture #ttl-area dd {
	color:#2896e9;
	font-size: 2em;
	font-weight: bold;
}
#opencampus #opencampus-post .detail, #night #night-consult .detail, #after-school #after-consult .detail, #advise #advise-consult .detail, .g-opencampus#lecture #saturday-course .detail {
	margin-bottom: 60px;
}
#opencampus #opencampus-post .detail table,
#opencampus #opencampus-post .detail th,
#opencampus #opencampus-post .detail td,
#night #night-consult .detail table,
#night #night-consult .detail th,
#night #night-consult .detail td,
#after-school #after-consult .detail table,
#after-school #after-consult .detail th,
#after-school #after-consult .detail td,
#advise #advise-consult .detail table,
#advise #advise-consult .detail th,
#advise #advise-consult .detail td,
.g-opencampus#lecture #saturday-course .detail table,
.g-opencampus#lecture #saturday-course .detail th,
.g-opencampus#lecture #saturday-course .detail td{
	border:none;
}
#opencampus .detail strong, #night .detail strong, #after-school .detail strong, #advise .detail strong, .g-opencampus#lecture .detail strong{
	color:inherit;
}
#opencampus #opencampus-post .btn-area, #night #night-consult .btn-area, #after-school #after-consult .btn-area, #advise #advise-consult .btn-area, .g-opencampus#lecture #saturday-course .btn-area {
	text-align: center;
}
#opencampus #opencampus-post .btn-area .btn, #night #night-consult .btn-area .btn, #after-school #after-consult .btn-area .btn, #advise #advise-consult .btn-area .btn, .g-opencampus#lecture #saturday-course .btn-area .btn {
	display: inline-block;
}
#opencampus #opencampus-post .btn-area .btn:first-child, #night #night-consult .btn-area .btn:first-child, #after-school #after-consult .btn-area .btn:first-child, #advise #advise-consult .btn-area .btn:first-child, .g-opencampus#lecture #saturday-course .btn-area .btn:first-child {
	margin-right: 20px;
}

/************************************************************
 インタビュー、声
************************************************************/
main.page #interview .columns2>*{
	width:465px;
	margin-right:50px;
}
main.page #interview .columns2>*:last-child{
	margin-right:0;
}
main.page #interview .columns2 strong{
	color:inherit;
}
main.page #interview .columns2 dt{
	font-weight:bold;
	padding-left:1em;
	position:relative;
}
main.page #interview .columns2 dt:after{
	position:absolute;
	left:0;
	top:0.8em;
	content:"";
	width:0.8em;
	height:1px;
}
main.page #interview.interview01 section:first-child dt{
	color:#3d92ed;	
}
main.page #interview.interview01 section:first-child dt:after{
	background-color:#3d92ed;
}
main.page #interview.interview01 section:nth-child(2) dt{
	color:#ef697f;	
}
main.page #interview.interview01 section:nth-child(2) dt:after{
	background-color:#ef697f;
}
main.page #interview.interview01 section:nth-child(3) dt{
	color:#3fb31c;	
}
main.page #interview.interview01 section:nth-child(3) dt:after{
	background-color:#3fb31c;
}
main.page #interview.interview01 section:nth-child(4) dt{
	color:#e86128;	
}
main.page #interview.interview01 section:nth-child(4) dt:after{
	background-color:#e86128;
}
main.page #interview.interview02 section:first-child dt{
	color:#ef697f;	
}
main.page #interview.interview02 section:first-child dt:after{
	background-color:#ef697f;
}
main.page #interview.interview02 section:nth-child(2) dt{
	color:#3d92ed;	
}
main.page #interview.interview02 section:nth-child(2) dt:after{
	background-color:#3d92ed;
}
main.page #interview.interview02 section:nth-child(3) dt{
	color:#e86128;	
}
main.page #interview.interview02 section:nth-child(3) dt:after{
	background-color:#e86128;
}
main.page #interview.interview02 section:nth-child(4) dt{
	color:#3fb31c;	
}
main.page #interview.interview02 section:nth-child(4) dt:after{
	background-color:#3fb31c;
}
main.page #interview.interview03 section:first-child dt{
	color:#e86128;	
}
main.page #interview.interview03 section:first-child dt:after{
	background-color:#e86128;
}
main.page #interview.interview03 section:nth-child(2) dt{
	color:#3fb31c;	
}
main.page #interview.interview03 section:nth-child(2) dt:after{
	background-color:#3fb31c;
}
main.page #interview.interview03 section:nth-child(3) dt{
	color:#e86128;	
}
main.page #interview.interview03 section:nth-child(3) dt:after{
	background-color:#e86128;
}
main.page #interview.interview03 section:nth-child(4) dt{
	color:#3fb31c;	
}
main.page #interview.interview03 section:nth-child(4) dt:after{
	background-color:#3fb31c;
}
main.page #interview.interview03 section:nth-child(8) dt{
	color:#e86128;	
}
main.page #interview.interview03 section:nth-child(8) dt:after{
	background-color:#e86128;
}
main.page #interview.interview03 section:nth-child(9) dt{
	color:#3fb31c;	
}
main.page #interview.interview03 section:nth-child(9) dt:after{
	background-color:#3fb31c;
}
main.page #interview .columns2 dd{
	margin-bottom:15px;
}
main.page #interview .columns2 dd{
	margin-bottom:15px;
}

/************************************************************
 先輩の成長ストーリー
************************************************************/
main#story {
}
main#story #story-head {
	margin-bottom:40px;
}
main#story .story-blocks h3:before,main#story .story-blocks h3:after {
	display:none;
}

/* 1set
------------------------------ */
main#story .story-block {
	margin-bottom:40px;
}
main#story .story-block:last-child {
	margin-bottom:0;
}
main#story .story-block > * {
	margin-bottom:20px;
}
main#story .story-block > *:last-child {
	margin-bottom:0;
}
/* block-head */
main#story .story-block .block-head {
	position:relative;
}
main#story .story-block .block-head .main-info {
	position:absolute;
	top:20px;
	width:45%;
}
main#story .story-block:nth-child(odd) .block-head .main-info {
	left:20px;
}
main#story .story-block:nth-child(even) .block-head .main-info {
	right:20px;
}
main#story .story-block .block-head .main-info .copy {
	text-align:left;
}
main#story .story-block .block-head .main-info .name {
	font-size:1.1em;
	margin-bottom: 5px;
	vertical-align:middle;
}
main#story .story-block .block-head .main-info .course {
	margin-bottom:0;
	width:300px;
	text-align:center;
	color:#fff;
	background-color:#c39cc0;
}
main#story .story-block .block-head .main-info .course span {
	font-size:0.85em;
	padding-left:5px;
}
main#story .story-block .block-head .main-info .company {
	margin-bottom:0;
	width:300px;
	text-align:center;
	background-color:#f9f5f9;
}
/* mystory */
main#story .story-block .mystory {
	background:url(/assets/images/course/story/bg-story.png) left top repeat-x;
}
main#story .story-block .mystory .image {
	margin-bottom:0;
}
/* qa */
main#story .story-block .qa {
}
main#story .story-block .qa .columns3 .block {
	border:solid 3px #dfdfdf;
	position:relative;
	padding:2px 2px 0 0;
	margin-bottom:15px;
	width:316px;
	margin-right:16px;
	box-sizing:border-box;
}
main#story .story-block .qa .columns3 .block:before {
	display:block;
	position:absolute;
	top:-3px;
	right:-3px;
}
main#story .story-block .qa .columns3 .block .block-inner {
	border-top:solid 1px #dfdfdf;
	border-right:solid 1px #dfdfdf;
	padding:10px;
	height:100%;
	box-sizing:border-box;
}
main#story .story-block .qa .columns3 .block .block-inner .question {
	height:45px;
	margin:0 0 10px 0;
}
main#story .story-block .qa .columns3 .block .block-inner .question h3 {
	display:inline-block;
	font-size:0.9em;
	text-align:left;
	padding:0.6em 0 5px 0;
	margin-left:45px;
	border-bottom:dotted 1px #cccccc;
}
main#story .story-block .qa .columns3 .block .block-inner .question h3.multi-line {
	padding:0 0 5px 0;
}
main#story .story-block .qa .columns3 .block .block-inner .answer {
	font-size:1.3em;
	text-align:left;
	font-weight:normal;
	padding-left:50px;
}
main#story .story-block .qa .columns3 .block .block-inner .answer strong {
	color:#333333;
}

/************************************************************
 YICの適職診断
************************************************************/
/* 共通スタイル */
#question .inner {
	width:920px;
}
#question-start strong {
	color:#333;
}
.frame {
	background:url(../../yic/assets/images/question/bg-01.jpg)repeat;
	margin-bottom: 25px;
}
.contents-box{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	padding: 100px 0;
	position:relative;
}
.contents-box:before{
    content: "";
    display: block;
    background: url(../../yic/assets/images/question/paper-top.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    min-height: 31px;
}
.contents-box:after{
    content: "";
    display: block;
    background: url(../../yic/assets/images/question/paper-bottom.png) no-repeat;
    background-size: 100%;
    min-height: 40px;
}
.inner-box{
    padding: 5% 10%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -15px;
    background-size: 100%;
}
.deco-img-01 {
	position: absolute;
    top: 21px;
    left: -80px;;
    margin-bottom: 0;
}
.deco-img-02 {
	position: absolute;
    top: 11px;
    left: 260px;
    margin-bottom: 0;
}
.deco-img-03 {
    position: absolute;
    top: 18px;
    right: -93px;
    margin-bottom: 0;
}
.deco-img-04 {
	position: absolute;
    bottom: 6px;
    left: -102px;
    margin-bottom: 0;
}
.deco-img-05 {
	position: absolute;
    bottom: 37px;
    left: 230px;
    margin-bottom: 0;
}
.deco-img-06 {
	position: absolute;
    bottom: 10px;
    right: -75px;
    margin-bottom: 0;
}
.deco-tape-01 {
	position: absolute;
    top: 70px;
    right: -32px;
    margin-bottom: 0;
}
.deco-tape-02 {
	position: absolute;
    bottom: 70px;
    left: -30px;
    margin-bottom: 0;
}
.return-btn{
	text-align:center;
	margin-bottom:0;
}
/* スタート画面 */
#question-start .ttl-img{
	margin-bottom:20px;
}
#question-start ul{
	margin-bottom:0;
}
#question-start ul li{
	display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
}
/* 質問画面 */
#question-mywork .que-box {
	margin-bottom:20px;
}
#question-mywork .inner-box{
    padding: 10% 12%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -15px;
    background-size: 100%;
}
#question-mywork .que-ttl{
	height:90px;
	margin-bottom:20px;
}
#question-mywork .que-ttl img{
	float:left;
}
#question-mywork .que-ttl p{
    width: 440px;
    display: inline-block;
    font-size: 1.5em;
    border-bottom: dashed 1px #4d4d4d;
    padding: 16px 0 10px 0;
    text-indent: 0.5em;
	margin-bottom:0;
}
#question-mywork .que-btn{
	text-align:center;
	margin-bottom:0;
}
#question-mywork .que-btn ul li{
	display:inline-block;
}
#question-mywork .que-btn ul li:first-child{
	margin-right:15px;
}
/* 結果画面 */
#question-result .contents-box-result{
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	padding: 60px 0;
	position:relative;
}
#question-result .contents-box-result:before{
    content: "";
    display: block;
    background: url(../../yic/assets/images/question/paper-top.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    min-height: 33px;
}
#question-result .contents-box-result:after{
    content: "";
    display: block;
    background: url(../../yic/assets/images/question/paper-bottom.png) no-repeat;
    background-size: 100%;
    min-height: 45px;
}
#question-result .contents-box-result .deco-tape-01{
	position: absolute;
    top: 28px;
    right: -30px;
    margin-bottom: 0;
}
#question-result .contents-box-result .deco-tape-02{
	position: absolute;
    bottom: 34px;
    left: -30px;
    margin-bottom: 0;
}
#question-result .contents-box-result .deco-result-result{
	position: absolute;
    bottom: 45px;
    right: -50px;
	margin-bottom:0;
}
#question-result .inner-box-result{
    padding: 1% 10%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -15px;
    background-size: 100%;
}
#question-result .result-img{
	margin-bottom:10px;
}
#question-result .work-name{
	border-bottom: solid 2px #0088c7;
    padding-bottom: 5px;
}
#question-result .work-name span{
    background: linear-gradient(transparent 50%, #fffa64 50%);
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 5px;
}
#question-result .work-answer{
    padding: 0.7em 0.7em;
    margin: 25px 0;
    background: #0088c7;
    box-shadow: 0px 0px 0px 5px #0088c7;
    border: solid 1px #fff;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}
#question-result .example{
	font-weight: bold;
    margin-bottom: 0;
}
#question-result .answer-txt{
    margin-bottom: 15px;
    border-bottom: dashed 1px #4d4d4d;
    padding-bottom: 15px;
}
#question-result .answer-lasttxt{
	    width: 500px;
}
#question-mywork .first-view-off{
	    /*display: none;*/
}
#question-mywork .que-btn img {
    cursor: pointer;
}
#question-mywork .que-btn img:hover {
    opacity: 0.7;
}
#question-result .contents-box-result{
    /*display: none;*/
}

/************************************************************
 給付型奨学金
************************************************************/
#scholarship{
}
#scholarship .section{
	margin-bottom: 0;
}
#scholarship .section.title{
}
#scholarship .section.title .ttl-txt{
	text-align: center;
}
#scholarship .section.title .ttl-txt p {
	margin-bottom: 2em;
}
#scholarship .section.title .mainvisual-img{
}
#scholarship .section.title .mainvisual-txt{
}
#scholarship .section.caption{
	margin-top: 40px;
	text-align: center;
}
#scholarship .section.support{
	margin-top: 40px;
	text-align: center;
}
#scholarship .section.support:after{
	content: "";
	display: block;
	clear: both;
}
#scholarship .section.support img{
	display: block;
	float: left;
}
#scholarship .section.support img:nth-of-type(2){
	float: right;
}
#scholarship .section.price{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
#scholarship .section.price .title{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 20px;
}
#scholarship .section.price .example{
	margin-bottom: 20px;
}
#scholarship .section.price .target{
	margin-bottom: 20px;
}
#scholarship .section.price .point{
	margin-bottom: 25px;
	background-color: #c8bb9b;
	/*box-shadow: 1px 5.13px 2.56px 1px #231815;*/
	box-shadow: 1px 5.13px 2.56px 0.5px rgba(35,24,21,0.3);
}
#scholarship .section.price .simulator {
}
#scholarship .section.price .simulator a{
	display: block;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
#scholarship .section.schedule {
	margin-bottom: 45px;
	/*background-color: #c8bb9b;*/
	/*box-shadow: 1px 5.13px 2.56px 1px #231815;*/
	/*box-shadow: 1px 5.13px 2.56px 0.5px rgba(35,24,21,0.2);*/
}
#scholarship .section.telephone {
	margin-bottom: 60px;
}
#scholarship .section.consultation {
	margin-bottom: 60px;
}
#scholarship .section.school_list{
	text-align: center;
}
#scholarship .section.school_list .title{
	margin-bottom: 30px;
}
#scholarship .section.school_list ul {
	text-align: center;
}
#scholarship .section.school_list ul:after {
	content: "";
	display: block;
	clear: both;
}
#scholarship .section.school_list ul li {
	width: 298px;
	float: left;
	margin-right: 41px;
	margin-bottom: 30px;
}
#scholarship .section.school_list ul li:nth-of-type(3n) {
	margin-right: 0;
	float: right;
}
#scholarship .section.school_list ul li:nth-of-type(3n + 1) {
	clear: both;
}
#scholarship .section.school_list ul li img {
	width: 100%;
}
#scholarship .section.school_list ul li.kc {
	margin-top: 30px;
}






#scholarship .common_line {
    float: left;
    
}
#scholarship .common_contact {
    text-align: center;
    margin-bottom: 10px;
}
#scholarship .common_contact img {
    margin-bottom: 10px;
}
#scholarship .common_contact .request_btn img {
    margin-bottom: 22px;
}
#scholarship .common_contact:after {
    content: "";
    display: block;
    clear: both;
}
#scholarship .common_contact > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
#scholarship .common_contact > div.left {
    width: 590px;
    margin-right: 30px;
}
#scholarship .common_contact > div.right {
    float: right;
    width: 330px;
    
}
#scholarship .common_tel {
    margin-top: 5px;
}
#scholarship .common_tel a:hover {
    opacity: 1;
}
/* works_PC */
.works_list ul li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 2px #777;
}
.works_list ul li a{
  color: #3343CC;
  text-decoration: underline;
  font-size: 16px;
}
#works h1{
  text-align: center;
  padding: 50px 10px;
  background-color:#3343cc;
  color:#F5F5F5;
  font-size: 28px;
  font-weight: bold;
}
.maincontent_inner{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
.maincontent_inner_tb0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.maincontent_inner h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.maincontent_inner h2 + p{
  margin-top: 30px;
  font-size: 16px;
  color: #3343cc;
}