@charset "UTF-8";
/*=======================================
よくある質問
=========================================*/
.p-faq {
  padding-top: 210px;
}
.p-faq.c-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-faq.c-wrap:before, .p-faq.c-wrap:after {
  display: none;
}
.p-faq-heading .c-title1 .en {
  margin-left: 0;
}
.p-faq-wrap {
  width: calc(100% - 194px);
  padding-top: 210px;
}
.p-faq__nav {
  margin-bottom: 84px;
}
.p-faq__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.p-faq__nav ul:before, .p-faq__nav ul:after {
  display: none;
}
.p-faq__nav li {
  margin-right: 28px;
  margin-bottom: 15px;
}
.p-faq__nav li:last-child {
  margin-right: 0;
}
.p-faq__nav li a {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
}
.p-faq__nav li span {
  display: block;
  background: url(../img/common/arrow_3-down.svg) no-repeat right center;
  background-size: 6px 7px;
  padding-right: 15px;
}
.p-faq__content .block1 {
  margin-bottom: 122px;
}
.p-faq__content .heading {
  border-bottom: 1px solid #1A1918;
  margin-bottom: 40px;
}
.p-faq__content .heading .c-title2 .en {
  margin-bottom: 6px;
}
.p-faq__content .content dl {
  margin: 0;
  margin-bottom: 44px;
}
.p-faq__content .content dt {
  background: url(../img/faq/icon_q.svg) no-repeat left 6px;
  background-size: 16px 16px;
  padding-left: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
}
.p-faq__content .content dd {
  background: url(../img/faq/icon_a.svg) no-repeat left 6px;
  background-size: 16px 16px;
  padding-left: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 160px;
  }
  .p-faq.c-wrap {
    display: block;
  }
  .p-faq-wrap {
    width: auto;
    padding-top: 0;
  }
  .p-faq-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
  }
  .p-faq-heading .c-title1 {
    display: flex;
  }
  .p-faq-heading .c-title1 .en,
  .p-faq-heading .c-title1 .h {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
  }
  .p-faq-heading .c-title1 .en h1, .p-faq-heading .c-title1 .en h2, .p-faq-heading .c-title1 .en h3, .p-faq-heading .c-title1 .en h4, .p-faq-heading .c-title1 .en h5, .p-faq-heading .c-title1 .en h6,
  .p-faq-heading .c-title1 .h h1,
  .p-faq-heading .c-title1 .h h2,
  .p-faq-heading .c-title1 .h h3,
  .p-faq-heading .c-title1 .h h4,
  .p-faq-heading .c-title1 .h h5,
  .p-faq-heading .c-title1 .h h6 {
    font-feature-settings: initial;
  }
  .p-faq__nav {
    margin-bottom: 0;
  }
  .p-faq__nav ul {
    flex-direction: column;
  }
  .p-faq__nav li {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .p-faq__nav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-faq__contact .block1 {
    margin-bottom: 96px;
  }
  .p-faq__contact .heading {
    margin-bottom: 30px;
  }
  .p-faq__contact .content dl {
    margin-bottom: 30px;
  }
  .p-faq__contact .content dt {
    margin-bottom: 8px;
  }
}
