@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 501px) {
  body {
    background-color: #ffe2a0;
  }
}

img {
  width: 100%;
}

.p-top {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top {
    max-width: none;
    width: 100%;
  }
}
.p-top-fv {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 50px;
}
@media screen and (min-width: 500px) {
  .p-top-fv {
    height: auto;
  }
}
.p-top-fv .c-btn {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-faq {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}
.p-top-faq__inner {
  padding: 0 20px;
}
.p-top-faq__wrap {
  margin-bottom: 56px;
}
.p-top-faq__head {
  margin-bottom: 40px;
  text-align: center;
}
.p-top-faq__head p {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  display: inline-block;
  padding: 4px 10px;
}
.p-top-faq__item {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}
.p-top-faq__item--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.p-top-faq__item--q::after {
  content: "＋";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-faq__item--q.js-active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-top-faq__item--icon {
  font-size: 18px;
  font-weight: bold;
  color: #ef9d0e;
}
.p-top-faq__item--a {
  padding: 16px 24px;
  background-color: #fff;
  display: none;
  margin-top: 16px;
  padding: 16px 24px 16px 30px;
}
.p-top-faq__item--answer {
  color: #000;
}
.p-top-faq__cta {
  text-align: center;
}
.p-top-faq__cta .c-btn {
  display: inline-block;
  width: 180px;
}

.p-footer {
  padding: 40px 0;
  background-color: #fff;
}
.p-footer-logo {
  width: 112px;
  margin: 0 auto;
}