.block-faq {
  margin: 0px auto;
}

.faq {
  overflow: visible;
}
@media screen and (max-width:767px) {
  .faq:before {
    content: "FAQ";
    font-size: 40.7124681934vw;
    opacity: 0.1;
    line-height: 1;
    position: fixed;
    left: -13.9949109415vw;
    top: 52.1628498728vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 400;
    z-index: -1;
    white-space: nowrap;
  }
}
.faq .l-main {
  padding-top: 0;
}
@media screen and (max-width:767px) {
  .faq .l-main {
    padding-top: 38.1679389313vw;
  }
}
@media print, screen and (min-width:768px) {
  .faq .c-ttl-02 {
    top: 300px;
    left: -55px;
  }
}
@media screen and (max-width:767px) {
  .faq .c-ttl-02 {
    padding-bottom: 25.4452926209vw;
  }
}
@media screen and (max-width:767px) {
  .faq .l-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width:768px) {
  .faq .l-fixed__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 82vh;
    gap: 40px;
  }
}
.faq .l-content {
  padding-bottom: 200px;
}
@media screen and (max-width:767px) {
  .faq .l-content {
    padding-bottom: 22.9007633588vw;
  }
}

.faq-title {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .faq-title {
    font-size: 3.7037037037vw;
  }
}

.faq-title {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .faq-title {
    font-size: 4.5801526718vw;
    margin-bottom: 2.5445292621vw;
  }
}
.faq-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  gap: 30px;
  padding-left: 40px;
}
.faq-anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.faq-anchor li a.is-current:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-anchor li a:hover {
  opacity: 0.7;
}

.qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5.0890585242vw 0 5.8524173028vw;
}
@media print, screen and (min-width:768px) {
  .qa {
    margin: 22px 0;
  }
  .qa + .faq-title {
    margin-top: 100px;
  }
}
.qa:last-child {
  margin-bottom: 4.5801526718vw;
}
.qa__question {
  height: 17.048346056vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.0534351145vw;
  line-height: 1.6666666667;
  padding: 2.5445292621vw 10.1781170483vw 2.5445292621vw 5.0890585242vw;
  background: #2B2B2B;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width:768px) {
  .qa__question {
    height: 67px;
    font-size: 18px;
    line-height: 1.4444444444;
    padding: 10px 65px 10px 20px;
  }
}
.qa__question.active + .qa__answer {
  display: block;
}
.qa__question:after {
  content: "";
  background: url(/assets/images/icon_arrow.png) no-repeat center center;
  width: 10.6870229008vw;
  height: 10.6870229008vw;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7633587786vw;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media print, screen and (min-width:768px) {
  .qa__question:after {
    width: 42px;
    height: 42px;
    right: 20px;
  }
}
.qa__question.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.0534351145vw;
  line-height: 1.6666666667;
  display: none;
  padding: 0 10.1781170483vw 4.0712468193vw 5.0890585242vw;
  background: #2B2B2B;
}
@media print, screen and (min-width:768px) {
  .qa__answer {
    font-size: 14px;
    line-height: 2.1428571429;
    padding: 10px 65px 20px 20px;
  }
  .qa__answer a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .qa__answer a:hover {
    opacity: 0.8;
  }
}
.qa__answer + .qa__question {
  margin-top: 1.7811704835vw;
}
@media print, screen and (min-width:768px) {
  .qa__answer + .qa__question {
    margin-top: 7px;
  }
}