main{
	border-bottom: solid 1px #ccc;
}

.product_cont{
	max-width: 1180px;
	padding:0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 60px;
}

/*主要製品*/

.product_seihin_list{
	margin: 0 auto;
}
.product_seihin_list ul{
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding:40px 0 0 0;
}
.product_seihin_list li{
	flex-grow: 1;
	margin: 0 30px 60px 30px;
	border-bottom: solid 3px #c39
}
.seihin_list_img{
	margin-bottom: 15px;
}
.seihin_list_img div{
	width:320px;
	margin:0 auto;
	padding-bottom:75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f5f5;
}
.seihin_list_com{
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 15px;
}
.seihin_list_com_main{
	font-size: 22rem;
	margin-bottom: 0.2em;
}
.seihin_list_com_sub{
	font-size: 16rem;
	line-height: 1.4;
	color:#666;
	width:320px;
}

/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.product_cont{
		padding:0 4%;
		padding-bottom: 15%;
	}

	/*主要製品*/
	.product_seihin_list ul{
		display: block;
		padding:0;
	}
	.product_seihin_list li{
		margin: 0 0 15% 0;
		border-bottom: solid 3px #c39
	}
	.seihin_list_img{
		width:100%;
		margin:0 auto 5% auto;
	}
	.seihin_list_img div{
		width:100%;
		margin:0 auto;
		padding-bottom:75%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.seihin_list_com{
		margin-bottom: 5%;
	}
	.seihin_list_com_main{
		font-size: 5vw;
		margin-bottom: 0.2em;
	}
	.seihin_list_com_sub{
		font-size: 4.5vw;
		line-height: 1.4;
		color:#666;
		width:auto;
	}

}
