@charset "utf-8";





.main_text_box {
}
.main_text {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 40px;
	font-size: 87.5%;
	color: #f60;
}



.product_box {
}
.product {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}
h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url('/images/h_underline.png') no-repeat left bottom;
	font-size: 187.5%;
	font-weight: 700;
	color: #023894;
}
.product_text {
	margin-bottom: 30px;
}


ul.product_list {
	overflow: hidden;
	margin: 0 -1%;
}
ul.product_list li {
	float: left;
	width: 18%;
	margin: 0 1% 30px;
	font-size: 75%;
}
ul.product_list li:nth-of-type(5n+1) {
	clear: left;
}
ul.product_list li img {
	display: block;
}

@media screen and (max-width: 768px) {
	ul.product_list li {
		width: 31%;
	}
	ul.product_list li:nth-of-type(5n+1) {
		clear: none;
	}
	ul.product_list li:nth-of-type(3n+1) {
		clear: left;
	}
}/* 閉じカッコ */
@media screen and (max-width: 640px) {
	ul.product_list li {
		width: 48%;
	}
	ul.product_list li:nth-of-type(3n+1) {
		clear: none;
	}
	ul.product_list li:nth-of-type(2n+1) {
		clear: left;
	}
}/* 閉じカッコ */







