@charset "UTF-8";


/****************************************************************

	TOP

	****************************************************************/



	.school-index-title{
		font-size: 36px;
		text-align: center;
		margin-bottom: 40px;
	}

	.school-index-title__text{
		width: 600px;
		margin:0 auto 40px;
		text-align: justify;
	}

/*

qa.html

*/


.faq_block{
	margin-bottom: 60px;
}
.faq_block dt {
	cursor:pointer;
	line-height: 1.8;
	border-bottom:1px solid #ccc;
	padding: 20px 30px 20px 53px;
	position:relative;
}
.faq_block dt:hover {
	background:#ccf1fc;
}
.faq_block dt:before {
	font-family: 'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
	content:"Q";
	font-size: 30px;
	/*font-weight: bold;*/
	position: absolute;
	left: 10px;
	top: 5px;
}
.faq_block dt:after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #1c50a5;
	border-top: 2px solid #1c50a5;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
	transition: all 0.2s ease-in-out;
}
.faq_block dt.active{
	background:#ccf1fc;
}
.faq_block dt.active:after{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	transition: all 0.2s ease-in-out;
}

.faq_block dd {
	display: none;
	line-height: 1.8;
	color: #1c50a5;
	border-bottom:1px solid #ccc;
	padding: 20px 30px 20px 53px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.faq_block dd:before {
	font-family: 'Hiragino Mincho ProN', 'Yu Mincho', Georgia, serif;
	content:"A";
	font-size: 30px;
	/*font-weight: bold;*/
	position: absolute;
	left: 10px;
	top: 5px;
}
.faq_block dd > a {
	border-bottom: 1px dotted #000;
}



/***********

overseas.html

************/

.overseas-visual{
	margin-bottom: 40px;
}

.overseas-visual img{
	max-width:100%;
}

.schoollife-english-title{

}


.l-os01{
	margin-top: 80px;
	text-align: center;
}

.l-os01 dt{
	font-size: 24px;
	font-weight: bold;
	margin: 50px 0;
}


.l-os02{
	background: #FFF;
	margin:50px 0;
	padding:40px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.os02-detail{
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.os02-detail li{
	width: 48%;
}

.os02-detail li img{
	max-width:100%;
}

.os02-detail__title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.os02-detail li.os02-detail__photo{
	width: 40%;
}

.os02-detail li.os02-detail__text{
	width: 60%;
	padding-left: 2%;
}


.os03-detail{
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}
.os03-detail__title{
	width: 35%;
	padding-right: 10px;
}
.os03-detail__photo{
	width: 65%;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	 align-items: flex-start;
}

.os03-detail__photo img{
	width:48%;
	height:auto;
	display: inline-block;
}

.os03-detail__title{
	margin-bottom: 20px;
}

.os03-detail__title dt{
	font-size: 22px;
	margin-bottom: 20px;
}
.schoollife-uniform_text{
	text-align: center;
	margin-bottom: 30px;
}

.schoollife-image-box{
	text-align: center;
	margin-bottom: 40px;
}

/***********

facilities

************/

.fac-img-list{
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	 align-items: flex-start;
}

.fac-img-list li{
	text-align: center;
}

.fac-img-list_left{
	width: 40%;
	text-align: center;
}
.fac-img-list_right{
	width: 60%;
}

.fac-img-list_right img{
	max-width:100%;
}

.fac-image-box{
	margin-bottom: 20px;
}

.fac-image-box img{
	max-width:100%;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {

	.school-index-title__text{
		width: 100%;
		margin: 0 auto 80px;
}
.l-os02{
	background: #FFF;
	margin: 50px 0;
	padding: 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.os02-detail{
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.os02-detail li{
	width: 48%;
}

.os02-detail li img{
	max-width:100%;
}

.os02-detail__title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.os02-detail li.os02-detail__photo{
    width: 100%;
}

.os02-detail li.os02-detail__text{
	width: 100%;
	padding-left: 0;
}
.os03-detail{
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.os03-detail__title{
	width: 100%;
	padding-right: 0;
}
.os03-detail__photo{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	 align-items: flex-start;
}



}