@charset "UTF-8";
a.tel{
	pointer-events: auto;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container{
	display:block;
}
#main{
	display: block;
	width: 100%;
}
header#side{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.u_contents a.tel{
	color:#3d69f2 !important;
	text-decoration:underline !important;
}

/*-----------------------------------------------
__Header
-----------------------------------------------*/
header#side .box{/*サイドバー最後の要素*/
	position:static;
	display: block;
	min-height:inherit;
	width: 100%;
	background: rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
}
header#side .box.transform{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.under_container header#side .box{
	background: #fff !important;
	border-bottom: 1px solid #ddd !important;
}

header nav{
	height:60px;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}
header#side nav .side_links{
	margin-top: auto;
	margin-bottom: 15px;
}
/*-----------------------------------------------
__Global Navi
-----------------------------------------------*/
#fix_navi,
#under_fix_navi,
header#side h1,
header#side #logo{
	display:none;
}
#nav-content .f_menu{
	width: 90%;
	font-size: 90%;
	margin: 30px auto;
}
#nav-content .f_menu > ul{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#nav-content .f_menu > ul > li{
	margin-bottom: 10px;
	width: 48%;
}
#nav-content .f_menu > ul > li a{
	display: block;
	text-align: center;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 10px 3px;
	color: #333;
	font-size: 0.9em;
}
#nav-content .f_menu .material-icons{
	font-size: 24px;
}

.change_btn{
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
	justify-content: center;
}
.change_btn:nth-of-type(2){
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.change_btn dt{
	margin-right: 1em;
}
.change_btn dd{
	width: 90px;
	border-color: #212121;
}
.change_btn button{
	color: #212121;
}
.change_btn button.current{
	background: #212121;
	color: #fff;
}
#nav-content .f_menu p{
	padding-top: 15px;
	border-top: 1px solid #ccc;
	text-align: center;
}
#nav-content .f_menu p a{
	color: #333;
}
#nav-content .f_menu p a i{
	vertical-align: top;
}

/*-----------------------------------------------
__Main
-----------------------------------------------*/
#breadcrumbs::after{
	width: 15%;
}

.parents_links.wrap{
		width: 97%;
	}
.parents_links section{
		width: 49.5%;
		margin-bottom: 10px;
	}
.parents_links section ul > li{
		width: 100%;
	}
.parents_links section ul > li:nth-child(2n) a{
		background: rgb(233, 238, 238);
	}
.parents_links section ul > li:nth-child(3) a{
		background:rgb(241, 244, 244);
	}


.intl_report ul{
	flex-flow: column;
}
.intl_report ul > li{
	width: 100%;
	margin-bottom: 20px;
}
.intl_report figure{
	height: 120px;
}
.intl_report a{
	text-decoration: none !important;
}
.intl_report p{
	display:block;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 30px 10px 20px;
	box-sizing: border-box;
	font-size: 70%;
}
.intl_report p em{
	font-size: 120%;
}
.intl_report p::before{
	width: 5px;
	height: 5px;
	right: 15px;
	border-width: 2px;
}
.intl_report a:hover p{
	left: 0;
}

dl.l_ti_r_tx.tb_cl{
	flex-wrap: wrap;
	flex-flow: column;
	padding: 30px;
}
dl.l_ti_r_tx.tb_cl dt{
	width: 100%;
	padding: 20px 0;
}
dl.l_ti_r_tx.tb_cl dd{
	border-left: none;
	border-top: 1px solid #333;
	width: 100%;
	padding: 20px 0 0 0;
}

#contact_faq .l_ti_r_tx dt{
	width: 100%;
}
#contact_faq .l_ti_r_tx:last-of-type dt span{
	display: inline;
}
#contact_faq .l_ti_r_tx dd{
	text-align: center;
}

#request .lay_2c{
	flex-flow: column;
}
#request .lay_2c > section{
	width: 100%;
}

.img_btn_g {
	justify-content: space-between;
}
.img_btn_g > li{
	width: 45%;
	margin-bottom: 40px;
}
.img_btn_g > li:nth-child(3n - 1){
	margin-right:0;
	margin-left: 0;
}

.news_box .panel li dd{
		display: flex;
		align-items: center;
	}
.news_box .panel li dd span{
		min-width: 120px;
	}

.v_admissions > div{
	padding: 150px 3% 0 3%;
}
.v_admissions > div > section{
	padding: 5%;
}

.u_contact_box a.tel{
	color: #212121 !important;
	text-decoration: none !important;
}

/*-----------------------------------------------
__Footer
-----------------------------------------------*/
footer{
	padding-left: 0;
}
footer .information > ul > li:first-of-type img{
	height: 60px;
}
footer .information > ul > li a{
	font-size: 100%;
}
footer .information address{
	justify-content: space-between;
}
footer .information address dl{
	flex: 1;
	margin-right: 0;
}