.schoolslist .hd1{
	margin-top: 40px;
	margin-bottom: 40px;
}

.schoolslist .hd1:first-child{
	margin-top: 0;
}
.faqlist .txt{
	font-size: 15px;
	margin-top: 20px;
}


.topservice .box .item {
	position: relative;
}
.topservice .box .item .content {
	z-index: 2;
}
.topservice .box .item .mask
{
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background .1s linear;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.64)));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
}
.mvslideritem{
	position: relative;
}
.mvslideritem:after
{
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background .1s linear;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.64)));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
}


.mt-1{margin-top: 10px}
.mt-2{margin-top: 20px}
.mt-3{margin-top: 40px}
.mt-4{margin-top: 80px}
.mt-5{margin-top: 120px}

.common-table{
	width: 100%;
}

.common-table th{
	color: #8D99AE;
	border-bottom: 1px solid #CCDDE5;
	border-right: 1px solid #CCDDE5;
	background: rgba(0,0,0,0.04);
	font-size: 15px;
	font-weight: 500;
	padding: 15px 15px
}

.common-table td{
	padding: 15px 15px;
	border-bottom: 1px solid #CCDDE5;

	background-color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.cont{
	margin: 80px 0 0;
}

.cont
.box {
	padding: 0 30px 0 36px;
}

.tokutei h3{
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.list-style{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 20px;
	color: #444e56;
	background: #f7f7f7;
	border: none;
	border-radius: 0px;
	list-style: none;
}
.list-style li{

	position: relative;
	line-height: 30px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: dashed 1px #bebebe;

}
.list-style li:before{
	content: "・";
	position: absolute;
	left: 0px;
	color:#EF233C;
}

.course3page .cont6{
	margin-bottom: 90px;
}

.sche-pdf{
	width: 100%;
	margin-top: 40px;
	min-height: 800px;
}
.g_calender iframe{
	margin-top: 40px;
	width: 100%;
}
.text-center{
	text-align: center;
}
.btn.text-center a{
	display: inline-block;
}

.item_no_arrow::after{
	display: none;
}

@media screen and (max-width: 767px) {
	.sche-pdf {
		min-height: 75vw;
	}
}


@media screen and (max-width: 767px) {
	.img-panorama{
		overflow: auto;
	}
	.img-panorama img{
		max-width:1000px;
	}
}