@charset "UTF-8";
.main_head {
  background: url(/faq/images/head_bg.jpg) no-repeat center center/cover;
}

.col {
  max-width: 1200px;
  padding-top: 64px;
}
.col + .col {
  padding-top: 78px;
}

.faq_head {
  font-size: 2.13rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.faq_head .elleFont {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.faq_head.regular {
  font-weight: 400;
}

.faq_wrap {
  margin-top: 25px;
  padding: 63px 0 56px;
  background: #f8f8f8;
}
.faq_wrap.anchor {
  padding: 37px 0;
}

.faq_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 690px;
  width: 92%;
  margin: 0 auto;
}
.faq_anchor li {
  max-width: 334px;
  width: 48.5%;
}
.faq_anchor li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px 13px;
  font-size: 1.13rem;
  color: #fff;
  background: #282727;
  text-align: center;
  letter-spacing: 0.05em;
}
.faq_anchor li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #fff;
  border-bottom: 0;
}
.faq_anchor li:nth-of-type(2n) {
  margin-left: 3%;
}
.faq_anchor li:nth-of-type(n+3) {
  margin-top: 20px;
}

.faq {
  line-height: 1.7;
  max-width: 914px;
  width: 92%;
  margin: 0 auto;
  font-size: 1.38rem;
}
.faq + .faq {
  margin-top: 28px;
}
.faq .eng {
  letter-spacing: 0.08em;
}

.faq_q {
  position: relative;
  padding: 24px 80px 25px;
  background: #d5d3d3;
  cursor: pointer;
}
.faq_q:before {
  content: "Q";
  position: absolute;
  display: block;
  top: 24px;
  left: 23px;
  font-size: 1.38rem;
  font-weight: 700;
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.faq_q:after {
  content: "";
  position: absolute;
  display: block;
  top: 34px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #282727;
  border-bottom: 0;
}
.faq_q.open:after {
  border-bottom: 14px solid #282727;
  border-top: 0;
}

.faq_a {
  position: relative;
  display: none;
  background: #fff;
}
.faq_a.open {
  display: block;
}
.faq_a .faq_a_in {
  position: relative;
  padding: 24px 80px 25px;
}
.faq_a .faq_a_in:before {
  content: "A";
  position: absolute;
  display: block;
  top: 27px;
  left: 23px;
  font-size: 1.38rem;
  font-weight: 700;
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.faq_a .bold {
  display: block;
  margin-top: 5px;
}
.faq_a .txt_list {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .col {
    width: 100%;
    padding-top: 20px;
  }
  .col + .col {
    padding-top: 47px;
  }
  .faq_head {
    font-size: 1.07rem;
  }
  .faq_head .elleFont {
    margin-top: 1px;
    font-size: 1rem;
  }
  .faq_wrap {
    margin-top: 12px;
    padding: 31px 0 42px;
  }
  .faq_wrap.anchor {
    padding: 18px 0;
  }
  .faq_anchor {
    width: 81%;
  }
  .faq_anchor li {
    width: 48%;
  }
  .faq_anchor li a {
    line-height: 1.2;
    padding: 4px 10px 7px 18px;
    font-size: 0.88rem;
  }
  .faq_anchor li a:before {
    left: 8px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #fff;
  }
  .faq_anchor li:nth-of-type(2n) {
    margin-left: 4%;
  }
  .faq_anchor li:nth-of-type(n+3) {
    margin-top: 3%;
  }
  .faq {
    line-height: 1.7;
    width: 81%;
    font-size: 0.82rem;
  }
  .faq + .faq {
    margin-top: 20px;
  }
  .faq_q {
    padding: 9px 35px 9px;
  }
  .faq_q:before {
    top: 9px;
    left: 14px;
    font-size: 0.82rem;
  }
  .faq_q:after {
    top: 15px;
    right: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #282727;
  }
  .faq_q.open:after {
    border-bottom: 10px solid #282727;
    border-top: 0;
  }
  .faq_a .faq_a_in {
    padding: 9px 10px 9px 35px;
  }
  .faq_a .faq_a_in:before {
    top: 9px;
    left: 15px;
    font-size: 0.82rem;
  }
}