@charset "utf-8";

.priceBox.mb5{
	margin-bottom: 5px !important;
}

.option.mb40{
	margin-bottom: 40px !important;
}


/*PC*/
@media only screen and (min-width: 737px), print {
	.close_info_sp{display: none;}
	.close_info_pc{
		background-color:#CC0000;
		width: 270px;
		height: 50px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.close_info_pc p{
		color: #fff;
		font-size: 13px;
		margin-left: 10px;
		font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
		font-weight: 600;
	}
	.close_info_pc p span{
		font-size: 11px;
		font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
		font-weight: 400;
	}
	.products_photo {
		padding-top: 70px;
	}
}
/*SP*/
@media only screen and (max-width: 736px) {
	.close_info_pc{display: none;}
	.close_info_sp{
		background-color:#CC0000;
		width: 100%;
		min-height: 62px;
		display: flex;
		align-items: center;
		margin-top: 35px;
		margin-bottom: 25px;
	}
	.close_info_sp p{
		color: #fff;
		font-size: 15px;
		margin-left: 12px;
		font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
		font-weight: 600;
	}
	.close_info_sp p span{
		font-size: 13px;
		font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
		font-weight: 400;
	}
	.icon_box{
		height: 44px;
	}
	.icon_box li{
		height: 44px;
	}
}