@media screen and (max-width: 767px) {
  .body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list {
    width: 177.08333333333331vw;
  }
}
/* ========================================================================
   Component: faqheader
 ========================================================================== */
.faqheader {
  position: relative;
}
.faqheader:before {
  content: "";
  width: 100%;
  height: 400px;
  background: #ddd;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
  opacity: 0.25;
  transform: skew(0deg, -10deg);
}
@media screen and (max-width: 767px) {
  .faqheader:before {
    height: 250px;
    transform: skew(0deg, -20deg);
    line-height: 1.3em;
  }
}
/* ========================================================================
   Component: faqbody
 ========================================================================== */
.faqbody-subtitle {
  font-weight: bold;
  margin-top: 6.25vw;
  font-size: clamp(10px, 1.944444444444444vw, 28px);
}
@media screen and (min-width: 1440px) {
  .faqbody-subtitle {
    margin-top: 90px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-subtitle {
    margin-top: 18.75vw;
    font-size: clamp(10px, 5vw, 24px);
  }
}
.faqbody-list {
  margin-top: 1.388888888888889vw;
}
@media screen and (min-width: 1440px) {
  .faqbody-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-list {
    margin-top: 8.333333333333332vw;
  }
}
.faqbody-list.is_open .faqbody-question-toggle::before {
  transform: translateX(-50%) rotate(0deg);
}
.faqbody-list.is_open .faqbody-answer {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .faqbody-list.is_open .faqbody-answer {
    max-height: 400px;
  }
}
.faqbody-question {
  position: relative;
  border-radius: 8px 8px 0 0;
  background: #f7f7f7;
  font-weight: 500;
  padding: 1.736111111111111vw 65px 1.736111111111111vw 6.25vw;
  font-size: clamp(10px, 1.666666666666667vw, 24px);
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .faqbody-question {
    padding: 25px 65px 25px 90px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-question {
    padding: 4.166666666666666vw 50px 4.166666666666666vw 11.458333333333332vw;
    font-size: clamp(10px, 4.166666666666666vw, 20px);
  }
}
.faqbody-question::before {
  position: absolute;
  content: "Q";
  font-weight: bold;
  color: #696969;
  top: 50%;
  transform: translateY(-50%);
  left: 1.736111111111111vw;
  font-size: clamp(10px, 2.5vw, 36px);
}
@media screen and (min-width: 1440px) {
  .faqbody-question::before {
    left: 25px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-question::before {
    left: 3.125vw;
    font-size: clamp(10px, 7.5vw, 36px);
  }
}
.faqbody-question-toggle {
  display: block;
  text-indent: -9999px;
  background: #3da2db;
  position: absolute;
  top: 50%;
  right: 1.736111111111111vw;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.faqbody-question-toggle::before,
.faqbody-question-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 300ms;
}
.faqbody-question-toggle::before {
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faqbody-question-toggle {
    right: 3.125vw;
  }
}
.faqbody-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.faqbody-answer-inner {
  position: relative;
  border: 2px solid #f7f7f7;
  padding: 1.736111111111111vw 1.736111111111111vw 1.736111111111111vw 6.25vw;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .faqbody-answer-inner {
    padding: 25px 25px 25px 90px;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-answer-inner {
    padding: 4.166666666666666vw 4.166666666666666vw 4.166666666666666vw 11.458333333333332vw;
  }
}
.faqbody-answer-inner::before {
  position: absolute;
  content: "A";
  font-weight: bold;
  color: #3da2db;
  top: 50%;
  left: 1.736111111111111vw;
  transform: translateY(-50%);
  font-size: clamp(10px, 2.5vw, 36px);
}
@media screen and (min-width: 1440px) {
  .faqbody-answer-inner::before {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faqbody-answer-inner::before {
    left: 3.125vw;
    font-size: clamp(10px, 7.5vw, 36px);
  }
}
.faqbody-answer-note {
  display: block;
  font-size: 14px;
}
