@charset "UTF-8";
/* ::::::::::  よくあるご質問  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
common
========================================================= */
/* =========================================================
index
========================================================= */
.faq .wrapper {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .faq .wrapper {
    padding-top: 40px;
  }
}
.faq .faqList {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .faq .faqList {
    margin-top: 30px;
  }
}
.faq .faqList .row {
  position: relative;
  padding: 0 60px;
  background: #fff;
}
@media (max-width: 767px) {
  .faq .faqList .row {
    padding: 0 24px;
    background: #fff;
  }
}
.faq .faqList .row + .row {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .faq .faqList .row.open .title::before {
    bottom: 0;
  }
}
.faq .faqList .row.open .title::after {
  transform: rotate(225deg) translate(-9px, -7px);
}
.faq .faqList .row.open .close::after {
  transform: rotate(225deg) translate(-9px, -7px);
}
.faq .faqList .title {
  position: relative;
  padding: 30px 40px 30px 50px;
  background: #fff;
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq .faqList .title {
    padding: 20px 0 20px 40px;
    font-size: 1.7rem;
    pointer-events: none;
  }
}
.faq .faqList .title .q {
  color: #de2c2b;
  position: absolute;
  left: 0;
  top: 28px;
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq .faqList .title .q {
    top: 20px;
    left: 0;
    font-size: 3rem;
  }
}
.faq .faqList .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -13px;
  border-bottom: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .faq .faqList .title::after {
    content: none;
  }
}
.faq .faqList .body {
  display: none;
  position: relative;
  padding: 30px 0 50px;
  border-top: 1px solid #b3b3b3;
}
@media (max-width: 767px) {
  .faq .faqList .body {
    padding: 20px 0;
  }
}
.faq .faqList .close {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #b3b3b3;
}
.faq .faqList .close::after {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  border-bottom: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .faq .faqList .close::after {
    content: "";
  }
}