/* CSS Document */

#keyimg{
	background: url("../market/img/header_img.webp") top left 30% no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	height:150px;
	margin-bottom: 10px;
}

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

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

#s01 .box_rap{
	width: 90%;
	margin: auto;
}

#s01 .box_rap .box01{
	width: 100%;
}


#s01 .box_rap h2{
	color: #468C00;
	font-size: 24px;
	line-height: 135%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #8CC11F;
}

#s01 .box_rap h2 small{
	font-size: 18px;
	color: #000;
}

#s01 .box_rap p.cap{
	font-size: 16px;
	color: #333;
	line-height: 180%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

#s01 .box_rap p.price{
	font-size: 22px;
	line-height: 150%;
	margin-bottom: 35px;
}
#s01 .box_rap p.text{
	font-size: 12px;
	margin-bottom: 20px;
}
#s01 .box_rap li{
	max-width: 450px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

#s01 .box_rap li a img{
	width: 100%;
	
}

#s01 .box_rap .box02 dt{
	max-width: 480px;
	margin-bottom: 10px;
}

#s01 .box_rap .box02 dt img{
	width: 100%;
	height: auto;
}

#s01 .box_rap .box02 .img_rap{
	display: flex;
	justify-content: space-between;
}

#s01 .box_rap .box02 dd{
	width: calc( 100% / 4 - 5px);
}

#s01 .box_rap .box02 dd img{
	width: 100%;
	height: auto;
}