#pagetitle{
	background:url('../images/fukushikaigoka/bg_h2.webp') no-repeat top center;
	background-size:cover;
}

#subnav{
	width:1200px;
	margin:0 auto 120px;
}
#subnav ul{
	display:flex;
	justify-content:space-between;
}
#subnav ul li{
	width:calc(100% / 7);
	height:90px;
	margin-bottom:30px;
}
#subnav ul li a{
	border:1px solid #f2835e;
	display:flex;
	width:100%;
	padding:0 10px 0 0;
	box-sizing:border-box;
	height:90px;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#574742;
	text-decoration:none;
	font-size:15px;
	background:url('../images/common/arrow_yellow.svg') no-repeat right 10px center;
}
#subnav ul li a:hover{
	background:#facec4 url('../images/common/arrow_white2.svg') no-repeat right 10px center;
}
main section{
	margin:0 auto 100px;
}
main section article{
	max-width:980px;
	margin:0 auto 50px;
}
section h3{
	line-height:70px;
	color:#fff;
	padding:5px 0 0 40px;
	font-size:30px;
	margin:0 auto 100px;
	background:url('../images/fukushikaigoka/fukushikaigoka_midashi1.svg') no-repeat top center;
}
section h4{
	height:145px;
	text-align:center;
	padding:70px 0 0 0px;
	box-sizing:border-box;
	font-size:26px;
	margin:0 auto 100px;
	background:url('../images/fukushikaigoka/fukushikaigoka_midashi2.webp') no-repeat top center;
}

#keithi1{
	position:absolute;
	width:150px;
	right:-70px;
	top:80px;
}
#section1{
	font-size:24px;
	text-align:center;
}
#section1 strong{
	font-size:48px;
	line-height:3em;
}
#section2{
	font-size:24px;
	text-align:center;
}
#main_img{
	margin:0 auto 30px;
	text-align:center;
}
#section3 dl{
	border:1px solid #ccc;
	padding:15px;
}
#section3 dl dd{
	font-size:24px;
	text-align:center;
}
#section4 dl{
	border:1px solid #59b7b7;
	border-radius:10px;
	padding:15px;
}
#section4 dt{
	background:#59b7b7;
	color:#fff;
	text-align:center;
	font-size:24px;
	border-radius:10px;
	padding:10px 0;
	margin:0 auto 20px;
}
#section4 dd{
	text-align:center;
	font-size:24px;
}
#section4 dd p:after{
	content:"▼";
	color:#59b7b7;
	display:block;
	padding:15px 0;
}
#section4 dd p:last-child:after{
	display:none;
}
#section4 ul{
	font-size:24px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:15px;
}
.photo_comment{
	display:flex;
	gap:40px;
}
.photo_comment figure{
	width:460px;
	flex:none;
	text-align:center;
}
.photo_comment h5{
	font-size:22px;
	margin-bottom:10px;
}
.photo_comment dl{
	padding:20px 0 0;
}
.photo_comment ul{
	padding:0 0 0 40px;
}
.photo2 img{
	display:block;
	object-fit:contain;
	max-height:400px;
	width:100%;
}
#section5-3 h5{
	border:1px solid #59b7b7;
	padding:15px 15px 10px 15px;
	border-radius:10px;
	margin:30px auto 10px;
}
#section5-3 table{
	width:100%;
}
#section5-3 th,
#section5-3 td{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}
#section5-3 th{
	background:#59b7b7;
	color:#fff;
}
#section5-3 h6{
	padding:30px 0 10px;
}
#section6 .photo_comment{
	margin:0 auto 80px;
}
#section6 .photo_comment dt{
	font-weight:bold;
	margin-bottom:10px;
	color:#59b7b7;
	font-size:20px;
}
#section7{
	text-align:center;
}
.movie{
	background:#ddd;
	text-align:center;
	line-height:480px;
}
#section8 table{
	width:100%;
}
#section8 th,
#section8 td{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}
#section8 th{
	background:#59b7b7;
	color:#fff;
}
.jyugyou{
	width:40%;
	text-align:left;
}
.shogakukin{
	display:flex;
	margin:0 auto 50px;
}
.shogakukin dt{
	padding:0 0 0 120px;
	background:url('../images/admission2/icon_check.png') no-repeat top 12px left;
	font-size:24px;
	width:350px;
	box-sizing:border-box;
	flex:none;
	font-weight:bold;
}
.shogakukin dd{
	width:calc(100% - 350px);
	padding:0 0 0 40px;
	box-sizing:border-box;
	flex:none;
}
.shogakukin dt{
	color:#e0af57;
	border-right:3px solid #e0af57;
	text-indent:-1em;
}
.shogakukin dd strong{
	font-size:24px;
}