body {
  background: #f6f6f6;
}
.smooth {
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .smooth {
    margin: 70px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .smooth {
    margin: 16.9082125604vw auto 0;
    padding: 0 4.8309178744vw;
  }
}
.smooth__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
.smooth__list > * {
  width: calc((100% - 40px) / 3);
  margin-top: 20px !important;
}
.smooth__list > :nth-of-type(n) {
  margin-left: 0 !important;
}
.smooth__list > :not(:nth-of-type(3n + 1)) {
  margin-left: 20px !important;
}
@media screen and (max-width: 900px) {
  .smooth__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .smooth__list > * {
    width: calc((100% - 20px) / 2);
    margin-top: 20px !important;
  }
  .smooth__list > :nth-of-type(n) {
    margin-left: 0 !important;
  }
  .smooth__list > :not(:nth-of-type(odd)) {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .smooth__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4.8309178744vw;
  }
  .smooth__list > * {
    width: calc((100% - 4.8309178744vw) / 2);
    margin-top: 4.8309178744vw !important;
  }
  .smooth__list > :nth-of-type(n) {
    margin-left: 0 !important;
  }
  .smooth__list > :not(:nth-of-type(odd)) {
    margin-left: 4.8309178744vw !important;
  }
}
.faq {
  padding: 60px 20px;
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq {
    padding: 14.4927536232vw 4.8309178744vw;
  }
}
.faq + .faq {
  border-top: 1px solid #dbdedf;
}
.faq:nth-of-type(2n) .smooth__cont__ttl {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAADhJREFUGFdjtFIT/s+ABahr6zMwYpMESdy8ehFTEiYBMgxFJ7IEiiS6BFwSmwRYMjHQ6T/IcmwAAOFJHKc+pmoDAAAAAElFTkSuQmCC);
}
.faq__ttl {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 26px;
  text-align: center;
  color: #3a2613;
}
@media screen and (max-width: 1200px) {
  .faq__ttl {
    font-size: 2.8rem;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .faq__ttl {
    font-size: 6.7632850242vw;
    margin-bottom: 6.2801932367vw;
  }
}
.faq__cont {
  max-width: 1060px;
  margin: 0 auto;
}
.faq__cont + .faq__cont {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .faq__cont + .faq__cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .faq__cont + .faq__cont {
    margin-top: 7.2463768116vw;
  }
}
/*# sourceMappingURL=faq.css.map */

.p-faq__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 3.6rem;
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.p-faq__title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: var(--yellow);
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 30px));
}

.p-faq__title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: var(--border-gray);
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 30px));
}

@media screen and (max-width: 600px) {
  .p-faq__title {
      font-size: 24px;
  }
}