/* CSS Document */

#keyimg{
		background: url("../procedure/img/keyimg.webp") top center no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	height:300px;
	margin-bottom: 10px;
}

#s01{
	margin-bottom: 150px;
}

#s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
}

#s01 .bg{
	background: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 100px;
}

#s01 .bg .box_rap06,
#s01 .bg .box_rap05,
#s01 .bg .box_rap04,
#s01 .bg .box_rap03,
#s01 .bg .box_rap02,
#s01 .bg .box_rap01{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#s01 .bg .box01{
	width: 500px;
	position: relative;
}

#s01 .bg .box01 dt{
	font-size: 25px;
	line-height: 65px;
}

#s01 .bg .box01 dt .maru{
	display: inline-block;
	height: 65px;
	width: 65px;
	text-align: center;
	background: #8CC11F;
	color: #fff;
	font-size: 40px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
	border-radius: 50%;
	line-height: 65px;
	margin-right: 15px;
	margin-bottom: 50px;
}

#s01 .bg .box01 dd{
	padding-left: 80px;
	font-size: 15px;
	line-height: 180%;
}

#s01 .bg .box01 .icon{
	position: absolute;
	left: 150px;
	bottom: -80px;
}

#s01 .btns{
	width: 910px;
	margin: auto;
}

#s02{
	border-top: 8px solid #402000;
	padding-top: 50px;
	margin-bottom: 100px;
}

#s02 h2{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
}


#s02 .box_rap{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#s02 .box_rap .box{
	background: #fff;
	width: 340px;
	margin-bottom: 50px;
}

#s02 .box_rap dl{
	padding: 15px;
}

#s02 .box_rap dt{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -2px;
	line-height: 150%;
}

#s02 .box_rap dd{
	line-height: 150%;
	margin-bottom: 25px;
}

#s02 .box_rap dd.price{
	font-size: 20px;
}

#s02 .btns{
	width: 910px;
	margin: auto;
}