@charset "utf-8";

.fw_bold {
  font-weight: bold;
}

.shadow_box {
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, .11);
}

.shadow_btn {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}

#contents {
  padding-top: 45px;
}

#contents .contents_inner {
  padding-top: 45px;
  margin-top: -45px;
}

#voice {
  padding-bottom: 80px;
  font-size: 16px;
}

#voice .page-width.w1140 {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.voice_sec+.voice_sec {
  margin-top: 60px;
}

.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_title:before,
.page_title:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
}

.page_title:before {
  top: 0;
}

.page_title:after {
  bottom: 0;
}


.voice_att {
  font-size: 14px;
  line-height: 1.5;
}

.voice_att li {
  padding-left: 1em;
  text-indent: -1em;
}




/* ===============================================================
ボタン
=============================================================== */
.voice_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  margin: 0 auto;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.voice_btn:hover {
  text-decoration: underline;
}

.voice_btn.btn_arrowR,
.voice_btn.btn_arrowL {
  position: relative;
}

.voice_btn.btn_arrowR:after,
.voice_btn.btn_arrowL:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  margin-top: -5px;
}

.voice_btn.btn_arrowR:after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

.voice_btn.btn_arrowL:after {
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.btn_detail {
  width: 280px;
  height: 40px;
  line-height: 40px;
}

.voice_main_area_glyna .btn_detail {
  background: #ceb89a;
}

.voice_main_area_skincare .btn_detail {
  background: #efadb2;
}

.btn_pager {
  width: 100%;
  height: 60px;
  background: #b99a6f;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

.btn_more {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: auto;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
}

.btn_more:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  margin-top: -4px;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.supplement .btn_more {
  background: #ceb89a;
}

.kodawari .btn_more {
  background: #ebc48e;
}

.skincare .btn_more {
  height: 40px;
  padding: 13px 0;
  line-height: 17px;
  background: #efadb2;
}

@media screen and (max-width: 1139px) {
  .skincare .btn_more {
    font-size: 15px;
  }
}


/* ===============================================================
お客様の声トップ
=============================================================== */
.voice_page_link {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  /* 20180705 hisys こだわりの晩品コメントアウト対応 start
  max-width: 850px; */
  max-width: 575px;
  /* 20180705 hisys こだわりの晩品コメントアウト対応 end */
  margin: 24px auto 50px;
}

.voice_page_link li {
  /* 20180705 hisys こだわりの晩品コメントアウト対応 start
  width: 31%; */
  width: 47%;
  /* 20180705 hisys こだわりの晩品コメントアウト対応 end */
  max-width: 270px;
  height: 60px;
  line-height: 60px;
}

.voice_page_link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.voice_page_link .supplement a {
  background: #b99a6f;
}

.voice_page_link .skincare a {
  background: #e88a92;
}

.voice_page_link .kodawari a {
  background: #e2ab5e;
}

.voice_page_link a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.voice_block {
  border: 2px solid #fff;
}

.voice_block.supplement {
  border-color: #b99a6f;
}

.voice_block.skincare {
  border-color: #e88a92;
}

.voice_block.kodawari {
  border-color: #e2ab5e;
}

.voice_block+.voice_block {
  margin-top: 50px;
}

.voice_block h3 {
  height: 60px;
  padding: 0 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
}

.voice_block.supplement h3 {
  background: #b99a6f;
}

.voice_block.skincare h3 {
  background: #e88a92;
}

.voice_block.kodawari h3 {
  background: #e2ab5e;
}


.voice_panel_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
}

.voice_panel_list>li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 47%;
  min-height: 370px;
  margin: 30px 0 0 6%;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, .11);
  border-radius: 5px;
}

.voice_panel_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.voice_panel_img {
  width: 110px;
  height: 110px;
  border: 1px solid #e5e5e5;
}

.voice_panel_img img {
  width: 100%;
  height: 100%;
}

.voice_panel_header p {
  width: calc(100% - 125px);
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
}

.voice_panel_list dl {
  margin-bottom: 10px;
}

.voice_panel_list dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ad8957;
}


@media screen and (max-width: 1139px) {
  .voice_panel_list>li:nth-child(odd) {
    margin-left: 0;
  }

  .voice_panel_list>li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .voice_panel_list>li {
    width: 31.45%;
    max-width: 340px;
    margin: 30px 0 0 2.777%;
  }

  .voice_panel_list>li:nth-child(3n+1) {
    margin-left: 0;
  }

  .voice_panel_list>li:nth-child(-n+3) {
    margin-top: 0;
  }
}



/* ===============================================================
詳細ページ > メイン商品
=============================================================== */
.voice_main_area {
  display: -webkit-flex;
  display: flex;
  min-height: 260px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}

.voice_main_img {
  height: 200px;
  border: 1px solid #e5e5e5;
}

.voice_main_img img {
  height: 100%;
}

.voice_main_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 230px);
  margin-left: auto;
}

.voice_main_txt h3 {
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  padding: 0 11px;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
}

.voice_main_area_glyna .voice_main_txt h3 {
  background: #e9dfd1;
}

.voice_main_area_skincare .voice_main_txt h3 {
  background: #f8dcde;
}

.voice_main_txt p {
  font-size: 18px;
  font-weight: bold;
}

.voice_main_btn {
  margin-top: auto;
  text-align: right;
}

.voice_main_btn a {
  display: inline-block;
}



/* ===============================================================
詳細ページ > お客様の声リスト
=============================================================== */
.voice_list {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.voice_item {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.voice_item+.voice_item {
  margin-top: 25px;
}

.voice_item_img {
  width: 100px;
  height: 100px;
}

.voice_item_img img {
  width: 100%;
  height: auto;
}

.voice_item_txt {
  width: calc(100% - 120px);
  margin-left: auto;
}

.voice_item_txt dt {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ad8957;
  font-size: 18px;
  font-weight: bold;
}


.voice_pager ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 570px;
  margin: 45px auto 0;
}

.voice_pager li {
  width: 47%;
}