@charset "utf-8";
/* CSS Document */

.h-incap_lineup{
	display: flex;
	margin: 20px 0 30px;
}
.h-incap_products{
	width: 50%;
	padding: 10px;
}
.h-incap_name{
	font-size: 16px;
	text-align: center;
	padding: 5px;
}
.h-incap_txt{
	font-size: 14px;
	text-align: justify;
	padding: 5px;
	height: 60px;
}
.h-incap_price{
	padding: 5px;
	text-align: center;
	font-size: 16px;
}
.h-incap_price-sale{
	font-size: 11px;
}
.h-incap_price-yen{
	font-size: 10px;
}
.h-incap_price-tax{
	font-size: 10px;
}


/*************************************************************/
/*************************************************************/

@media only screen and (max-width: 950px) {

.h-incap_lineup{
	margin: 4.5vw 0 7vw;
}
.h-incap_products{
	padding: 2.5vw;
}
.h-incap_name{
	font-size: 3.7vw;
	padding: 1vw;
}
.h-incap_txt{
	font-size: 3.3vw;
	padding: 1vw;
	height: 20vw;
}
.h-incap_price{
	padding: 1vw;
	font-size: 4vw;
}
.h-incap_price-sale{
	font-size: 2.5vw;
}
.h-incap_price-yen{
	font-size: 2.3vw;
}
.h-incap_price-tax{
	font-size: 2.3vw;
}
	
	
}