@charset "utf-8";

.point_imgtxt_txt h4{
 margin:0 0 8% !important;
}
.point_imgtxt_txt{
 margin: 4% !important;
}

.point_imgtxt_wrap{
 margin:0 0 8% !important;
}
.common_product_list.clm_p5 li, .yamapos_list.clm_p5 li{
	width: 33%;
}
.product_brand{
	text-align: center;
	margin: 4% 0 0;
	font-size: 1.2em;
}
.product_price{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.product_price::after{
	content: '(税込)';
	display:inline-block;
	font-size:65%;
}
.product_genre{
	display: none;
}
 @media screen and (max-width: 786px) {

.common_product_list.clm_p5 li, .yamapos_list.clm_p5 li{
	width: 50%;
}
	 
.product_brand{
	text-align: center;
	margin: 4% 0 0;
	font-size: 1.2em;
}
.product_price{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.product_price::after{
	content: '(税込)';
	display:inline-block;
	font-size:65%;
}
.product_genre{
	display: none;
}
 }