@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
/* トップ部分 */
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.bt-faq {
  max-height: 280px;
  height: 100%;
  padding-top: 170px;
  background: url(../images/plan/l-plan-bg.jpg) no-repeat;
  background-size: cover;
}
.bt-faq h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #24abb5;
  font-family: "Zen Old Mincho";
}
@media only screen and (max-width: 767px) {
  .bt-faq {
    height: 210px;
    padding-top: 100px;
    /* height: 19vh;
        padding-top: 10vh; */
  }
  .bt-faq h2 {
    font-size: 1.875rem;
    /* font-size: 4vw; */
  }
}
nav.faq.breadcrumbs {
  background: #f5f4f2;
  padding-left: 3.5rem;
  padding-bottom: 6rem;
  padding-top: 0.4rem;
}
.faq.breadcrumbs li {
  display: inline-block;
  font-size: 0.75rem;
}
.faq.breadcrumbs li::after {
  content: ">";
  color: #24abb5;
  display: inline-block;
  padding: 0 10px;
}
.faq.breadcrumbs li:last-child::after {
  display: none;
}
.faq.breadcrumbs li a {
  color: #24abb5;
}
@media screen and (max-width: 959px) {
  nav.faq.breadcrumbs {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  nav.faq.breadcrumbs {
    margin-bottom: 3rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 499px) {
  nav.faq.breadcrumbs {
    padding-left: 1.25rem;
    /* padding-left: 1.5rem;
    padding-bottom: 3rem;
    padding-top: 2rem; */
  }
}

.faq-logo {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .faq-logo {
    transform: translateY(0.3rem);
    display: block;
    margin: auto;
    width: 118px;
  }
}

@media screen and (min-width: 768px) {
  .faq-logo img {
    width: 118px;
    height: 15rem;
    display: block;
    margin: auto;
    transform: translateY(-66%);
  }
}

.p-faq {
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
  background: #f5f4f2;
  padding-bottom: 100px;
  margin-top: 1.5rem;
  padding-right: 25px;
  padding-left: 25px;
}
.p-faq-title {
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
}

.p-faq-items {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
.p-faq-item {
  max-width: 570px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP";
  border-bottom: 1px solid #d6d6d2;
  padding-bottom: 12px;
}
.p-faq-item:nth-child(n + 3) {
  margin-top: 0.3rem;
}
.p-faq-item--left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-faq-item--left h3 {
  font-size: 15px;
  padding-top: 10px;
  font-weight: bold;
  color: #3a3a3a;
}
.p-faq-item--left img {
  width: 20px;
  height: 40px;
}
.p-faq-item--right {
  padding-right: 20px;
  padding-top: 12px;
}

.p-faq-contents {
  max-width: 1200px;
  margin: auto;
  margin-top: 5rem;
}
.p-faq-content {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  scroll-margin-top: 130px;
  scroll-padding-top: 130px;
}

.p-faq-content:nth-child(n + 2) {
  margin-top: 2rem;
}
.p-gaq-content--top {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #d6d6d2;
  font-family: "Zen Old Mincho", serif;
  padding-top: 14px;
  padding-bottom: 23px;
}
.p-gaq-content--top h4 {
  color: #24abb5;
  font-size: 24px;
  font-weight: bold;
  padding-top: 11px;
  padding-left: 5px;
}
.p-gaq-content--top img {
  width: 29px;
  height: 58px;
  object-fit: contain;
}

.p-gaq-content--bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Zen Old Mincho", serif;
  padding-top: 14px;
}
.p-gaq-content--bottom h4 {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: bold;
  padding-top: 11px;
  padding-left: 5px;
}
.p-gaq-content--bottom img {
  width: 29px;
  height: 58px;
  object-fit: contain;
}
.p-gaq-content--bottom.txt {
  padding-left: 48px;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: normal;
  color: #3a3a3a;
  line-height: 30px;
  padding-bottom: 37px;
  padding-top: 5px;
}

@media only screen and (max-width: 1139px) {
  .p-faq-items {
    justify-content: center;
    margin-top: 3rem;
  }
  .p-faq-item {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-faq-contents {
    margin-top: 3rem;
  }
  .p-faq-item {
    width: 100%;
  }
  .p-faq-item--left {
    width: 90%;
  }
  .p-faq-item--left h3 {
    font-size: 0.94rem;
    padding-top: 7px;
    /* font-size: 2vw; */
  }
  .p-faq-item--left img {
    width: 5vw;
    height: 5vh;
  }
  .p-gaq-content--top h4 {
    font-size: 1.09rem;
    line-height: 1.2;
    /* font-size: 3.5vw; */
  }
  .p-gaq-content--bottom h4 {
    font-size: 1.09rem;
    /* font-size: 3.5vw; */
  }
  .p-gaq-content--bottom.txt p {
    font-size: 0.94rem;
    line-height: 2;
    /* font-size: 2vw; */
  }
  .p-gaq-content--top img {
    width: 5vw;
    height: 5vh;
  }
  .p-gaq-content--bottom img {
    width: 5vw;
    height: 5vh;
  }
  .p-gaq-content--bottom.txt {
    line-height: 2.5vh;
  }
}
@media only screen and (max-width: 499px) {
  .p-faq-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* .p-faq-item--left h3 {
    font-size: 2.5vw;
  } */
  .p-gaq-content--bottom.txt {
    padding-left: 0;
  }
  .p-gaq-content--bottom.txt {
    line-height: 2vh;
  }
}

.p-faq-button {
  margin-top: 4rem;
  text-align: center;
  font-family: "Zen Old Mincho";
}
.p-faq-button a {
  background: #24abb5;
  font-size: 18px;
  color: #fff;
  max-width: 400px;
  width: 100%;
  display: block;
  margin: auto;
  height: 80px;
  padding-top: 25px;
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .p-faq-button {
    margin-top: 3rem;
  }
  .p-faq-button a {
    height: 50px;
    padding-top: 12px;
  }
}

.c-animation-fade.is-fade {
  transform: translateY(-64px);
}
