@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
/*$colorLightGray: #EEEEEE;*/
.c-faq-list__dl {
  padding-bottom: 32px;
  border-bottom: 2px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dl {
    padding-bottom: 16px;
  }
}
.c-faq-list__dl + .c-faq-list__dl {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dl + .c-faq-list__dl {
    margin-top: 16px;
  }
}
.c-faq-list__dt, .c-faq-list__dd {
  width: 100%;
}
.c-faq-list__dt {
  display: flex;
  padding-right: 56px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dt {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-faq-list__dt:hover {
    cursor: pointer;
  }
}
.c-faq-list__dt-icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .c-faq-list__dt-icon {
    width: 32px;
    height: 32px;
  }
}
.c-faq-list__dt-icon::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/common/q_icon.png.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.c-faq-list__dt-text {
  margin-left: 16px;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dt-text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .c-faq-list__dt-text {
    font-size: 18px;
    margin-left: 8px;
    margin-top: 2px;
  }
}
.c-faq-list__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-self: center;
  display: block;
  position: relative;
}
.c-faq-list__btn::before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  background-image: url("../media/images/common/link_btn_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-faq-list__btn.open::before {
  background-image: url("../media/images/common/link_btn_close.svg");
}
.c-faq-list__dd {
  margin-top: 34px;
  padding: 40px 36px 40px 40px;
  background: #f1f7e3;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dd {
    padding: 20px;
  }
}
.c-faq-list__dd-text a {
  color: #0077A6;
  text-decoration: underline;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .c-faq-list__dd-text a:hover {
    opacity: 0.7;
  }
}

.p-faq-category {
  padding-bottom: 0;
}
.p-faq-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.p-faq-category__item {
  max-width: 308px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-faq-category__item {
    max-width: 400px;
  }
}
.p-faq-category__link {
  display: flex;
  height: 128px;
  border-radius: 24px;
  background: #F2F2F2;
  padding: 26px 26px 54px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-faq-category__link {
    padding: 24px;
    height: auto;
  }
}
.p-faq-category__link::before {
  top: unset;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%) rotate(90deg);
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-faq-category__link::before {
    top: 50%;
    right: 20px;
    bottom: unset;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .p-faq-category__link:hover::before {
    bottom: 14px;
  }
}
.p-faq-category__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}

.p-faq {
  padding-bottom: 0;
}
.p-faq:last-of-type {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-faq:last-of-type {
    padding-bottom: 62px;
  }
}
.p-faq__list {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 40px;
  }
}/*# sourceMappingURL=faq.css.map */