
/********************
* shio
********************/
/* shio-cont */
#shio-cont {
    box-sizing: border-box;
}

.c-title-back-shio {
  background-color: #E0E5A8;
}
.c-block-container-back-shio {
  background-color: #F7F8EA;
}
h3.product_detail_ttl {
	color: #4F3506;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}
.product_detail_point_txt {
	width: 660px;
	text-align: left;
}
.product_detail_point_txt h4 {
	font-size: 26px;
}
.product_detail_point_txt h4::before {
	background-color: #B2C017;
}
.product_detail_point_txt ul.point_list {
	margin-bottom: 20px;
}
.product_detail_point_txt ul.point_list p {
	margin-top: 10px;
}
.product_detail_recipe {
	text-align: left;
}
.product_detail_recipe h3 {
	color: #4F3506;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	h3.flavor_ttl {
		font-size: 24px;
		border-radius: 10px 10px 0 0;
		padding: 15px 20px;
	}
	h3.product_detail_ttl {
		font-size: 26px;
	}
	h3.product_detail_ttl span {
		font-size: 16px;
	}
	.product_detail_point_txt {
		width: 100%;
	}
	.product_detail_point_txt h4 {
		font-size: 20px;
	}
}



