main#main {
  color: #4d5761;
}

#faq_page #faq_title_area h1 {
  position: relative;
}

#faq_page #faq_title_area h1::before {
  font-family: "Rubik";
  content: attr(data-en);
}

#faq_page .faq_contents h2 {
  position: relative;
}

#faq_page .faq_contents h2::before {
  content: attr(data-en);
  font-family: "Rubik";
  display: inline-block;
  color: #83a9db;
}

#faq_page .faq_contents .list {
  border-top: 1px solid #bdc5c838;
}

#faq_page .faq_contents .list > li {
  border-bottom: 1px solid #bdc5c838;
}

#faq_page .faq_contents .list > li > dl dt {
  position: relative;
}

#faq_page .faq_contents .list > li > dl dt::before {
  content: "Q";
  font-family: "Rubik";
  color: #83a9db;
  position: absolute;
  left: 0;
}

#faq_page .faq_contents .list > li > dl dt button,
#faq_page .faq_contents .list > li > dl dt button:focus,
#faq_page .faq_contents .list > li > dl dt button:hover {
  display: block;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
  color: #4d5761;
}

#faq_page .faq_contents .list > li > dl dd {
  position: relative;
}

#faq_page .faq_contents .list > li > dl dd::before {
  content: "A";
  font-family: "Rubik";
  color: #83a9db;
  position: absolute;
  left: 0;
}

#faq_page .faq_contents .list > li > dl dd::before.hidden {
  display: none;
}

#faq_page .faq_contents .list > li > dl dd a {
  color: #83a9db;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #faq_page {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.7) 500px), linear-gradient(86deg, #8faac2 0%, #d3d9db 24%, #c0d5f0 74%, #e8d8e4 100%);
    padding-top: 155px;
  }
  #faq_page #faq_title_area {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #faq_page #faq_title_area h1 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  #faq_page #faq_title_area h1::before {
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    position: absolute;
    top: -115px;
    left: 0;
  }
  #faq_page #faq_title_area .description {
    width: 540px;
    font-size: 1.8rem;
    line-height: 1.66;
    padding: 10px 0 18px 50px;
    border-left: 1px solid #cccccc;
  }
  #faq_page #faq_image {
    width: 1280px;
    margin: 115px auto 0;
  }
  #faq_page #faq_image img {
    border-radius: 20px;
  }
  #faq_page .faq_contents {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
  }
  #faq_page .faq_contents#faq01 {
    margin-top: 140px;
  }
  #faq_page .faq_contents#faq02 {
    margin-top: 160px;
  }
  #faq_page .faq_contents#faq03 {
    margin-top: 160px;
  }
  #faq_page .faq_contents h2 {
    padding-top: 27px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #faq_page .faq_contents h2::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  #faq_page .faq_contents .list > li {
    width: 800px;
  }
  #faq_page .faq_contents .list > li > dl > dt:hover {
    text-decoration: underline;
  }
  #faq_page .faq_contents .list > li > dl > dt button {
    padding: 35px 60px 35px 50px;
    text-align: left;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
  }
  #faq_page .faq_contents .list > li > dl > dt button::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #4d5761;
    position: absolute;
    right: 20px;
    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: 27px;
    top: calc(50% - 8px);
  }
  #faq_page .faq_contents .list > li > dl > dt::before {
    font-size: 2.2rem;
    font-weight: 400;
    top: 33px;
    left: 16px;
  }
  #faq_page .faq_contents .list > li > dl > dd {
    font-size: 1.5rem;
    line-height: 1.73;
    padding: 10px 50px 40px;
  }
  #faq_page .faq_contents .list > li > dl > dd::before {
    font-size: 2.2rem;
    font-weight: 400;
    top: 5px;
    left: 16px;
  }
}
