.wrapper{
	height: auto;
	min-height: 100vh;
	line-height: 22px;
	font-size: 15px;
}
@media only screen and (min-width: 769px) {
	.wrapper{
		line-height: 28px;
		font-size: 19px;
	}
}

.fbg{
	background: #FFFEF7;
}


.main_bgcl{
	background: #F0F2F5;
	color: #141B20;
}

.sec_ttl{
	text-align: center;
	font-size: 27px;
	line-height: 37px;
	font-weight: bold;
}

.conbox{
	margin: 50px 0 0;
}

@media only screen and (min-width: 769px) {
	.sec_ttl{
		text-align: center;
		font-size: 40px;
		line-height: 53px;
	}

	.conbox{
		margin: 50px 0 0;
	}
}

figure{
	text-align: center;
}

/* Who Should Apply */
.wsa_wrap{
	padding: 62px 0 80px; 
	
}

.wsa_box{
	margin: 50px 0 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.wsa_sub_ttl{
	padding: 50px 0 0;
}

.admlist_area{
	width: 100%;
	max-width: auto;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 50px;
}

.admlist_ttl{
	text-align: center;
	padding: 0px 0;
	font-weight: bold;
}

.admlistbox{
	margin: 10px 0 0;
}

.admlistitem{
}

.period,
.description{
	padding: calc( ( 35px - 30px ) * 0.5 ) 1em;
	text-align: center;
}

.period{
	background: #C9CED6;
}

.description{
	background: #fff;
}

.arw{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
}

@media only screen and (min-width: 769px) {
	.wsa_wrap{
		padding: 94px 0 100px; 

	}


	.wsa_sub_ttl{
		padding: 70px 0 0;
	}

	.wsa_box{
		margin: 70px 0 0;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
	}

	.admlist_area{
		width: 49.5%;
		max-width: 596px;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 0px;
	}

	.admlist_ttl{
		text-align: center;
		padding: 3px 0;
	}

	.admlistbox{
		margin: 20px 0 0;
	}

	.admlistitem{
	}

	.period,
	.description{
		padding: calc( ( 50px - 1em ) * 0.5 ) 1em;
		text-align: center;
	}

	.period{
		background: #C9CED6;
	}

	.description{
		background: #fff;
	}

	.arw{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
	}

}

/* sec_Application_forms */ 
.af_wrap{
	background: #fff;
	padding: 54px 0 55px;
}

.afbox{
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 45px 0 0;
}

.af_cap{
	width: 100%;
}

.af_dl{
	min-width: auto;
	width: 100%;
	background: #F0F2F5;
}


.af_fig{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
}

.dl_link{
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: calc( ( 52px - 44px ) * 0.5 ) 2em calc( ( 52px - 44px ) * 0.5 ) 9px ;
	margin: 0 0 20px;
	background: #F0F2F5;
}

.dl_link:last-of-type{
	margin-bottom: 20px;
}

.under{
	text-decoration: underline;
}

.mark_pdf{
	display: inline-block;
	line-height: 22px;
	background: #BB0909;
	padding: 0 0.5em;
	color: #fff;
	margin: 0 0 0 0.5em;
}

.mark_wd{
	display: inline-block;
	line-height: normal;
	background: #042A82;
	padding: 0 0.5em;
	color: #fff;
	margin: 0 0 0 0.5em;
}

.afdl_ttl{
	text-align: center;
	background: #C9CED6;
	font-weight: bold;
	padding: calc( ( 50px - 28px ) * 0.5 ) 1em;

}

.afdl_btbox{
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
	height: calc( 100% - 50px );
}

a.afdl_bt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 158px;
	background: #050A50;
	font-size: 15px;
	line-height: 15px;
	padding: calc( ( 45px - 30px ) *0.5 ) 20px calc( ( 45px - 30px ) *0.5 ) 12px;
	font-weight: bold;
	color: #fff;

}



@media only screen and (min-width: 769px) {

	.af_wrap{
		background: #fff;
		padding: 94px 0 110px;
	}

	.afbox{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
		margin: 50px 0 0;
	}
	
	.facapbox{
		display: flex;
		justify-content: space-between;
		width: 56%;
	}

	.af_cap{
		width: 50%;
		margin-right: 1em;
	}
	
	.af_dl{
		min-width: 10em;
		width: 30%;
		background: #F0F2F5;
	}

	.af_fig{
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.dl_link{
		font-weight: bold;
		display: block;
		width: 100%;
		line-height: 22px;
		padding: calc( ( 50px - 22px ) * 0.5 ) 1em;
		margin: 0 0 20px;
		background: #F0F2F5;
	}

	.dl_link:last-of-type{
		margin-bottom: 0;
	}

	.under{
		text-decoration: underline;
	}

	.mark_pdf{
		display: inline-block;
		line-height: 22px;
		background: #BB0909;
		padding: 0 0.5em;
		color: #fff;
		margin: 0 0 0 0.5em;
	}

	.mark_wd{
		display: inline-block;
		line-height: 22px;
		background: #042A82;
		padding: 0 0.5em;
		color: #fff;
		margin: 0 0 0 0.5em;
	}
	
	.afdl_ttl{
		text-align: center;
		background: #C9CED6;
		font-weight: bold;
		padding: calc( ( 50px - 28px ) * 0.5 ) 1em;
		
	}
	
	.afdl_btbox{
		width: 100%;
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
		padding: 1em 0;
		height: calc( 100% - 50px );
	}
	
	a.afdl_bt{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 158px;
		background: #050A50;
		font-size: 15px;
		line-height: 15px;
		padding: calc( ( 45px - 30px ) *0.5 ) 20px calc( ( 45px - 30px ) *0.5 ) 12px;
		font-weight: bold;
		color: #fff;
		transition: all 1s ease-out;
	}
	
	a.afdl_bt:hover{
		transition: all 1s ease-out;
		background: #141B20;
	}
	

}

@media only screen and (min-width: 860px) {
	.af_cap{
		width: 70%;
	}
}

@media only screen and (min-width: 1024px) {
	.af_cap{
		width: 70%;
	}
}

/* sec_FAQuestions */

.faq_wrap{
	padding: 55px 0 55px;
}

.faqbt{
	background: #C9CED6;
	padding: calc( ( 90px - 48px ) * 0.5) 22.5165562% calc( ( 90px - 48px ) * 0.5) 17px;
	line-height: 24px;
}

.faqinfo{
	background: #fff;
	padding: 15px 5.62913907% 20px;
}

a.link{
	text-decoration: underline;
}

@media only screen and (min-width: 769px) {

	.faq_wrap{
		padding: 94px 0 100px;
	}

	.faqbt{
		background: #C9CED6;
		padding: calc( ( 50px - 36px ) * 0.5) 6.0064935%;
		line-height: 36px;
	}

	.faqinfo{
		background: #fff;
		padding: 26px 4.220779% 26px 6.0064935%;
	}

	a.link{
		text-decoration: underline;
	}

}


/* トグルのアイコン */
.tg_bt{
	position: relative;
}

.tg_bt i {
	position: absolute;
	transform: translate(-28px, 0);
	margin-top: 0px;
	right: 1%;
	top: calc( 50% - 15px );
}
.tg_bt i:before, .tg_bt i:after {
	content: "";
	position: absolute;
	background-color: #050A50;
	width: 2px;
	height: 10px;
	transition: all 0.25s ease-in-out;
}
.tg_bt i:before {
	transform: translate(-3.5px, 9px) rotate(45deg);
}
.tg_bt i:after {
	transform: translate(2.5px, 9px) rotate(-45deg);
}
.tg_bt.close i:before {
	transform: translate(2.5px, 9px) rotate(45deg);
}
.tg_bt.close i:after {
	transform: translate(-3.5px, 9px) rotate(-45deg);
}

@media only screen and (min-width: 769px) {

	.tg_bt i{
		margin-top: 0px;
		right: 32px;
		top: calc( 50% - 15px );
	}
/*
	.tennis_list li i:before, .tennis_list li i:after {
		width: 3px;
		height: 13px;
	}
	.tennis_list li i:before {
		transform: translate(-4.5px, 9px) rotate(45deg);
	}
	.tennis_list li i:after {
		transform: translate(3.5px, 9px) rotate(-45deg);
	}
	.tennis_list li.close i:before {
		transform: translate(3.5px, 9px) rotate(45deg);
	}
	.tennis_list li.close i:after {
		transform: translate(-4.5px, 9px) rotate(-45deg);
	}
*/
}



/* sec_More_information  */
#sec_More_information{
	background: #f0f2f5;
}
.contact{
	padding: 48px 0px 60px;
}
.contact h3{
	font-size: 16.8px;
	font-weight: bold;
	margin: 0 0 14px;
}
.contact ul li{
	padding: 26px 22px 28px;
	background: #fff;
	margin: 50px 0 0;
}
.contact ul li p:nth-child(2){
	padding: 13px 0 25px;
}
.contact ul li .contact_mail{
	padding: 0px 0 0;
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.flex_container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact{
	/*
		width: 90%;
	*/
		margin: auto;
		max-width: 1232px;
		padding: 10px 0 137px;
	}
	contact h3{
		min-height: 60px;
	}
	.contact ul li{
		width: 31%;
		padding: 50px 39px 82px;
	}
	.contact_mail{
		font-size: 18px;
	}
}

.jump_id{
	padding-top: 40px;
	margin-top: -40px;
}

