@charset "UTF-8";
/* クラス要素 */
.flex {
  display: flex;
}

.column, #Question .wrapper {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.al-center {
  align-items: center;
}

.js-center {
  justify-content: center;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 90%;
  }
}

#Question {
  background: url(../img/faq/bg.png) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #Question {
    padding-bottom: 30px;
  }
}
#Question .page-ttl {
  text-align: center;
}
#Question .page-ttl span {
  font-size: 32px;
  color: #0E5CCC;
  font-weight: bold;
  font-family: 'Barlow Condensed';
}
@media screen and (max-width: 1440px) {
  #Question .page-ttl span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .page-ttl span {
    font-size: 18px;
  }
}
#Question .page-ttl h1 {
  font-size: 42px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  #Question .page-ttl h1 {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .page-ttl h1 {
    font-size: 24px;
  }
}
#Question .page-ttl .line {
  height: 2px;
  width: 60px;
  background: linear-gradient(89.22deg, #5A25BA 4.42%, #5440C9 13.97%, #0E5CCC 28.07%, #133EC2 38.62%, #1C13A3 57.46%, #0E5CCC 76.56%, #0096F2 86.94%, #00F9EC 97.99%);
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 1440px) {
  #Question .page-ttl .line {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .page-ttl .line {
    margin-top: 20px;
  }
}
#Question .wrapper {
  padding: 80px 0 100px;
  gap: 45px 0;
}
@media screen and (max-width: 1440px) {
  #Question .wrapper {
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .wrapper {
    gap: 30px 0;
    padding: 0;
  }
}
#Question .question-box {
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.15);
}
#Question .question-box h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(89.22deg, #5A25BA 4.42%, #5440C9 13.97%, #0E5CCC 28.07%, #133EC2 38.62%, #1C13A3 57.46%, #0E5CCC 76.56%, #0096F2 86.94%, #00F9EC 97.99%);
}
@media screen and (max-width: 1440px) {
  #Question .question-box h2 {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box h2 {
    font-size: 18px;
  }
}
#Question .question-box-wrap {
  padding: 60px 80px;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap {
    padding: 4.1666666667vw 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap {
    padding: 20px 30px;
  }
}
#Question .question-box-wrap-items-q {
  font-size: 22px;
  font-weight: bold;
  padding: 25px;
  border-top: 1px solid #DDDDDD;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap-items-q {
    font-size: 1.5277777778vw;
    padding: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap-items-q {
    font-size: 16px;
    padding: 15px;
  }
}
#Question .question-box-wrap-items-q h3 {
  position: relative;
}
#Question .question-box-wrap-items-q h3::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(/assets/img/faq/btn_next.png) no-repeat center;
  background-size: contain;
  top: 0;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap-items-q h3::after {
    right: 1.0416666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap-items-q h3::after {
    right: -25px;
    width: 25px;
    height: 25px;
  }
}
#Question .question-box-wrap-items-a {
  font-size: 16px;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all .4s;
  opacity: 0;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap-items-a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap-items-a {
    font-size: 14px;
    padding: 0 15px;
  }
}
#Question .question-box-wrap-items-a p {
  position: relative;
}
#Question .question-box-wrap-items.open .question-box-wrap-items-q {
  border-bottom: 0;
}
#Question .question-box-wrap-items.open .question-box-wrap-items-q h3::after {
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  transition: .3s;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap-items.open .question-box-wrap-items-q h3::after {
    right: 1.0416666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap-items.open .question-box-wrap-items-q h3::after {
    right: -25px;
    width: 25px;
    height: 25px;
  }
}
#Question .question-box-wrap-items.open .question-box-wrap-items-a {
  padding: 0 25px 25px;
  padding-top: 0;
  max-height: 500px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  #Question .question-box-wrap-items.open .question-box-wrap-items-a {
    padding: 0 1.7361111111vw 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  #Question .question-box-wrap-items.open .question-box-wrap-items-a {
    padding: 0 15px 15px;
  }
}

/*# sourceMappingURL=faq.css.map */
