@charset "UTF-8";
/* CSS Document */



.inner{
	max-width: 980px;
}

a.faq_a{
	color: #00b8ee;
}

a.faq_a:hover{
	color: #b28850;
}


/************************ GUIDELINE ***************************/

body.GUIDELINE #contentsarea h2.inview_title{
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: #053e75 solid 1px;
	width: 0px;
	overflow: hidden;
	transition: all 500ms 0s ease;
}

body.GUIDELINE #contentsarea h2.inview_title span{
	display: block;
	white-space: nowrap;
	color: #053e75;
	letter-spacing: 20px;
	opacity: 0;
	transition: all 1000ms .3s ease;
}

body.GUIDELINE #contentsarea h2.inview_title_on{
	width: 100%;
	
}

body.GUIDELINE #contentsarea h2.inview_title_on span{
	letter-spacing: 1px;
	opacity: 1;
}




body.GUIDELINE #contentsarea .gudelinebox{
	padding-top: 50px;
	padding-bottom: 100px;
}

body.GUIDELINE #contentsarea dl{
	width: 100%;
}

body.GUIDELINE #contentsarea dl dt,
body.GUIDELINE #contentsarea dl dd{
	padding: 25px 0px;
}

body.GUIDELINE #contentsarea dl dt{
	float: left;
	width: 30%;
	color: #004b9b;
	font-size: 16px;
	vertical-align: top;
	line-height: 1.6;
	font-weight: 600;
	padding-top: 30px;
}

body.GUIDELINE #contentsarea dl dd{
	padding-left: 30%;
	border-bottom: #ccc solid 1px;
	vertical-align: top;
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#naitei li{
	border-bottom: #ccc dotted 1px;
	padding: 4px 0px;
	margin-bottom: 5px;
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#shokusyu li{
	position: relative;
	padding: 4px 0px;
	margin-bottom: 5px;
	line-height: 1.6;
	padding-left: 1em;
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#shokusyu li::before{
	content: "";
	position: absolute;
	left: 0;
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#shokusyu li:nth-child(1)::before{
	content: "①"
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#shokusyu li:nth-child(2)::before{
	content: "②"
}

body.GUIDELINE #contentsarea #gudelinebox_1 dl dd h3{
	background-color: #D8ECF6;
	padding: 4px 10px; 
	margin-top: 10px;
}

body.GUIDELINE #contentsarea #gudelinebox_2 dl dd li{
	position: relative;
	padding: 4px 0px 0px 15px;
	margin-bottom: 5px;
}

body.GUIDELINE #contentsarea #gudelinebox_2 dl dd li::before{
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #004b9b;
	left: 0px;
	top: 18px;
}

body.GUIDELINE #contentsarea #gudelinebox_2 dl dd li:nth-child(1)::before{
	top: 14px;
}


body.GUIDELINE #contentsarea #gudelinebox_1 dl dd ul#naitei li:nth-child(1),
body.GUIDELINE #contentsarea #gudelinebox_2 dl dd li:nth-child(1){
	padding-top: 0px;
}




/************************ GUIDELINE ***************************/


/************************ MESSAGE ***************************/

body.MESSAGE figure#photo_1 {
	position: relative;
	margin: 0 auto;
	width: 80%;
/*	max-width: 600px;*/
	max-width: 400px;
	overflow: hidden;
}

body.MESSAGE figure#photo_1.inview_photo::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	width: 0%;
	height: 100%;
	background-color: #053e75;
	left: 0;
	right: auto;
}

body.MESSAGE figure#photo_1.inview_photo img{
	opacity: 0;
}

body.MESSAGE figure#photo_1.inview_photo_on::before{
	-webkit-animation: inview_photo_animetion 1.5s forwards cubic-bezier(.07,.68,.41,1) 0s;
	animation: inview_photo_animetion 1.5s forwards cubic-bezier(.07,.68,.41,1) 0s;
}

body.MESSAGE figure#photo_1.inview_photo_on img{
	-webkit-animation: inview_img_animetion 1.5s forwards cubic-bezier(.07,.68,.41,1) 0s;
	animation: inview_img_animetion 1.5s forwards cubic-bezier(.07,.68,.41,1) 0s;
}



@keyframes inview_photo_animetion {
	0% {
		width: 0%;
		left: 0;
		right: auto;
	}
	40% {
		width: 100%;
		left: 0;
		right: auto;
	}
	60% {
		width: 100%;
		left: auto;
		right: 0%;
	}
	100% {
		width: 0%;
		left:  auto;
		right: 0%;
	}
	
}

@keyframes inview_img_animetion {
	0% {
		opacity: 0;
	}
	49% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		
	}
	100% {
		opacity: 1;
	}
	
}

body.MESSAGE #contentsarea h2{
	padding: 100px 0px 0px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	text-align:justify;
	text-justify:distribute;
	color: #053e75;
}

body.MESSAGE #contentsarea p#message_p1{
	padding: 50px 0px 50px;
	font-size: 16px;
	line-height: 2.8;
	text-align:justify;
	text-justify:distribute;
}


body.MESSAGE #contentsarea p#message_p2{
	padding: 100px 0px 100px;
	font-size: 16px;
	line-height: 2.8;
	text-align:justify;
	text-justify:distribute;
}

body.MESSAGE #contentsarea div{
	position: relative;
	max-width: 980px;
	margin: 0% auto;
	/* padding: 50px; */
	/* border: #1379ba 6px solid; */
	border-radius: 5px;
	background-color: #FFF;
}


body.MESSAGE #contentsarea div.bg_b::before{
	content: "";
	position: absolute;
	display: block;
	background-color: #1379ba;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width : 100vw ;
	height: calc(100% - 30px) ;
	z-index: 1;
	opacity: .08;
}

/*
body.MESSAGE #contentsarea div::before,
body.MESSAGE #contentsarea div::after{
	content: "";
	position: absolute;
	display: block;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

body.MESSAGE #contentsarea div::before{
	width : calc(100% - 100px) ;
	height: 110%; 
	z-index: 1;
}

body.MESSAGE #contentsarea div::after{
	width: 110%;
	height: calc(100% - 100px) ;
	z-index: 2;
}
*/

body.MESSAGE #contentsarea figure{
	position: relative;
	z-index: 10;
}

body.MESSAGE #contentsarea figcaption{
	position: relative;
	line-height: 1.6;
	padding-top: 20px;
	z-index: 11;
	font-size: 14px;
}



/************************ /MESSAGE ***************************/




/************************ FAQ ***************************/


body.FAQ #list{
	border-bottom: #ccc solid 1px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

body.FAQ #list li{
	margin-bottom:10px;
}

body.FAQ #list li a{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	color: #000;
	padding: 10px 10px 10px 35px;
	background-color: #D8ECF6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 500;
	line-height: 1.6;
}

body.FAQ #list li a::before{
	transition: all 500ms 0s ease;
	content: "Q:";
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 10px;
	top:50%;
	font-weight: 600;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	font-size: 16px;
	color: #053e75;
}

_:-ms-lang(x)::-ms-backdrop,body.FAQ #list li a::before{
	margin-top: -3px;
}

body.FAQ #list li a:hover{
	color: #Fff;
	background-color: #053e75;
}

body.FAQ #list li a:hover::before{
	color: #Fff;
}






body.FAQ #answerbox dl dt {
    position: relative;
    min-height: 40px;
    width: 100%;
    padding: 80px 0px 20px 60px;
    /* cursor: pointer; */
	line-height: 1.6;
	border-top: #ccc solid 1px;
}

body.FAQ #answerbox dl dt span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.FAQ #answerbox dl dt::before {
    position: absolute;
    display: inline-block;
    content: "Q";
	font-family: 'Montserrat', sans-serif;
    color: #FFF;
	width: 40px;
	height: 40px;
	background-color: #053e75;
    font-size: 24px;
	font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding-top: 2px;
    left: 0;
    top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



body.FAQ #answerbox dl dd {
    position: relative;
    min-height: 40px;
    width: 100%;
    padding: 18px 0px 150px 60px;
    /* cursor: pointer; */
	margin-top: 15px;
	border-top: #ccc dotted 1px;
}


body.FAQ #answerbox dl dd::before {
    position: absolute;
    display: inline-block;
    content: "A";
	font-family: 'Montserrat', sans-serif;
    color: #FFF;
	width: 40px;
	height: 40px;
	background-color: #b28850;
    font-size: 24px;
	font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding-top: 2px;
    left: 0;
    top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.FAQ #answerbox dl dd p{
	text-align:justify;
	text-justify:distribute;
}


body.FAQ #answerbox dl dd strong{
	color: #E5003E;
	font-weight: 600;
}

/*1*/



body.FAQ #answerbox dl dd#answer_1 div{
	background-color: #63A4FF;
	background-image: linear-gradient(to top left, #90c2e7 0%, #d1effb 74%);
	padding: 40px;
}

body.FAQ #answerbox dl dd#answer_1 div h4 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 0px;
	line-height: 1.6;
}

body.FAQ #answerbox dl dd#answer_1 div h3 {
	font-size: 34px;
	font-weight: 500;
	padding-bottom: 30px;
	line-height: 1.6;
}

body.FAQ #answerbox dl dd#answer_1 div h3 span {
	display: inline-block;
}

body.FAQ #answerbox dl dd#answer_1 > p{
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	body.FAQ #answerbox dl dd#answer_1 div{
		padding: 7% 7% 12%;
	}
	
	body.FAQ #answerbox dl dd#answer_1 div h4 {
	  font-size: 18px;
	}
}

@media screen and (max-width: 560px) {
	body.FAQ #answerbox dl dd#answer_1 div h3 {
	  font-size: 26px;
	}
}


/*1*/

/*2*/

body.FAQ #answerbox dl dd#answer_2 ol{
	padding-top: 20px;
	counter-reset: number;
}

body.FAQ #answerbox dl dd#answer_2 ol li{
	width: 100%;
	
	position: relative;
/*	border: #00b8ee solid 1px;*/
	border-bottom: dotted 1px #333;
/*	background-color: #d9f4fc;*/
	margin-bottom: 20px;
	padding: 20px 0px 20px 80px;
	line-height: 1.8;
	height: auto;
	min-height: 80px;
	vertical-align: middle;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}



body.FAQ #answerbox dl dd#answer_2 ol li::before{
	counter-increment: number;
   	content: counter(number);
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	background-color: #f5f5f5;
	color: #b28850;
	display: table-cell;
	font-size: 26px;
	font-weight: 600;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 5px;
	left: 0px;
	top:50%;
	margin-top: -30px;
	line-height: 1.8;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/*2*/

/*3*/



body.FAQ #answerbox dl dd#answer_3 h3{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	background-color: #00b8ee;
}

body.FAQ #answerbox dl dd#answer_3 article {
	padding-top: 50px;
}

body.FAQ #answerbox dl dd#answer_3 article ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea{
	margin-bottom: 20px;
}

body.FAQ #answerbox dl dd#answer_3 article > ul > li{
	position: relative;
	margin-bottom: 2%;
	display: flex;
	padding: 2% .5%;
}

body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(1){
	width: 24%;
	color: #00b8ee;
	font-size: 16px;
	font-weight: 500;
	border: #00b8ee solid 2px;
	text-align: center;
	align-items: center;
}

body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(2){
	background-color: #61cbbf;
	width: 36%;
}

body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(3){
	background-color: #ffa889;
	width: 36%;
	margin-right: 0%;
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li{
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(2){
	background-color: #def4f2;
	border: #61cbbf solid 3px;
	line-height: 1.8;
	
}

body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(3){
	background-color: #ffede7;
	border: #ffa889 solid 3px;
	line-height: 1.8;
}

body.FAQ #answerbox dl dd#answer_3 article > ul > li div{
	width: 100%;
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li.btcourse{
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li.btcourse small{
	font-size: 75%;
	letter-spacing: 0;
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(2)::after,
body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3)::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #61cbbf transparent transparent transparent;
	bottom:-24px;
	left:50%;
	transform: translateX(-50%);
}

body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3)::after{
	border-color: #ffa889 transparent transparent transparent;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select h1{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #3a7e76;
	padding-bottom: 10px;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(3) h1{
	color: #e87243;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select li ol li{
	position: relative;
	padding-left: 1em;
	padding-bottom: 10px;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select li ol li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #61cbbf;
	display: block;
	left: 0px;
	top: 12px;
}

body.FAQ #answerbox dl dd#answer_3 article ul.select li:nth-child(3) ol li::before{
	background-color: #ffa889;
}




/*3*/



/*4*/
body.FAQ #answerbox dl dd#answer_4 ul{
	padding: 10px;
	width: 100%;
	font-size: 0;
	letter-spacing: -.4em;
}

body.FAQ #answerbox dl dd#answer_4 ul li{
	display: inline-block;
	letter-spacing: normal; /* 文字間を元に戻す */
	position: relative;
	width: 31%;
 background: rgb(0,122,223);
background: linear-gradient(336deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%); 
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 3.5%;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
}

body.FAQ #answerbox dl dd#answer_4 ul li:last-child{
	margin-right: 0%;
}

body.FAQ #answerbox dl dd#answer_4 ul li::before{
	content: "" ;
	display: block;
	padding-top: 100%;
}

body.FAQ #answerbox dl dd#answer_4 ul li div{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #FFF;
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	font-weight: 600;
}

body.FAQ #answerbox dl dd#answer_4 h2{
	font-size: 24px;
	font-weight: 600;
	padding-top: 50px;
	padding-bottom: 15px;
	line-height: 1.8;
}

/*4*/

body.FAQ #answerbox .note{
	display: inline-block;
	position: relative;
	padding-left: 1em;
}

body.FAQ #answerbox .note::before{
	content: "※";
	position: absolute;
	left: 0;
}

/*8*/


body.FAQ #answerbox dl dd#answer_8 h3{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 15px;
	color: #FFF;
	background-color: #00b8ee;
	line-height: 1.6;
}


body.FAQ #answerbox dl dd#answer_8 ol{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc dotted 1px;
}

body.FAQ #answerbox dl dd#answer_8 ol li {
    display: list-item;
    list-style-type: decimal;
	line-height: 1.8;
	padding-bottom: 10px;
	margin-left: 20px;
}

body.FAQ #answerbox dl dd#answer_8 #markbox figure{
	float: right;
	width: 260px;
	text-align: right;
}

body.FAQ #answerbox dl dd#answer_8 #markbox p{
	float: left;
	width : -webkit-calc(100% - 260px) ;
	width : calc(100% - 260px) ;
}

body.FAQ #answerbox dl dd#answer_8 #bookul {
	padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

body.FAQ #answerbox dl dd#answer_8 #bookul li {
    float: left;
    width: 48.214286%;
}

body.FAQ #answerbox dl dd#answer_8 #bookul li:nth-child(2) {

    float: right;
    width: 45.408163%;

}


/*8*/



/*9*/
body.FAQ #answerbox dl dd#answer_9 ul {
	list-style-position: inside;
	padding-left: 1.2em;
	padding-top: 10px;
}

	
body.FAQ #answerbox dl dd#answer_9 ul li{
	list-style-type: disc;
	line-height: 1.4;
	padding-bottom: 10px;
}


/*9*/


body.FAQ a.flink{
	transition: all 500ms 0s ease;
	display: inline-block;
	position: relative;
	padding: 6px 10px 7px 1.8em;
	color: #FFF;
	background-color: #00b8ee;
	font-weight: 600;
	border-radius: 3px;
	line-height: 1;
}

body.FAQ a.flink::before{
	content: "";
	display: block;
	position: absolute;
	width: .6em;
	height: .8em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	left: .7em;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFF;
}

body.FAQ a.flink:hover{
	background-color: #004b9b;
}



/************************ FAQ ***************************/


@media screen and (max-width: 1000px) {
	
	/*4*/
	
	body.FAQ #answerbox dl dd#answer_4 ul li div{
		font-size: 24px;
	}

	

	/*4*/
	
}


@media screen and (max-width: 768px) {
	
	
	
	/*2*/

	body.FAQ #answerbox dl dd#answer_2 ol{
		padding-top: 20px;
		counter-reset: number;
	}

	body.FAQ #answerbox dl dd#answer_2 ol li{
		width: 100%;

		position: relative;
	/*	border: #00b8ee solid 1px;*/
		border-bottom: dotted 1px #333;
	/*	background-color: #d9f4fc;*/
		margin-bottom: 16px;
		padding: 20px 0px 20px 80px;
		line-height: 1.8;
		height: auto;
		min-height: 80px;
		vertical-align: middle;

		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;

		color: #333;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6;
	}



	body.FAQ #answerbox dl dd#answer_2 ol li::before{
		counter-increment: number;
		content: counter(number);
		font-family: 'Montserrat', sans-serif;
		position: absolute;
		background-color: #f5f5f5;
		color: #b28850;
		display: table-cell;
		font-size: 26px;
		font-weight: 600;
		width: 60px;
		height: 60px;
		text-align: center;
		padding-top: 5px;
		left: 0px;
		top:50%;
		margin-top: -30px;
		line-height: 1.8;

		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}

	/*2*/

	
	/*3*/



	body.FAQ #answerbox dl dd#answer_3 h3{
		margin-top: 50px;
		margin-bottom:20px;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		color: #FFF;
		background-color: #00b8ee;
	}

	body.FAQ #answerbox dl dd#answer_3 article {
		padding-top: 50px;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea{
		margin-bottom: 20px;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li{
		position: relative;
		margin-bottom: 2%;
		display: flex;
		padding: 2% .5%;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(1){
		width: 22%;
		color: #00b8ee;
		font-size: 15px;
		font-weight: 500;
		border: #00b8ee solid 2px;
		text-align: center;
		align-items: center;
		line-height: 1.4;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(2){
		background-color: #61cbbf;
		width: 37%;
		padding: 3% 1.5% 35px;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(3){
		background-color: #ffa889;
		width: 37%;
		margin-right: 0%;
		padding: 3% 1.5% 35px;
	}

	body.FAQ #answerbox dl dd#answer_3 article.select_1 ul > li.btcourse:nth-child(2),
	body.FAQ #answerbox dl dd#answer_3 article.select_2 ul > li.btcourse:nth-child(3){
		padding: 3% 1.5% 3%;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li.btcourse:nth-child(2)::before,
	body.FAQ #answerbox dl dd#answer_3 article > ul > li.btcourse:nth-child(3)::before{
		content: "";
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 20px;
		height: 13px;
		background-color: #FFF;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

	body.FAQ #answerbox dl dd#answer_3 article.select_1 ul > li.btcourse:nth-child(2)::before,
	body.FAQ #answerbox dl dd#answer_3 article.select_2 ul > li.btcourse:nth-child(3)::before{
		display: none;
	}


	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li{
		text-align: center;
		align-items: center;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(2){
		background-color: #def4f2;
		border: #61cbbf solid 3px;
		line-height: 1.8;
		width: 76%;
		margin-right: 0%;
		padding: 3%;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(3){
		background-color: #ffede7;
		border: #ffa889 solid 3px;
		line-height: 1.8;
		width: 76%;
		padding: 3%;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li div{
		width: 100%;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li.btcourse{
		font-size: 18px;
		color: #FFF;
		font-weight: 600;
		text-align: center;
		line-height: 1;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(2)::after,
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3)::after{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 15px ;
		border-color: #61cbbf transparent transparent transparent;
		bottom:-14px;
		left:50%;
		transform: translateX(-50%);
	}

	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3)::after{
		border-color: #ffa889 transparent transparent transparent;
	}
	
	
	body.FAQ #answerbox dl dd#answer_3 article.select_1 ul#btcoursearea li:nth-child(3)::after,
	body.FAQ #answerbox dl dd#answer_3 article.select_2 ul#btcoursearea li:nth-child(2)::after{
		display: none;
	}
	
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(2) span,
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3) span{
		position: relative;
	}
	
	
	
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3),
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(2){
		transition: all 500ms 0s ease;
		cursor: pointer;
	}
	
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(3):hover,
	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li:nth-child(2):hover{
		opacity: .7;
	}
	

	body.FAQ #answerbox dl dd#answer_3 article ul.select h1{
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		color: #3a7e76;
		padding-bottom: 10px;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(3) h1{
		color: #e87243;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select li ol li{
		position: relative;
		padding-left: 1em;
		padding-bottom: 10px;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select li ol li::before{
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background-color: #61cbbf;
		display: block;
		left: 0px;
		top: 12px;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select li:nth-child(3) ol li::before{
		background-color: #ffa889;
	}
	
	
	body.FAQ #answerbox dl dd#answer_3 article.select_1 ul.select > li:nth-child(3),
	body.FAQ #answerbox dl dd#answer_3 article.select_2 ul.select > li:nth-child(2){
		display: none;
	}
	
	body.FAQ #answerbox dl dd#answer_3 article.select_1 ul.select > li:nth-child(2)
	body.FAQ #answerbox dl dd#answer_3 article.select_2 ul.select > li:nth-child(3){
		display: block;
	}


	/*3*/
	
	
	/*4*/
	body.FAQ #answerbox dl dd#answer_4 ul{
		padding: 10px 0px 20px 0px;
		width: 100%;
		font-size: 0;
		letter-spacing: -.4em;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li{
		display: inline-block;
		letter-spacing: normal; /* 文字間を元に戻す */
		position: relative;
		width: 46%;
		background: rgb(0,122,223);
		background: linear-gradient(336deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%); 
		margin-right: 8%;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
	}
	
	body.FAQ #answerbox dl dd#answer_4 ul li:first-child{
		margin: 0 27%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li:last-child{
		margin-right: 0%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li::before{
		content: "" ;
		display: block;
		padding-top: 100%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li div{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		font-size: 4.5vw;
		text-align: center;
		line-height: 1.4;
		font-weight: 600;
	}

	body.FAQ #answerbox dl dd#answer_4 h2{
		font-size: 20px;
		font-weight: 600;
		padding-top: 50px;
		padding-bottom: 15px;
		line-height: 1.8;
	}

	/*4*/
	
	
	/*8*/


	body.FAQ #answerbox dl dd#answer_8 h3{
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 600;
		padding: 10px 15px;
		color: #FFF;
		background-color: #00b8ee;
		line-height: 1.6;
	}


	body.FAQ #answerbox dl dd#answer_8 ol{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: #ccc dotted 1px;
	}

	body.FAQ #answerbox dl dd#answer_8 ol li {
		display: list-item;
		list-style-type: decimal;
		line-height: 1.8;
		padding-bottom: 10px;
		margin-left: 20px;
	}

	

	body.FAQ #answerbox dl dd#answer_8 #bookul {
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	body.FAQ #answerbox dl dd#answer_8 #bookul li {
		float: left;
		width: 48.214286%;
	}

	body.FAQ #answerbox dl dd#answer_8 #bookul li:nth-child(2) {

		float: right;
		width: 45.408163%;

	}


	/*8*/

	
}


@media screen and (max-width: 640px) {


	/* 3 */

	body.FAQ #answerbox dl dd#answer_3 article > ul > li{
		position: relative;
		margin-bottom: 2%;
		display: flex;
		
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(1){
		width: 68px;
		color: #00b8ee;
		font-size: 15px;
		font-weight: 500;
		border: #00b8ee solid 2px;
		text-align: center;
		align-items: center;
		line-height: 1.4;
		letter-spacing: 0px;
		padding: 0%;
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(2){
		background-color: #61cbbf;
		width: calc(calc(96% - 68px) /2);
		
	}

	body.FAQ #answerbox dl dd#answer_3 article > ul > li:nth-child(3){
		background-color: #ffa889;
		width: calc(calc(96% - 68px) /2);
		margin-right: 0%;
		
	}

	body.FAQ #answerbox dl dd#answer_3 article ul.select > li:nth-child(2){
		background-color: #def4f2;
		border: #61cbbf solid 3px;
		line-height: 1.8;
		width: calc(98% - 68px);
		margin-right: 0%;
		padding: 3%;
	}

	body.FAQ #answerbox dl dd#answer_3 article ul#btcoursearea li.btcourse {
		font-size: 16px;
	}

	/* 3 */

}



@media screen and (max-width: 560px) {
	
	
	/************************ GUIDELINE ***************************/

	body.GUIDELINE #contentsarea h2.inview_title{
		font-size: 22px;
		font-weight: 600;
		padding-bottom: 10px;
		border-bottom: #053e75 solid 1px;
		width: 0px;
		overflow: hidden;
		transition: all 500ms 0s ease;
	}

	body.GUIDELINE #contentsarea h2.inview_title span{
		display: block;
		white-space: nowrap;
		color: #053e75;
		letter-spacing: 15px;
		opacity: 0;
		transition: all 1000ms .3s ease;
	}
	
	body.GUIDELINE #contentsarea h2.inview_title_on{
		width: 100%;

	}

	body.GUIDELINE #contentsarea h2.inview_title_on span{
		letter-spacing: 1px;
		opacity: 1;
	}

	body.GUIDELINE #contentsarea .gudelinebox{
		padding-top: 0px;
		padding-bottom: 100px;
	}

	body.GUIDELINE #contentsarea dl{
		width: 100%;
	}

	body.GUIDELINE #contentsarea dl dt,
	body.GUIDELINE #contentsarea dl dd{
		padding: 0px 0px;
	}

	body.GUIDELINE #contentsarea dl dt{
		float: none;
		width: 100%;
		color: #004b9b;

		vertical-align: top;
		line-height: 1.6;
		font-weight: 600;
		padding-top: 30px;
	}

	body.GUIDELINE #contentsarea dl dd{
		padding-left: 0%;
		border-bottom: #ccc solid 1px;
		vertical-align: top;
		padding: 10px 0px 30px;
	}
	
	
	/************************ /GUIDELINE ***************************/
	
	/************************ MESSAGE ***************************/
	
	
	
	body.MESSAGE figure#photo_1 {
		position: relative;
		margin: 0 auto;
		width: 80%;
		max-width: 600px;
		overflow: hidden;
	}
	
	
	body.MESSAGE #contentsarea p#message_p1{
		padding: 20% 0px;
		font-size: 14px;
		line-height: 2.4;
		text-align:justify;
		text-justify:distribute;
	}


	body.MESSAGE #contentsarea p#message_p2{
		padding: 20% 0px;
		font-size: 14px;
		line-height: 2.4;
		text-align:justify;
		text-justify:distribute;
	}

	body.MESSAGE #contentsarea div{
		position: relative;
		max-width: 600px;
		margin: 0% auto;
		padding: 10%;
		border: #1379ba 6px solid;
		border-radius: 5px;
		background-color: #FFF;
	}


	body.MESSAGE #contentsarea div::before{
		content: "";
		position: absolute;
		display: block;
		background-color: #1379ba;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width : 100vw ;
		height: calc(100% - 10%) ;
		z-index: 1;
		opacity: .08;
	}
	
	body.MESSAGE #contentsarea figcaption{
		font-size: 13px;
	}


	/************************ /MESSAGE ***************************/




	/************************ FAQ ***************************/
	
	
	
	
	body.FAQ #answerbox dl dd#answer_8 #markbox figure{
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	body.FAQ #answerbox dl dd#answer_8 #markbox p{
		float: none;
		width : 100%;
		padding-top: 20px;
	}
	
	body.FAQ #answerbox dl dd#answer_8 #bookul {
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	body.FAQ #answerbox dl dd#answer_8 #bookul li {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	body.FAQ #answerbox dl dd#answer_8 #bookul li:nth-child(2) {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 0px;

	}

	
	
	/************************ FAQ ***************************/
}


@media screen and (max-width: 480px) {
	
	body.FAQ #answerbox dl dt {
		position: relative;
		min-height: 40px;
		width: 100%;
		padding: 45px 0px 20px 0px;
		cursor: pointer;
		line-height: 2;
		border-top:none;
	}

	body.FAQ #answerbox dl dt span{
		position: static;
		top: 50%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	body.FAQ #answerbox dl dt::before {
		position: absolute;
		display: inline-block;
		content: "Q";
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		width: 100%;
		height: 35px;
		background-color: #053e75;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 1.4;
		padding-top: 1px;
		left: 0;
		top: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



	body.FAQ #answerbox dl dd {
		position: relative;
		min-height: 40px;
		width: 100%;
		padding: 60px 0px 150px 0px;
		cursor: pointer;
		margin-top: 15px;
		border-top: none;
		line-height: 2;
	}


	body.FAQ #answerbox dl dd::before {
		position: absolute;
		display: inline-block;
		content: "A";
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		width: 100%;
		height: 35px;
		background-color: #b28850;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 1.4;
		padding-top: 2px;
		left: 0;
		top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	

	
	/*4*/
	body.FAQ #answerbox dl dd#answer_4 ul{
		padding: 20px 0px 20px 0px;
		width: 100%;
		font-size: 0;
		letter-spacing: -.4em;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li{
		display: inline-block;
		letter-spacing: normal; /* 文字間を元に戻す */
		position: relative;
		width: 48%;
		background: rgb(0,122,223);
		background: linear-gradient(336deg, rgba(0,122,223,1) 0%, rgba(0,236,188,1) 100%); 
		margin-right: 4%;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
		margin-top: -3%;
	}
	
	body.FAQ #answerbox dl dd#answer_4 ul li:first-child{
		margin: 0 27%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li:last-child{
		margin-right: 0%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li::before{
		content: "" ;
		display: block;
		padding-top: 100%;
	}

	body.FAQ #answerbox dl dd#answer_4 ul li div{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		font-size: 5.5vw;
		text-align: center;
		line-height: 1.4;
		font-weight: 600;
	}

	body.FAQ #answerbox dl dd#answer_4 h2{
		font-size: 20px;
		font-weight: 600;
		padding-top: 50px;
		padding-bottom: 15px;
		line-height: 1.8;
	}

	/*4*/
	
	
	
}



@media screen and (max-width: 360px) {
	
	
}








