main.l-container {
  margin: 0;
}

.header__logo {
  width: 90px;
}

.header.active .header__container img.black {
  opacity: 1;
  visibility: visible;
}
.header.active .header__container img.white {
  opacity: 0;
  visibility: hidden;
}

.page-faq {
  overflow: hidden;
}
.page-faq .fv {
  overflow: visible;
}
.page-faq .fv__in {
  padding: 120px 0 50px;
}

.category {
  position: relative;
  margin: 0 0 125px;
}
.category__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  max-width: 1080px;
  color: #58585A;
}
.category__cards::after {
  content: "";
  display: block;
  width: 32%;
}
.category__card {
  width: 32%;
  margin: 0 auto;
  padding: 30px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebdfdf), color-stop(#cbd9d6), color-stop(#dce6d3), to(#fbf9f6));
  background-image: linear-gradient(to right, #ebdfdf, #cbd9d6, #dce6d3, #fbf9f6);
  padding: 1px;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.category__card__in {
  display: block;
  padding: 35px 10px;
  background: #fff;
  border-radius: 10px;
}
.category__card__in[\:has\(.category__card__img\)] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.category__card__in:has(.category__card__img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.category__card__txt {
  color: #58585A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.category__card__txt span {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.1666666667;
  letter-spacing: 0;
}
.category__card__img {
  width: 26px;
  height: 100%;
}

.faq {
  margin: 0 0 120px;
}
.faq__btn {
  margin: 0 auto;
}
.faq__box {
  margin: 0 0 95px 0;
}
.faq__box:last-child {
  margin: 0;
}
.faq__ttl {
  font-size: 24px;
  margin: 0 0 52px;
}
.faq__list {
  margin: 0 0 20px 0;
}
.faq__list:last-child {
  margin: 0;
}
.faq__list__ttl {
  cursor: -webkit-grab;
  cursor: grab;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.2em;
  background: #f7f7f7;
  padding: 17px 64px 17px 40px;
  position: relative;
}
.faq__list__ttl::before {
  content: "";
  position: absolute;
  background: #58585a;
  width: 2px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 46px;
}
.faq__list__ttl::after {
  content: "";
  position: absolute;
  background: #58585a;
  width: 14px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.faq__list.active .faq__list__ttl::before {
  background: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq__list.active .faq__list__ttl::before::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__list__des {
  display: none;
}
.faq__list__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  padding: 25px 44px 30px 34px;
}
.faq__list__txt a {
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 719px) {
  .header__logo {
    width: 81px;
  }
  .page-faq .fv__in {
    padding: 73px 0 30px;
  }
  .category {
    margin: 0 0 60px;
  }
  .category__cards {
    width: 100%;
    gap: 6px;
  }
  .category__cards::after {
    display: none;
  }
  .category__card {
    width: 49%;
    position: relative;
  }
  .category__card__in {
    padding: 15px 10px;
  }
  .category__card__in[\:has\(.category__card__img\)] {
    padding: 15px 0 15px 23px;
  }
  .category__card__in:has(.category__card__img) {
    padding: 15px 0 15px 23px;
  }
  .category__card__txt {
    font-size: 12px;
    line-height: 2.1666666667;
    letter-spacing: 0.1em;
  }
  .category__card__txt span {
    display: none;
  }
  .category__card__img {
    width: 13px;
    height: 100%;
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 13px;
  }
  .faq {
    margin: 0 0 80px;
  }
  .faq__box {
    margin: 0 0 70px 0;
  }
  .faq__box:last-child {
    margin: 0;
  }
  .faq__ttl {
    font-size: 18px;
  }
  .faq__list__ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
    padding: 13px 90px 13px 18px;
  }
  .faq__list__ttl::before {
    right: 24px;
    width: 1px;
    height: 10px;
  }
  .faq__list__ttl::after {
    right: 20px;
    width: 10px;
    height: 1px;
  }
  .faq__list__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding: 15px 0 10px 0;
  }
}
@media only screen and (max-width: 1049px) and (min-width: 769px) {
  .category {
    margin: 0 0 100px;
  }
  .category__card {
    width: 48%;
  }
}