@charset "utf-8";



/* section(白背景) */
.product-cont {
background: #fff;
padding: 0 0 50px 0;
color: #000;
}
.product-cont a {
	color:#C70000;
	text-decoration:underline;
	word-break:break-all;
}
.product-cont a:hover {
	color:#780b0b;
}

.list li .title{
	font-weight:bold;
	margin:10px 0 5px;
	text-align: left;
}
.list li .txt{
	text-align: left;
}
.list li figure::before{
	height:97%;
}


/*表示横幅*/
.innr_under{
	margin:0 auto;
	width:100%;
	max-width:1280px;
}

@media screen and (min-width: 641px ){
.list li{
	width:22.5%;
	margin:0 2.5% 20px 0;
	line-height:1.3;
}
.parts .list li:nth-child(4n){
	margin-right:0;
}
.parts .list li:nth-child(4n+1){
	clear:both;
}
}


@media screen and (max-width: 640px) {
	.list li{
		width:47.5%;
		margin:0 2.5% 25px 0;
		line-height:1.3;
	}
	.list li:nth-child(2n){
		margin:0 0 25px 2.5%;
	}
	.list li:nth-child(2n+1){
		clear:both;
	}
.innr_under{
    padding:0 1%;
	}
	
}



