@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
}
 #faq_aftercare a {
    text-decoration: none!important;
  }
  #faq_aftercare a:hover {
    color: inherit!important;
  }
  #faq_aftercare {
    width: 860px;
    margin: 0 auto;
    padding-top: 3rem;
  }
  @media screen and (max-width: 1280px) {
    #faq_aftercare {
      width: 100%;
      margin: 0 auto;
      padding-top: 3rem;
    }
  }
  @media screen and (max-width: 599px) {
    #faq_aftercare {
      width: calc(100% + 16px);
      margin: -8px -8px 0;
    }
  }
  #faq_aftercare .inner {
      margin-bottom: 6rem!important;
  }
  @media screen and (max-width: 599px) {
    #faq_aftercare .inner {
      margin-bottom: 5rem!important;
    }
  }
#faq_aftercare h2,
#faq_aftercare h3{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#faq_aftercare p,
#faq_aftercare .faq_wrap dt,
#faq_aftercare .faq_wrap dd {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #faq_aftercare h2,
  #faq_aftercare h3 {
    line-height: 1.6em!important;
    letter-spacing: 0.02em!important;
  }
  #faq_aftercare p {
    letter-spacing: 0em!important;
  }
  #faq_aftercare .faq_wrap dt {
    line-height: 1.6em!important;
  }
}
/* ===============================
質問リスト
=============================== */
.faq_aftercare_list li {
  font-size: 1.7rem;
  font-weight: 500;
  border-bottom: solid 1px #DADADA;
}
@media screen and (max-width: 599px) {
  .faq_aftercare_list li {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.faq_aftercare_list li a {
  display: flex;
  padding: 2.6rem 6rem 2.6rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq_aftercare_list li a {
    padding: 1.6rem 4rem 1.6rem 0;
  }
}
.faq_aftercare_list li a:before {
  content: 'Q.';
  margin-right: 0.6rem;
}
.faq_aftercare_list li a:after {
  position: absolute;
  content:'\f078';
  font-family: var(--fontawe);
  font-weight: 900;
  right: 1.6rem;
  top: calc(50% - 1rem);
  transition: 0.5s;
}
.faq_aftercare_list li a:hover:after {
  top: 50%;
}

/* ===============================
見出し
=============================== */
.ttl_faq_after_01 {
  font-weight: 500;
  font-size: 2.0rem;
  border-bottom: solid 1px #DADADA;
  padding-bottom: 1.6rem;
  margin-bottom: 2.0rem;
  display: flex;
}
@media screen and (max-width: 599px) {
  .ttl_faq_after_01 {
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 1.0rem;
    margin-bottom: 1.0rem;
  }
}
.ttl_faq_after_01:before {
  content: 'Q.';
  margin-right: 0.6rem;
}
/* ===============================
FAQ wrap
=============================== */
.faq_wrap {
  border: solid 8px #EEEEEE;
  padding: 5rem;
}
@media screen and (max-width: 599px) {
  .faq_wrap {
    padding: 2rem;
  }
}
.faq_after_attention {
  color: #EB0D0D;
  margin-bottom: 4rem!important;
}
.faf_under_line {
  text-decoration: underline;
}
.faq_bold {
  font-weight: bold;
}
.faq_wrap p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #faq_aftercare .faq_wrap p {
    font-size: 1.4rem!important;
  }
}
.faq_wrap dt {
  background-color: #EEEEEE;
  font-weight: 500!important;
  padding: 0.8rem 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  .faq_wrap dl * {
    font-size: 1.4rem!important;
  }
  .faq_wrap dt {
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
  }
}
.faq_wrap dd {
  margin-bottom: 3rem;
}
.faq_wrap dd:last-child {
  margin-bottom: 0;
}
.faq_wrap > *:last-child,
.faq_wrap > *:last-child > *:last-child,
.faq_wrap > *:last-child > *:last-child > *:last-child  {
  margin-bottom: 0!important;
}
#faq_aftercare .faq_wrap a {
  text-decoration: underline!important;

}
#faq_aftercare .faq_wrap a:hover {
  text-decoration: none!important;
  opacity: 1.0;
}