@charset "utf-8";

.ttl-03 {
  margin: 0 0 30px;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .ttl-03 {
    padding: 5px 0;
  }
}


/*
============================================================ */
/* index
============================================================ */
.sec-faq__lead {
  border-top: 1px solid #efefef;
  padding: 24px 0;
  margin-bottom: 25px;
}

.sec-faq__nav {
  background: #f5f2ed;
  padding: 60px 0;
}

.sec-faq__nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.sec-faq__nav__list > li {
  width: 32.29%;
  margin-right: 1.565%;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

.sec-faq__nav__list >li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  background: #614d4a;
  position: relative;
  transition: .25s;
}

.sec-faq__nav__list >li > a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
}

.sec-faq__nav__list >li > a:hover {
  text-decoration: none;
  opacity: .8;
}

.sec-faq__contact {
  padding: 90px 0 30px;
}

.sec-faq__contact__ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.sec-faq__contact__list {
  background: #614d4a;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: stretch;
}

.sec-faq__contact__list > li {
  flex: 1 0 0%;
  border: 1px solid #fff;
  padding: 25px 30px 20px;
  box-sizing: border-box;
  text-align: center;
}

.sec-faq__contact__list > li:nth-child(2) {
  margin-left: 15px;
}

.sec-faq__contact__list__ttl {
  font-weight: bold;
  margin-bottom: 12px;
}

.sec-faq__contact__list__tel {
  margin-bottom: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sec-faq__contact__list__tel a {
  display: inline-block;
}

.sec-faq__contact__list__btn {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec-faq__contact__list__btn a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #614d4a;
  transition: .25s;
  background: #fff;
}

.sec-faq__contact__list__btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.sec-faq__contact__list__note {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 812px) {
  .sec-faq__nav__list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 811px) {
  .sec-faq__lead {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .sec-faq__nav {
    padding: 15px 0;
  }

  .sec-faq__nav__list {
    margin-bottom: -1.785vw;
    justify-content: space-between;
  }

  .sec-faq__nav__list > li {
    width: 49.2%;
    margin: 0 0 1.785vw;
    line-height: 1.4;
    font-size: 12px;
  }

  .sec-faq__nav__list > li:nth-child(n+3) {
    width: 29.1%;
  }

  .sec-faq__nav__list > li:nth-child(4) {
    width: 39%;
  }

  .sec-faq__nav__list >li > a {
    height: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .sec-faq__nav__list >li > a:after {
    width: 4px;
    height: 4px;
    right: 7px;
  }

  .sec-faq__contact {
    padding: 35px 0 20px;
  }

  .sec-faq__contact__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .sec-faq__contact__list {
    padding: 15px;
    display: block;
  }

  .sec-faq__contact__list > li {
    padding: 15px;
  }

  .sec-faq__contact__list > li:not(:last-child) {
    margin-bottom: 15px;
  }

  .sec-faq__contact__list > li:nth-child(2) {
    margin-left: 0;
  }

  .sec-faq__contact__list__tel {
    margin-bottom: 10px;
    padding-bottom: 14px;
  }

  .sec-faq__contact__list__tel a {
    max-width: 200px;
  }
}

@media screen and (max-width: 400px) {
  .sec-faq__nav__list > li {
    font-size: 3.4375vw;
  }
}


/*
============================================================ */
/* faq
============================================================ */
.sec-faq__tab-nav__list {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
}
.sec-faq__tab-nav__list > li {
  flex: 1 0 0%;
  font-weight: bold;
  box-sizing: border-box;
}

.sec-faq__tab-nav__list > li:not(:last-child) {
  border-right: 1px solid #e5ded0;
}

.sec-faq__tab-nav__list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
  padding: 1em 0;
  box-sizing: border-box;
  background: #f5f2ed;
  position: relative;
  color: #c8bfad;
  transition: .25s;
}

.sec-faq__tab-nav__list > li > a:hover {
  text-decoration: none;
  background: #614d4a;
  color: #fff;
}

.sec-faq__tab-nav__list > li > a.active {
  background: #614d4a;
  color: #fff;
  pointer-events: none;
}

.sec-faq__tab-nav__list > li > a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #614d4a transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}

.sec-faq__tab-detail {
  margin-bottom: 40px;
}

.faq-list > li {
  background: #f5f2ed;
  padding: 0 80px 1px;
}

.faq-list > li:not(:last-child) {
  margin-bottom: 5px;
}

.faq-list__ttl {
  font-weight: bold;
  padding: 28px 0;
  color: #392d2b;
  cursor: pointer;
  position: relative;
}

.faq-list__ttl:before {
  content: "Q";
  font-family: "Cormorant SC", serif;
  font-weight: 500;
  font-size: 26px;
  color: #143b4f;
  position: absolute;
  top: 45%;
  left: -1.5em;
  transform: translateY(-50%);
}

.faq-list__ttl span {
  position: relative;
  display: block;
  margin-right: -80px;
  padding-right: 80px;
}

.faq-list__ttl span:before,
.faq-list__ttl span:after {
  content: "";
  background: #c1b7a7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .25s;
}

.faq-list__ttl span:before {
  width: 25px;
  height: 1px;
  right: 25px;
}

.faq-list__ttl span:after {
  width: 1px;
  height: 25px;
  right: 37px;
}

.faq-list__ttl.active span:before {
  opacity: 0;
}

.faq-list__ttl.active span:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-list__answer {
  margin-bottom: 59px;
  padding: 22px 30px 30px 70px;
  background: #fff;
  display: none;
}

.faq-list__answer__txt {
  position: relative;
  line-height: 2;
}

.faq-list__answer__txt:before {
  content: "A";
  font-family: "Cormorant SC", serif;
  font-weight: 500;
  font-size: 26px;
  color: #da8b64;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -1.5em;
}

.faq-list__answer__btn-wrap {
  margin-top: 1.5em;
}

.faq-list__answer__btn:not(:last-child) {
  margin-bottom: 10px;
}

.faq-list__answer__btn a {
  display: block;
  background: #392d2b;
  font-weight: bold;
  padding: 12px 16px;
  color: #fff;
  position: relative;
  transition: .25s;
}

.faq-list__answer__btn a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

.faq-list__answer__btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.icon {
  display: inline-block;
  margin: 0 5px;
}

.icon img {
  vertical-align: middle;
}

.faq-list__answer__seal {
  letter-spacing: -.4em;
}

.faq-list__answer__seal > span {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}

.faq-list__answer__seal__txt {
  width: 80%;
  padding-right: 1em;
  box-sizing: border-box;
}

.faq-list__answer__seal__img {
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 811px) {
  .sec-faq__tab-nav__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .sec-faq__tab-nav__list > li {
    width: 49.2%;
    font-size: 12px;
    flex: 0 0 auto;
  }

  .sec-faq__tab-nav__list > li:nth-child(n+3) {
    width: 29.1%;
    margin-top: 10px;
  }

  .sec-faq__tab-nav__list > li:nth-child(4) {
    width: 39%;
  }

  .sec-faq__tab-nav__list > li:not(:last-child) {
    border-right: 0;
  }

  .sec-faq__tab-nav__list > li > a {
    padding: .5em 0;
  }

  .sec-faq__tab-detail {
    margin-bottom: 20px;
  }

  .faq-list > li {
    font-size: 13px;
    padding: 0 30px 1px;
  }

  .faq-list__ttl {
    padding: 14px 0;
  }

  .faq-list__ttl:before {
    font-size: 18px;
    left: -1.2em;
  }

  .faq-list__ttl span {
    margin-right: -40px;
    padding-right: 40px;
  }

  .faq-list__ttl span:before {
    width: 15px;
    right: 19px;
  }

  .faq-list__ttl span:after {
    height: 15px;
    right: 26px;
  }

  .faq-list__answer {
    margin-bottom: 30px;
    padding: 15px 15px 15px 30px;
  }

  .faq-list__answer__txt:before {
    font-size: 18px;
    left: -1.2em;
  }

  .faq-list__answer__btn-wrap {
    margin-top: 1.2em;
  }

  .faq-list__answer__btn:not(:last-child) {
    margin-bottom: 5px;
  }

  .faq-list__answer__btn a {
    padding: 6px 15px;
    font-size: 12px;
  }

  .faq-list__answer__btn a:before {
    right: 8px;
    border-width: 1px;
  }

  .faq-list__answer__seal > span {
    display: block;
    width: 100%;
  }

  .faq-list__answer__seal__txt {
    padding-right: 0;
    margin-bottom: 1em;
  }

  .faq-list__answer__seal__img {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .sec-faq__tab-nav__list > li {
    font-size: 3.4375vw;
  }
}


/*
============================================================ */
/* contact
============================================================ */
.sec-faq-contact__note {
  margin: 60px 0 30px;
  border: 1px solid #f5f2ed;
  padding: 20px;
}

.efo-form .sec-faq-contact__note__list,
.efo-form .list-number {
  padding-left: 1em;
  margin-bottom: 2em;
}

.efo-form .sec-faq-contact__note__list > li {
  list-style: disc;
  padding-left: .5em;
}

.efo-form .sec-faq-contact__note__list > li:not(:last-child) {
  margin-bottom: 1em;
}

.efo-form .sec-faq-contact__alert {
  margin-bottom: 1em;
}

.efo-form .list-number > li {
  padding-left: .5em;

}

@media screen and (max-width: 811px) {
  .sec-faq-contact__note {
    margin: 30px 0 15px;
    padding: 15px;
  }

}
