@charset "utf-8";
/* CSS Document */

.feature_lead {
  font-size: 18px;
}


.product_feature_img_Wpower {
  width: 60%;
  max-width: 569px;
  margin: 40px auto;
}

.product_feature_img_molecule {
  width: 87%;
  max-width: 822px;
  margin: 40px auto;
}

.product_feature_inner_content_purupuru {
  display: flex;
  flex-wrap: nowrap;
}

.product_feature_img_purupuru {
  flex-shrink: 0;
  width: 22%;
  border: 1px solid #e4e4e4;
}

.good_quality {
  width: 95%;
  max-width: 350px;
  height: 40px;
  line-height: 40px;
  background: #ece1d0;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 30px;
  position: relative;
}

.good_quality:after {
  content: "";
  background: url(../img/good_quality_arrow.png) no-repeat;
  width: 8px;
  height: 10px;
  display: inline-block;
  top: 14px;
  right: 10px;
  position: absolute;
}


/*product_feature_staff_comment*/

.product_feature_staff_comment {
  padding: 25px;
  background: #eaeaea;
  margin: 40px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.staff_comment_person {
  width: 140px;
  height: 210px;
  padding: 8px 8px 0;
  background: #fff;
  flex-shrink: 0;
}

.staff_comment_person_img {
  margin: 0 7px;
  border: 1px solid #cac8c9;
}

.staff_coment_name {
  padding: 5px 0;
}


.staff_coment_name span {
  font-size: 10px;
  display: inline-block;
  line-height: 1.3em;
}

.staff_comment_txt {
  margin-left: 20px;
}

.staff_comment_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}