@charset "utf-8";

.fw_bold {
  font-weight: bold;
}

a.link_blue_under {
  text-decoration: underline !important;
  color: #0070c0 !important;
  font-weight: normal;
}

.contents_inner {
  padding-top: 45px;
}

#contents.product_faq {
  padding-top: 0;
}

#faq {
  padding-bottom: 80px;
  font-size: 16px;
}

#faq .page-width.w1140 {
  max-width: 1180px;
}

.faq_sec+.faq_sec {
  margin-top: 50px;
}

.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;
}


#faq a {
  font-weight: bold;
}

.product_faq #faq a {
  font-weight: normal;
}

.box_white {
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 6px;
  display: block;
}

.shadow_box {
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, .11);
}

/* __________ btn __________ */
.faq_btn {
  border: 0;
  display: block;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
}


.faq_btn.btn_toProduct,
.faq_btn.btn_toBack {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #c2a882;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.faq_btn.btn_toProduct:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.faq_btn.btn_toBack:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.faq_btn_area.btn_double {
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin: 0 auto;
}

.faq_btn_area.btn_double .btn_toProduct,
.faq_btn_area.btn_double .btn_toBack {
  margin: 0 0 80px;
}

/* ===============================================================
キーワードから探す
=============================================================== */
.faq_search_box {
  margin: 60px auto 0;
  padding: 50px 260px;
  background-color: #fff;
}

.faq_search_box h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}

.faq_search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
}

.faq_search_text {
  -webkit-appearance: none;
  width: calc(100% - 150px);
  height: 60px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #a16b25;
  line-height: 60px;
}

.faq_search_submit {
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  width: 150px;
  height: 60px;
  padding: 0 16px 0 57px;
  color: #fff;
  background: #a16b25 url(../img/ico_search.png) no-repeat left 30px center;
  background-size: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.faq_search_box .keword_title {
  font-size: 20px;
  margin-bottom: 20px;
}

.faq_search_box .keword_box a {
  display: inline-block;
  font-weight: normal !important;
  font-size: 16px;
  border: 1px solid #be9a6a;
  border-radius: 100px;
  margin-right: 10px;
  padding: 10px 18px;
  font-feature-settings: "palt";
}

/* ===============================================================
カテゴリーから探す
=============================================================== */
.faq_category_area {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(74, 47, 26, .11);
}

.faq_category_area h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 34px;
  font-weight: bold;
}

.faq_category_parent>dt {
  height: 60px;
  margin-bottom: 29px;
  padding-right: 20px;
  background: #f5f1ea;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_category_parent>dt::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/ico_shoppng.png);
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.faq_category_parent>dt.item::before {
  background-image: url(../img/ico_item.png);
}

.faq_category_parent>dd+dt {
  margin-top: 40px;
}

.faq_category_shopping {
  margin-top: 37px;
  margin-left: 60px;
}

.faq_category_shopping li {
  display: block;
  width: auto;
}

.faq_category_shopping li:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq_category_child {
  width: 90%;
  margin: 0 auto;
}

/*.faq_category_child.supplement { border-color: #b99a6f; }
.faq_category_child.skincare { border-color: #e88a92; }
.faq_category_child.kodawari { border-color: #e2ab5e; }
.faq_category_child.support { border-color: #99bb76; }*/

/*.faq_category_child + .faq_category_child {
  margin-top: 30px;
}*/

.faq_category_child dt {
  height: 60px;
  padding: 0 16px;
  /*color: #fff;*/
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  border: 1px solid #cec3b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.faq_category_child dt.open {
  background-color: #f5f1ea;
}

.faq_category_child dt::before {
  content: "＋";
  font-size: 30px;
  color: #cec3b1;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_category_child dt.open::before {
  content: "－";
}

.faq_category_child dt:hover {
  cursor: pointer;
}

/*.faq_category_child.supplement dt { background: #b99a6f; }
.faq_category_child.skincare dt { background: #e88a92; }
.faq_category_child.kodawari dt { background: #e2ab5e; }
.faq_category_child.support dt { background: #99bb76; }*/

.faq_category_child dd {
  display: none;
  padding: 11px 15px 31px;
}

.faq_category_child ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-bottom: 42px;
}

.faq_category_child li {
  width: 50%;
  margin-bottom: 10px;
}


.skincare_sub_title {
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f1ea;
  padding: 10px 8px;
}



/* ===============================================================
よくあるご質問
=============================================================== */
.faq_panel {
  margin-bottom: 40px;
  font-size: 18px;
}

.faq_panel_inner {
  display: block;
  padding: 0 40px;
}



.faq_panel_ttl {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin-bottom: 25px;
  background: #b99a6f;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.faq_panel_ttl_relation {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin-bottom: 25px;
  background: #e9dfd1;
  font-size: 22px;
  font-weight: bold;
}

.faq_panel_content+.faq_panel_content {
  margin-top: 30px;
}

.faq_list_item {
  padding: 12px 30px;
  font-size: 18px;
  position: relative;
  background-image: linear-gradient(to right, #ad8957, #ad8957 4px, transparent 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.faq_list_item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #ff0000;
  top: 45%;
  transform: translateY(-50%);
  left: 8px;
}

.to_faqTop {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}

.to_faqTop :before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #ff0000;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.faq_QandA dl {
  padding-left: 35px;
}

.faq_question {
  position: relative;
  margin-bottom: 25px;
}

.faq_question:before {
  content: "Q";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #b99a6f;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -35px;
}

.faq_answer {
  position: relative;
}

.faq_answer:before {
  content: "A";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #df0202;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -35px;
}

.faq_panel_sub_ttl {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-image: linear-gradient(to right, #ad8957, #ad8957 4px, transparent 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 10px;
}

.faq_sub_question {
  position: relative;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;

}

.faq_sub_question:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #ff0000;
  top: 45%;
  transform: translateY(-50%);
  left: 13px;
}

@media screen and (min-width: 768px) and (max-width:1280px) {
  .faq_search_box {
    padding: 50px;
  }

  .faq_category_child {
    width: 100%;
  }
}