/* CSS Document */

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

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

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

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

#s01 .box_rap .box01{
	width: 500px;
}


#s01 .box_rap h2{
	color: #468C00;
	font-size: 30px;
	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%;
	margin-bottom: 30px;
}

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

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

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

#s01 .box_rap .box02 dd{
	width: 130px;
}