@charset "UTF-8";
/*school用CSS*/
h1{
	margin:0 auto;
}
.school header {
    background: url(../images/school/school_top_bg_img.png);
    background-position: center 70px;
    background-repeat: no-repeat;

}
.pdf_dl_btn {
	margin:20px auto;
	max-width:348px;
	
}
.pdf_dl_btn02 {
	margin-top:20px;
	max-width:290px;
	
}
.movie_block{
	background:url(../images/school/school_top_youtubebg.png) no-repeat ;
	width:100%;
	height:523px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}
.movie_block div{
	padding-top:20px;
}
.movie_block iframe{
	width:854px;
	height:480px;
}
.method_block{
	border:2px solid #ff0000;
	margin-bottom:50px;
}

.method_block .method_head{
	background:#ff0000;
	text-align:center;
	padding:5px 5px 7px;
}
.method_block .method_head h2{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:30px;
}
.method_block .method_head p{
	color:#fff;
	font-size:14px;
}
.method_detail{
	padding:20px;
}
.method_detail h3{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.method_detail dl{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.method_detail dl dt,
.method_detail dl dd{
	color:#131304;
	font-size:14px;
	border:none;
	margin:0;
	padding:5px;
}
.method_detail dl dt{
	width:80px;
}
.method_detail dl dd{
	width:calc(100% - 80px);
}
.method_detail .note{
	margin-bottom:20px;
}
.method_detail .note h4{
	font-size:12px;
}
.method_detail .note ul{
	list-style:none;
}
.method_detail .note ul li{
	list-style:none;
	font-size:12px;
	margin-top:5px;
	text-indent:-1em;
	padding-left:1em;
}
.method_select{
	display:flex;
	justify-content: space-between;
}
.method_select > div{
	width:49%;
}
.method_select  a{
	color:#34BFD2;
	text-decoration:none;
}
.method_select h4{
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	margin-bottom:10px;
}
.method_select p{
	font-size:14px;
}
.fax,.mail{
	padding: 10px;
	border: 2px solid #00225B;
}
.method_select .fax h4:before{
	content: "";
	position: relative;
	display: inline-block;
	top: 6px;
	left: 0px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/school/icon_fax.png) 
}
.method_select .mail h4:before{
	content: "";
	position: relative;
	display: inline-block;
	top: 6px;
	left: 0px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/school/icon_mail.png) 
}
@media screen and (max-width: 768px) {
.school header {
    background: url(../images/school/school_top_bg_img.png);
    background-position: center -40px;
    background-repeat: no-repeat;

}
	.movie_block{
		background:none;
		width:100%;
		height:auto;
		position: relative;
		padding-top: 56.25%;
	}
	.movie_block iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.method_block{
		margin-bottom:20px;
	}
	.method_block .method_head h2{
		font-size:1.15rem;
	}
	.method_detail{
		padding:10px;
	}
	.method_detail dl dt,
	.method_detail dl dd{
		padding:0;
	}
	.method_detail dl{
		display:block;
	}
	.method_detail dl dt{
		width:100%;
	}
	.method_detail dl dd{
		width:100%;
		margin-bottom:5px;
	}
	.method_detail dl dd span{
		display:none;
	}
	.method_select{
		display:block;
	}
	.method_select > div{
		width:100%;
	}
	.method_select .fax{
		margin-bottom:20px;
	}
}



/* 2022.06上書き */
.school header {
	background: url(../images/school/school_kv2022_bg.jpg) center center no-repeat;
	background-size: cover;
}
.school_descHeading {
	position: relative;
	padding-left: 34px;
	border-bottom: 2px solid #ff0000;
	margin-bottom: 20px;
}
.school_descHeading::before {
	position: absolute;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ff0000;
	left: 0;
	top: 5px;
}
@media screen and (max-width: 768px) {
.school_descHeading {
	padding-left: 28px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.school_descHeading::before {
	width: 18px;
	height: 18px;
	top: 0;
}	
}


.school_area table {
	background: #f4f4f4;
}
.school_area table tbody td,
.school_area table tbody th {
	padding: 15px;
	vertical-align: middle;
	font-size: 107%;
}
.school_area table tbody tr:not(:first-child) td,
.school_area table tbody tr:not(:first-child) th {
	border-top: 2px solid #fff;
}
.school_area table th {
	background: #E50014;
	color: #fff;
	width: 20%;
}
.school_area table td ol {
	background: #fff;
	padding: 10px;
	
}
.school_area table td ol li  {
	font-size: 88%;
	margin-left: 1.5em;
	list-style-position: outside;
}
@media screen and (max-width: 768px) {
	.school_area table tbody td,
	.school_area table tbody th {
		font-size: 0.9rem;
		padding: 10px;
	}
	.school_area table tbody th {
		width: 24%;
	}
}


.school_area .school_about {
	margin-top: 60px;
}
.school_area .school_about .school_about_inner {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.school_area .school_about .school_about_box {
	background: #ffeef0;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
}
.school_area .school_about .school_about_box p img {
	display: inline-block;
	width: 45%;
	float: right;
	padding-left: 2.5%;
}
.school_area .school_about .school_about_box1 {
	width: 48.5%;
}
.school_area .school_about .school_about_box2 {
	width: 48.5%;
}
.school_area .school_about .school_about_box3 {
	margin-top: 30px;
	width: 100%;
} 
.school_area .school_about .school_about_box h4 {
	margin-bottom: 15px;
	height: 36px;
	text-align: center;
}
.school_area .school_about .school_about_box h4 img {
	display: block;
	width: auto;
	height: 100%;
}
.school_area .school_about .school_about_box3 h4 {
	text-align: left;
}


@media screen and (max-width: 768px) {
.school_area .school_about .school_about_inner {
	justify-content: flex-start;
	flex-direction: column;
}
.school_area .school_about .school_about_box1 {
	width: 100%;
}
.school_area .school_about .school_about_box2 {
	margin-top: 30px;
	width: 100%;
}
.school_area .school_about .school_about_box3 {
	margin-top: 30px;
	width: 100%;
} 
.school_area .school_about .school_about_box h4 {
	margin-bottom: 15px;
	width: 100%;
	max-width: 640px;
}
.school_area .school_about .school_about_box h4 img {
	width: 100%;
	height: auto;
}
.school_area .school_about .school_about_box p {
	font-size: 0.9rem;
}
}

.school_notes p {
 margin: 1em 0;
 font-size: 1.1rem;
 line-height: 1.6;
 padding-left: 50px;
}
@media screen and (max-width: 768px) {
.school_notes p {
 margin: 30px 0 0;
 font-size: 0.9rem;
 line-height: 1.4;
 padding-left: 0;
}
}








