/* CSS Document */

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

#s01 h2{
	background: #00AFEA;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-bottom: 45px;
}

#s01 .f40{
	text-align: center;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	color: #00ACEA;
	font-size: 40px;
	line-height: 180%;
	margin-bottom: 45px;
}


#s01 .f35{
	font-size: 35px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	color: #333;
}


#s01 .red{
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

#s01 .center{
	margin-bottom: 45px;
}

#s01 .text{
	width: 885px;
	margin: auto;
	line-height: 180%;
	font-size: 20px;
	color: #333;
	margin-bottom: 150px;
}

#s01 .text .font_u{
	text-decoration: underline;
}

#s02{
	margin-bottom: 100px;
}

#s02 h3{
	text-align: center;
	font-size: 40px;
	color:#00ACEA;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	margin-bottom: 35px;
}

#s02 .bg{
	background: #F6F6F6;
	padding-top: 50px;
}

#s02 .box_rap01{
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#s02 .box_rap01 li{
	border: 5px solid #bbb;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 615px;
	background: #fff;
	font-size: 20px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	margin-bottom: 25px;
	border-radius: 15px;
}

#s03{
	margin-bottom: 100px;
}

#s03 h3{
	background: #00AFEA;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-bottom: 45px;
}

#s03 table{
	width: 1000px;
	margin: auto;
	 border-collapse: separate;
	border-spacing: 15px;
}

#s03 th{
	border-top: 3px solid #aaa;
	vertical-align: middle;
	font-size: 16px;
	color: #0085B2;
	padding-top: 15px;
	width: 160px;
}

#s03 table tr:last-child th{
	border-bottom: 3px solid #aaa;
	padding-bottom: 15px;
}

#s03 td{
	border-top: 1px solid #aaa;
	vertical-align: middle;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 25px;
	line-height: 180%;
}

#s03 table tr:last-child td{
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px;
}

#s04 h2{
	background: #00AFEA;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-bottom: 45px;
}

#s04 table{
	width: 1000px;
	margin: auto;
	border: 1px solid #aaa;
	border-bottom: 0;
	margin-bottom: 35px;
}

#s04 th{
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: #F5EFE4;
	width: 160px;
	padding: 15px;
	font-size: 16px;
	vertical-align: middle;
}

#s04 td{
	border-bottom: 1px solid #aaa;
	padding: 15px;
	font-size: 16px;
	line-height: 180%;
}

#s04 td .right{
	float: right;
}

#s04 td.titile{
	color: #0085B2;
	font-size: 20px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}

#s04 td .tell a.tell,
#s04 td .tell{
	color: #333;
	text-decoration: none;
	font-size: 20px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	display:inline;
}

#s04 td a:hover{
	opacity: 0.8;
}