@charset "utf-8";
/* CSS Document */

/*product_feature_3component*/

.product_feature_3component > p {
  font-size: 18px;
  font-weight: bold;
  color: #502708;
  margin-bottom: 20px;
}

.product_feature_3component_img {
  width: 68.5%;
  margin: 20px auto 60px;
}

.staff_support_comment {
  display: flex;
  flex-wrap: nowrap;
  
}

.staff_support_comment_img {
  flex-shrink: 0;
  width: 170px;
}

.staff_support_comment_txt {
  width: 100%;
}


/*product_feature_staff_comment*/

.product_feature_staff_comment {
  padding: 25px;
  background: #eaeaea;
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 771px) {
  .product_feature_staff_comment {
    align-items: flex-start;
  }
}

.staff_comment_person {
  width: 150px;
  height: 190px;
  padding: 8px 8px 0;
  background: #fff;
  flex-shrink: 0;
}

.staff_coment_name {
  padding: 5px;
}


.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;
}