@media screen and (max-width: 767.999px) {
  #faq_page {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.7) 500px), linear-gradient(88deg, #8faac2 0%, #d3d9db 24%, #c0d5f0 74%, #e8d8e4 100%);
    padding-top: 140px;
  }
  #faq_page #faq_title_area {
    padding: 0 32px;
  }
  #faq_page #faq_title_area h1 {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #faq_page #faq_title_area h1::before {
    font-size: 5.5rem;
    font-weight: 400;
    letter-spacing: 0.024em;
    position: absolute;
    top: -70px;
    left: 0;
  }
  #faq_page #faq_title_area .description {
    position: relative;
    margin-top: 35px;
    padding-top: 25px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #faq_page #faq_title_area .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #cccccc;
  }
  #faq_page #faq_image {
    margin: 75px 17px 0;
  }
  #faq_page #faq_image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
  }
  #faq_page .faq_contents {
    padding: 0 30px;
  }
  #faq_page .faq_contents#faq01 {
    margin-top: 100px;
  }
  #faq_page .faq_contents#faq02 {
    margin-top: 105px;
  }
  #faq_page .faq_contents#faq03 {
    margin-top: 105px;
  }
  #faq_page .faq_contents h2 {
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #faq_page .faq_contents h2::before {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    position: absolute;
    left: 0;
    top: -24px;
  }
  #faq_page .faq_contents .list {
    margin-top: 23px;
  }
  #faq_page .faq_contents .list > li > dl > dt button {
    padding: 23px 30px 23px 27px;
    text-align: left;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
  }
  #faq_page .faq_contents .list > li > dl > dt button::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #4d5761;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
  }
  #faq_page .faq_contents .list > li > dl > dt button[aria-expanded="false"]::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #4d5761;
    position: absolute;
    right: 7px;
    top: calc(50% - 8px);
  }
  #faq_page .faq_contents .list > li > dl > dt::before {
    font-size: 2.2rem;
    font-weight: 400;
    top: 18px;
    left: 0;
  }
  #faq_page .faq_contents .list > li > dl > dd {
    font-size: 1.3rem;
    padding: 0 0 23px 27px;
  }
  #faq_page .faq_contents .list > li > dl > dd::before {
    font-size: 2.2rem;
    font-weight: 400;
    top: 0;
    left: 0;
  }
}
