/* CSS Document */
#keyimg{
	background: url("../img/keyimg.webp") no-repeat center center;
	background-size: cover;
	height: 780px;
	position: relative;
}

#keyimg .rap{
	position: absolute;
	right: 150px;
	bottom: 100px;
}

#s01 .box_rap01{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	margin-bottom: 50px;
}

#s01 .box_rap01 .box{
	padding: 15px;
}

#s01 .box_rap01 h3{
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}

#s01 .box_rap01 h3 .f40{
	font-size: 40px;
}

#s01 .box_rap01 .in_rap{
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #fee0e8;
	margin-bottom: 15px;
}


#s01 .box_rap01 ul li{
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 18px;
}

#s01 .box_rap01 ul li:last-child{
	border-bottom: 0;
}

#s01 .box_rap02{
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

#s01 .box_rap02 .box03,
#s01 .box_rap02 .box02,
#s01 .box_rap02 .box01{
	margin: 10px;
	border: 1px solid #ccc;
	background: #fff3c3;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 15px;
}


#s01 .box_rap02 .box03{
	color: #f08300;
}
#s01 .box_rap02 .box02{
	color: #e4007f;
}
#s01 .box_rap02 .box01{
	color: #00478b;
}

#s01 .box_rap02 figure{
	margin-bottom: 15px;
}

#s01 .box_rap02 small{
	display: block;
	margin-bottom: 25px;
}

#s01 .box_rap02 p{
	font-size: 55px;
}

#s01 .box_rap02 p .f35{
	font-size: 35px;
}

#s02{
	background: #d7e5ed;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 100px;
	margin-bottom: 80px;
}

#s02 h2{
	width: 1000px;
	margin: auto;
}

#s03{
	width: 1100px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 150px;
}

#s03 h2{
	margin-bottom: 35px;
}

#s03 .box_rap01{
	margin-bottom: 35px;
}

#s03 .img_rap{
	display: flex;
	justify-content: space-between;
}

#pages{
	display: flex;
	justify-content: center;
}

#s02 #blog li{
	width: 250px;
	/*background: #D5EFF2;*/
	padding: 15px;
}

#s02 #blog li .img{
	height: 255px;
	background: url("../img/footer_logo.webp") center center no-repeat #fff;
	margin-bottom: 5px;
}

#s02 #blog li img{
		height: 255px;
	object-fit: cover;
}

#s02 #blog .cat{
	display: block;
	margin-bottom: 5px;
}

#s02 #blog .cat a{
	font-size: 12px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	/*border: 1px solid #FFA600;*/
	border-radius: 15px;
	color: #fff;
	background: #FFA600;
}

#s02 #blog .day{
	margin-bottom: 5px;
}

@media (max-width: 540px) {
#blog ul#pages{
	justify-content: center !important;
	}
	#blog li{
	width: 300px;
}
	
}
