/* CSS Document */

header{
	background: url("../membership/img/keyimg.jpg") center bottom no-repeat;
background-size: cover;
	height: 450px;
}

#s01{
	padding-top: 50px;
	margin-bottom: 100px;
}

#s01 h2{
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
	height: 70px;
	background: #00AFEA;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
}

#s01 ul{
	width: 880px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#s01 ul li{
	margin-bottom: 25px;
	width: 210px;
}

#s01 ul li a{
	display: block;
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
}

#s01 ul li a:hover{
	background: #FF9326;
	color: #fff;
}

#s07,
#s06,
#s05,
#s04,
#s03,
#s02{
	border-top: 10px solid #00AFEA;
	padding-top: 20px;
	margin-bottom: 35px;
}

#school h3{
	width: 880px;
	margin: auto;
	font-size: 25px;
	color: #00AFEA;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	margin-bottom: 50px;
}

#school .box_rap{
	width: 880px;
	margin: auto;
}

#school .box_rap01{
	display: flex;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#school .box_rap div:last-child{
	border-bottom: 0;
}


#school .box_rap01 .img{
	padding-right: 20px;
}

#school .box01{
	width: 100%;
}

#school .box_rap01 h4{
	font-size: 20px;
	margin-bottom: 10px;
}

#school .box_rap02{
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
}

#school .box_rap02 .f16{
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 20px;
}

#school .box_rap02 .f20{
	font-size: 20px;
}

#school .box_rap02 .btns a{
	display: block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#school .box_rap02 .btns a:hover{
	opacity: 0.8;
}

#school .box_rap02 .btns li{
	margin-bottom: 15px;
}

#school .box_rap02 .blue a{
	background: #00AFEA;
}

#school .box_rap02 .red a{
	background: #FF5C26;
}