@charset "UTF-8";

.head {
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 0;
}
.head-sm {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .head {
    font-size: 2rem;
  }
  .head-sm {
    font-size: 1.5rem;
  }
}

.example-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  border-radius: 20px;
  border: 4px solid #F86C33;
  background: #fff;
  padding: 40px 30px 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
.example-wrap ul,
.example-wrap p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .example-wrap {
    gap: 16px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border-width: 2px;
    padding: 25px 20px;
    font-size: 1.4rem;
  }
  .example-img img {
    max-width: 100%;
  }
}

/* sec-faq */
.sec-faq {
  position: relative;
  box-shadow: 0 0 0 100vmax #f4f4f4;
  clip-path: inset(0 -100vmax);
  padding: 60px 0;
}
.center-table {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.sec-faq .head-sm {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 30px 0 45px;
  }
  .center-table {
    display: block;
  }
  .sec-faq .head-sm {
    margin-top: 50px;
  }
}

/* .footer-phone.-faq */
.footer-phone.-faq .call-box {
  display: flex;
  align-items: baseline;
  gap: 24px;
}
.footer-phone.-faq .call-box > b {
  font-size: 2.6rem;
}
.footer-phone.-faq .call-box > b span {
  display: block;
  font-size: 1.7rem;
}
.footer-phone.-faq .link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-phone.-faq {
    text-align: left;
  }
  .footer-phone.-faq .call-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-phone.-faq .call-box > b {
    font-size: 1.8rem;
    margin-top: -.5rem;
  }
  .footer-phone.-faq .call-box > b span {
    font-size: 1.2rem;
  }
  .footer-phone.-faq .link-box {
    width: calc(200 / 375 * 100vw);
  }
}

.phone-note {
  font-size: 1.3rem;
  margin: 30px auto 0;
}
.btm-btnlist {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .phone-note {
    font-size: 1.2rem;
    margin: 20px auto 0;
  }
  .btm-btnlist {
    margin-top: 40px;
  }
}