@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;
}
.column_2_block:first-child {
  width: 45%;
  max-width: 360px;
}
.column_2_block:last-child {
  width: 50%;
  max-width: 400px;
}
.column_2_block p {
  margin-bottom: 15px;
}
.column_2_block img {
  margin-top: auto;
}

.kashikoi_bg_yellow {
  margin: 25px auto 40px;
  padding: 30px 30px 0;
  background: #fffadc;
  text-align: center;
}
.kashikoi_bg_yellow h3 {
  margin-bottom: 15px;
  color: #df0202;
  font-size: 20px;
  font-weight: bold;
}
.kashikoi_bg_yellow img {
  width: 100%;
}
.product_feature_kashikoi_img02 {
  max-width: 728px;
}
.product_feature_kashikoi_img06 {
  max-width: 766px;
}
.product_feature_kashikoi_img11 {
  max-width: 725px;
}
.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;
}
.fluid_txt {
  width: 100%;
}
.img_fluid p + .feature_section_block_ttl {
  margin-top: 30px;
}
.product_feature_kashikoi_img01 {
  margin-left: 28px;
  min-width: 195px;
}
.product_feature_kashikoi_img03,
.product_feature_kashikoi_img04 {
  min-width: 333px;
  margin-left: 24px;
}
.product_feature_kashikoi_img05,
.product_feature_kashikoi_img07 {
  min-width: 230px;
  margin-left: 24px;
}

.kashikoi_feature_news {
  padding: 35px 80px;
  background: #f7f7f7;
}
.kashikoi_feature_news h4 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: bold;
}
.kashikoi_feature_news h5 {
  font-size: 18px;
  font-weight: bold;
}
.kashikoi_feature_news img {
  width: 100%;
  height: auto;
}

.feature_message_area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 10px 40px;
  border: 1px solid #ccc;
}
.feature_message_img {
  width: 130px;
  margin-right: 24px;
}
.feature_message_txt {
  width: calc(100% - 154px);
}
.feature_message_txt1 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}