@charset "UTF-8";
/* ------------------------------------------------
 * 2021.10 「製品の原材料名等」見出し等
** ------------------------------------------------ */
.product_common_title,
.product_feature_title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.1em;
  width: 100%;
  height: auto;
  padding: 14px 22px;
  border: 0;
  border-left: 2px solid CurrentColor;
  color: #654838;
  background: #f5f1ea;
}

.product_common_title::before, .product_common_title::after,
.product_feature_title::before, .product_feature_title::after {
  display: none;
}
