@charset "utf-8";

.column_2 {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify; /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.column_2_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 47%;
  max-width: 450px;
}
.column_2_block p {
  margin-bottom: 20px;
}

.histidine_bg_yellow {
  margin-top: auto;
  padding: 25px;
  background: #fbf5e0;
}

.product_feature_histidine .feature_lead span {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.img_fluid {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify; /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.img_fluid + .img_fluid {
  margin-top: 35px;
}
.img_fluid p {
  width: 100%;
  margin-right: 10px;
}
.img_fluid p + .feature_section_block_ttl {
  margin-top: 30px;
}
.product_feature_histidine_img07 {
  margin: 0 20px 0 24px;
  min-width: 127px;
}
.product_feature_histidine_img08 {
  min-width: 212px;
  margin-right: 24px;
}