@charset "utf-8";

/************************************************************
 下層ページ共通
************************************************************/
main.page {
	display: block;
	line-height: 1.8em;
}
main.page h1, main.list h1, main.single h1 {
	text-align: center;
	margin-bottom: 8%;
}
main.page h1 img, main.list h1 img, main.single h1 img {
	max-width: 94%
}
main.page h2 {
	text-align: center;
	margin-bottom: 5%;
}
main.page h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #1e1e1e;
	margin-bottom: 3%;
}
main.page h3:before {
	content: "[";
	margin-right: 5px;
}
main.page h3:after {
	content: "]";
	margin-left: 5px;
}
main.page h4 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 1.5%;
}
main.page h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3%;
}
main.page .copy {
	/* text-align: center; */
	margin-bottom: 5%;
}
main.page .catch {
	/* text-align: center; */
	line-height: 1.8;
	margin-bottom: 5%;
}
main.page section {
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 10%;
}
main.page .inner-section {
	margin-bottom: 7%;
}
main.page p {
	margin-bottom: 2%;
}
main.page .note {
	font-size: 12px;
	color: #3B3B3B;
}
main.page .noteR {
	font-size: 12px;
	color: #3B3B3B;
}
main.page .columns4 .photo {
	margin-bottom: 3%;
	position: relative;
}
main.page .columns4 .photo img {
	width: 100%;
	height: auto;
}
main.page .columns4 h5 {
	margin-bottom: 1%;
}
main.page .columns4 .photo span {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #e7577c;
	color: #fff;
	font-size: 0.8em;
	padding: 0 10px;
	line-height: 1.8;
}
main.page .columns4 .txt {
	margin-bottom: 0;
}
main.page .columns4 .ttl {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
main.page form{
	margin-top:-40px;
	padding-top:40px;
}
/* list */
main.page ul, main.page ol {
	margin-bottom: 10%;
}
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;
	margin-bottom: 1%;
}
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 {
}
main.page dl.decimal {
	counter-reset: count 0;
}
main.page dl.decimal>dt:before {
	counter-increment: count;
	content: counter(count) ". ";
}
/* btn */
main.page .btn {
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
}
/* map */
main.page .map {
	position: relative;
}
main.page .map iframe {
	width: 100%;
	height: 250px;
	border: none;
}
main.page .map-btn {
	width: 90%;
	position: absolute;
	bottom: 7%;
	left: 0;
	right: 0;
	margin: auto;
}
main.page .map-btn a {
	display: block;
	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;
}
.sp-scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.sp-scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.sp-scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.sp-scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.sp-scroll table{
width: 1000px !important;
}

/************************************************************
 フォーム
************************************************************/
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 {
	max-width: 100%;
	line-height: 1;
	border: 1px solid #b2b2b2;
	padding: 7px;
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc;
}
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: 100%;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	vertical-align: middle;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 100%;
	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"] {
	/*background-image:url(/bm/assets/images/btn_arrow_00_re.png);*/
	background-repeat: no-repeat;
	background-position: 10% center;
	background-color: #fff;
	margin-bottom: 3%;
}
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: 90% center;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
main.page form table {
	border: none !important;
}
main.page form table th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-top: solid 1px #888;
	border-right: none !important;
	margin-bottom: 3%;
}
main.page form table tr:last-child th {
	border-bottom: solid 1px #888 !important;
}
main.page form table th span {
	margin-left: 3px;
}
main.page form table td {
	width: 100%;
	display: block;
	padding: 0 !important;
	box-sizing: border-box;
	border-right: none !important;
	border-bottom: none !important;
	margin-bottom: 5%;
}
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 #school_name, main.page form #school_gakka, main.page form #school_gakunen, main.page form #zip {
	margin-left: 5px;
	width: 75%
}
main.page form #birth_year, main.page form #birth_month, main.page form #birth_date {
	margin: 0 3px;
}
main.page form #busjousyaichi {
	margin-right: 10px;
	margin-bottom: 10px;
}
main.page form span.bus {
	display: block;
}
main.page form td.multi-line {
	line-height: 3.5em;
}
main.page form input#birth_year {
	width: 100px;
}
main.page form #sankakiboubi {
	width: 100%;
}
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 {
	margin-bottom: 5%;
}
/* privacy */
main.page form #form-privacy {
	height: 200px;
	border: 1px solid #888;
	padding: 3%;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-bottom: 7%;
}
main.page form #form-privacy section {
	margin-bottom: 20px;
}
main.page form #form-privacy section.inner {
	width: 100%;
	margin: 0;
	margin-bottom: 3%;
}
main.page form #form-privacy .inner-section {
	margin-bottom: 10px;
}
main.page form #form-privacy p {
	text-align: left;
	margin-bottom: 3%;
}
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: 3%;
}
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: 1.5em;
}

.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 !important;
}
.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-confirm,
.mw_wp_form_confirm .btn-confirm{
	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;
	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 {
}
#for-affiliate #for-opencampus ul {
	margin-bottom:20px;
	text-align:center;
}
#for-affiliate #for-opencampus ul li {
	display:inline-block;
	width:25%;
	margin-right:5%;
}
#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 {
}
/* 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 {
}
#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-saturday */
#for-affiliate #for-saturday .bg-balloon-inner {
	padding-bottom:25px;
}
#for-affiliate #for-saturday .image {
	display:none;
}

/* 高校1・2年生の方へ
------------------------------ */
/* for-opencampus */
#highschool #for-opencampus .bg-balloon-inner {
	background-image:url(/assets/images/for/highschool/opencampus-bg.png);
}
/* for-guidance */
#highschool #for-guidance .image {
	display:none;
}

/* 高校3年生の方へ
------------------------------ */
/* for-message */
#third_gr #for-message {
	padding-bottom:0;
}
/* for-guidance */
#third_gr #for-guidance .image {
	display:none;
}

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

/* 保護者の方へ
---------------------------------------- */
/* for-message */
#guardian #for-message {
	padding-bottom:0 ;
}
/* for-opencampus */
#guardian #for-opencampus ul {
	text-align:center;
}
#guardian #for-opencampus ul li {
	text-align:center;
	margin-right:0;
	margin-bottom:10px;
	width:80%;
}
/* for-job-placement */
#guardian #for-job-placement {
	margin-bottom:50px;
}
#guardian #for-job-placement p {
}
#guardian #for-job-placement .columns2 > * {
	padding:20px 20px 0 20px;
	box-sizing:border-box;
	width:100%;
	border:solid 5px #e6e6e6;
}
#guardian #for-job-placement .columns2 .career-support {
}
#guardian #for-job-placement .columns2 .total-support {
}
/* for-answer */
#guardian #for-answer p {
}
/* 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 {
	border:1px solid #797979;
	padding:30px;
	margin-bottom:5%;
	position:relative;
}
#guardian #for-impression ul li:after {
	content:"";
	background-image: url(/assets/images/for/guardian/bg_impression_corner.jpg);
	width:31px;
	height:31px;
	position:absolute;
	left:-1px;
	top:-1px;
}
#guardian #for-impression ul li p{
	background-image: url(/assets/images/for/guardian/bg_impression.jpg);
	line-height: 29px !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align:left;
}

/* 高校の先生方へ
---------------------------------------- */
/* common */
#teacher ul.contact {
	margin-bottom:20px;
}
#teacher ul.contact li {
	text-align:center;
	margin-bottom:10px;
}
/* for-message */
#teacher #for-message {
	padding-bottom:20px;
	background-position:right 20px;
}
/* for-guidance */
#teacher #for-guidance {
}
#teacher #for-guidance .image {
	display:none;
}
/* for-other */
#teacher #for-other {
	text-align:center;
}

/* 企業採用担当者様へ
------------------------------ */
/* for-message */
#enterprise #for-message .name{
	margin-bottom:40px;
	text-align:right;
}
#enterprise #for-message article{
	padding:20px;
	margin-bottom:20px;
}
#enterprise #for-message article p{
	margin-bottom:0;
}
#enterprise #traning .columns2 {
	margin-bottom:5%;
}
#enterprise #traning .columns2 article {
	padding:20px;
}
#enterprise #traning .columns2 p {
	margin-bottom:0;
}
/* for-message2 */
#enterprise #for-message2 p.name {
	margin-bottom:40px;
	text-align:right;
}
#enterprise #for-message2 .columns2 {
	margin-bottom:30px;
}
#enterprise #for-message2 .columns2 article {
	background-color:#f8f8ee;
	padding:20px;
}
#enterprise #for-message2 .columns2 article 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;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kafc a {
	display:block;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto1 a {
	display:block;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto2 a {
	display:block;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.kyoto3 a {
	display:block;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
}
#enterprise #for-group .columns2 article.cd a {
	height:100px;
}
#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:#80cb44;
}
#enterprise #for-group .columns2 article.nb h4 {
	color:#fa8083;
	margin-top:12px;
}
#graduate #for-certificate .columns2 article.yc h4 {
	color:#d87498;
}
#graduate #for-certificate .columns2 article.kc h4 {
	color:#1b428a;
}
#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;
}
#enterprise #for-group .columns2 article.yafc h4 {
	color:#ff7bac;
}
#enterprise #for-group .columns2 article.kafc h4 {
	color:#004198;
}
#enterprise #for-group .columns2 article.yafc {
	/*padding: 10px 0;*/
}
#enterprise #for-group .columns2 article.kafc {
	/*padding: 10px 0;*/
}
#enterprise #for-group .columns2 article.kyoto1 {
	/*padding: 10px 0;*/
}
#enterprise #for-group .columns2 article.kyoto2 {
	/*padding: 10px 0;*/
}
#enterprise #for-group .columns2 article.kyoto3 {
	/*padding: 10px 0;*/
}

/* 卒業生の方へ
------------------------------ */
/* for-message */
#graduate #for-message {
	padding-bottom:0;
}
#graduate #for-message ul {
	text-align:center;
}
#graduate #for-message ul li {
	margin-bottom:10px;
}
#graduate #for-message ul li:last-child {
}
/* 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:10px;
}
#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 .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:10px;
}
#graduate #for-certificate .columns2 article .tel span:last-child {
	margin-right:0;
}
/* for-alumni */
#graduate #for-alumni {
}


/************************************************************
よくあるご質問
************************************************************/
main#faq article{
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:30px;
}
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;
}



/************************************************************
 インタビュー、声
************************************************************/

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: 3%;
}

/************************************************************
 先輩の成長ストーリー
************************************************************/
main#story {
}
main#story #story-head {
	margin-bottom:20px;
}
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 .main-info .name {
	display:none;
}
main#story .story-block .block-head .main-info .course {
	display:none;
}
main#story .story-block .block-head .main-info .company {
	display:none;
}
/* mystory */
main#story .story-block .mystory {
	background:url(/assets/images/course/story/sp/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;
	margin-right:0;
	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 {
	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-bottom:5px;
	margin-left:45px;
	border-bottom:dotted 1px #cccccc;
}
main#story .story-block .qa .columns3 .block .block-inner .question h3 br {
	display:none;
}
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: 100%;
    margin-left: 0;
    margin-right: 0;
}
#question-start strong {
	color:#333;
}
.frame {
	background:url(../../yic/assets/images/question/bg-01.jpg)repeat;
	margin-bottom: 10%;
}
.contents-box{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	padding: 8% 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: 10px;
}
.contents-box:after{
    content: "";
    display: block;
    background: url(../../yic/assets/images/question/paper-bottom.png) no-repeat;
    background-size: 100%;
    min-height: 25px;
}
.inner-box{
    padding: 11% 9%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -1px;
    background-size: 100%;
}
.deco-img-01 {
    position: absolute;
    top: -1%;
    left: -1%;
    margin-bottom: 0!important;
    max-width: 52%;
    height: auto;
}
.deco-img-02 {
    position: absolute;
    top: -2%;
    right: 3%;
    margin-bottom: 0!important;
    max-width: 40%;
    height: auto;
}
.deco-img-03,.deco-img-04{
    margin-bottom: 0!important;
}
.deco-img-05 {
    position: absolute;
    bottom: 2%;
    left: 7%;
    margin-bottom: 0!important;
    max-width: 44%;
    height: auto;
}
.deco-img-06 {
	position: absolute;
    bottom: -1%;
    right: -2%;
    margin-bottom: 0!important;
    max-width: 35%;
    height: auto;
}
.deco-tape-01 {
    position: absolute;
    top: 3%;
    right: -2%;
    margin-bottom: 0!important;
    max-width: 15%;
    height: auto;
}
.deco-tape-02 {
    position: absolute;
    bottom: 4%;
    left: -2%;
    margin-bottom: 0!important;
    max-width: 15%;
    height: auto;
}
.return-btn{
	text-align:center;
	margin-bottom:0;
}
/* スタート画面 */
#question-start .ttl-img{
	margin-bottom: 6%;
    max-width: 90%;
    height: auto;
}
#question-start .ttl-txt{
	margin-bottom:6%;
}
#question-start ul{
	margin-bottom:0;
}
#question-start ul li:first-child{
	margin-bottom:7%;
}
#question-start ul li:last-child{
	text-align:center;
}

/* 質問画面 */
#question-mywork .que-box {
	margin-bottom:5%;
}
#question-mywork .first-view-off {
	display:none;
}

#question-mywork .inner-box{
    padding: 12% 7% 10% 10%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -21px;
    background-size: 100%;
}
#question-mywork .que-ttl{
	margin-bottom: 10%;
    text-align: center;
}
#question-mywork .que-ttl p{
    font-size: 1.5em;
    border-bottom: dashed 1px #4d4d4d;
    padding: 8% 0 3% 0;
    margin-bottom: 0;
    line-height: 1.5em;
}
#question-mywork .que-btn{
	text-align:center;
}
#question-mywork .que-btn ul li:first-child{
	margin-bottom: 6%;
}
/* 結果画面 */
#question-result .contents-box-result{
	width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 8% 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: 13px;
}
#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: 25px;
}
#question-result .contents-box-result .deco-tape-01{
	position: absolute;
    top: 1.5%;
    right: -2%;
}
#question-result .contents-box-result .deco-tape-02{
	position: absolute;
    bottom: 2%;
    left: -2%;
}
#question-result .contents-box-result .deco-result-result{
	position: absolute;
    right: 1%;
    top: 0%;
    margin-bottom: 0;
    max-width: 40%;
}
#question-result .inner-box-result{
    padding: 4% 7% 4% 10%;
    background: url(../../yic/assets/images/question/paper-center.png) repeat-y 0 -16px;
    background-size: 100%;
}
#question-result .result-img{
	margin-bottom:2%;
}
#question-result .work-name{
	border-bottom: solid 2px #0088c7;
    padding-bottom: 2%;
    line-height: 2.4em;
}
#question-result .work-name span{
    background: linear-gradient(transparent 50%, #fffa64 50%);
    font-size: 1.8em;
    font-weight: bold;
    padding: 0px 5px;
	letter-spacing: 0.1em;
}
#question-result .work-answer{
    padding: 0.7em 0.7em;
    margin: 10% 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: 5%;
    border-bottom: dashed 1px #4d4d4d;
    padding-bottom: 5%;
}

/************************************************************
 給付型奨学金
************************************************************/
#scholarship{
}
#scholarship img {
	width: 100%;
}
#scholarship h1 img {
	width: auto;
}
#scholarship .section{
}
#scholarship .section.title{
}
#scholarship .section.title .ttl-txt{
	text-align: center;
}
#scholarship .section.title .ttl-txt p {
	margin-bottom: 1.5em;
}
#scholarship .section.title .mainvisual-img{
}
#scholarship .section.title .mainvisual-txt{
	margin-top: 20px;
}
#scholarship .section.caption{
	margin-top: 20px;
	text-align: center;
}
#scholarship .section.support{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}
#scholarship .section.support:after{
}
#scholarship .section.support img{
	display: block;
	margin-bottom: 20px;
}
#scholarship .section.support img:nth-of-type(2){
}
#scholarship .section.price{
	text-align: center;
	margin-bottom: 35px;
}
#scholarship .section.price .title{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
#scholarship .section.price .example{
	margin-bottom: 20px;
}
#scholarship .section.price .target{
	margin-bottom: 20px;
}
#scholarship .section.price .point{
	/*box-shadow: 1px 5.13px 2.56px 1px #231815;*/
	box-shadow: 1px 3.71px 1.86px 0.5px rgba(35,24,21,0.3);
	margin-bottom: 20px;
}
#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: 30px;
	/*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: 20px;
}
#scholarship .section.consultation {
	margin-bottom: 20px;
}
#scholarship .section.school_list{
	text-align: center;
}
#scholarship .section.school_list .title {
	margin-bottom: 20px;
}
#scholarship .section.school_list ul {
	text-align: center;
}
#scholarship .section.school_list ul:after {
}
#scholarship .section.school_list ul li {
	display: inline-block;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 50px;
}
#scholarship .section.school_list ul li img {
	width: 100%;
	height: auto;
}
#scholarship .section.school_list ul li:nth-of-type(3n) {
}
#scholarship .section.school_list ul li:nth-of-type(3n + 1) {
}
#scholarship .section.school_list ul li:last-of-type {
	margin-bottom: 0px;
}




#scholarship .common_line {
    margin-bottom: 5%;
    
}
#scholarship .common_contact {
    margin-bottom: 5%;
}
#scholarship .common_contact img {
     margin-bottom: 5px;
}
#scholarship .common_contact .request_btn img {
    margin-bottom: 17px;
}
#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;
    
}
/* works_SP */
.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: 15px;
}
#works  h1 {
  text-align: center;
  padding: 40px 10px;
  background-color: #3343CC;
  color: #F5F5F5;
  font-size: 28px;
  font-weight: bold;
}
.maincontent_inner {
  width: 90%;
  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: 15px;
}
@media only screen and (max-width: 768px) {
  .maincontent {
    min-width: auto;
  }
