main {
  padding-top: 0;
  background-color: #FDF1E4;
}

.pageTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pageTtl .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl {
    padding: 32px 0;
    margin-bottom: 90px;
  }
}

.contentBody {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .contentBody {
    padding-bottom: 120px;
  }
}

.introBlk {
  margin-bottom: 20px;
}
.introBlk .inner {
  padding: 25px 30px;
  background-color: #F8D869;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 32px;
}
.introBlk .ttl {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.introBlk .ttl strong {
  color: #F25D00;
  font-size: 32px;
  font-weight: 900;
}
.introBlk p {
  line-height: 1.7778;
  letter-spacing: 0.032em;
}
.introBlk .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introBlk .img img {
  width: 160px;
  display: block;
}
@media screen and (min-width: 769px) {
  .introBlk .inner {
    flex-direction: row;
    align-items: center;
  }
  .introBlk .img {
    max-width: 200px;
    flex-shrink: 0;
  }
  .introBlk .img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .introBlk {
    margin-bottom: 28px;
  }
  .introBlk .inner {
    padding: 32px 36px;
  }
  .introBlk .ttl {
    font-size: 38px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 43.5px;
  }
  .introBlk p {
    font-size: 18px;
    letter-spacing: 0.032em;
  }
  .introBlk .img {
    max-width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .introBlk .ttl {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 46px;
  }
}

.bnrBlk {
  margin-bottom: 15px;
}
.bnrBlk .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.bnrBlk img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .bnrBlk .inner {
    max-width: 608px;
  }
}
@media screen and (min-width: 1024px) {
  .bnrBlk {
    margin-bottom: 30px;
  }
}

.attentionBlk .ttl {
  margin-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.attentionBlk .list {
  counter-reset: ol 0;
}
.attentionBlk .list li {
  padding-left: 2em;
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: relative;
}
.attentionBlk .list li::after {
  counter-increment: ol 1;
  content: "(" counter(ol) ")";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .attentionBlk .inner {
    max-width: 928px;
  }
}
@media screen and (min-width: 1024px) {
  .attentionBlk .ttl {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.secFaq {
  padding-bottom: 50px;
}
.secFaq__btn {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 2px solid #F08300;
  border-radius: 8px;
  color: #F08300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secFaq__btn img {
  width: 90px;
  margin-top: -50px;
  flex-shrink: 0;
}
.secFaq__btn:hover {
  background-color: #FCE6CC;
}
@media screen and (min-width: 1024px) {
  .secFaq {
    padding-bottom: 72px;
  }
  .secFaq__btn {
    max-width: 545px;
    height: 105px;
    padding: 0 22px 0 65px;
    font-size: 24px;
  }
  .secFaq__btn img {
    width: 112px;
    margin-top: -60px;
  }
}

.serviceNav {
  padding-top: 35px;
  border-top: 1px solid #F08300;
}
.serviceNav .ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6667;
}
.serviceNav .ttl strong {
  color: #F08300;
  font-size: 30px;
  letter-spacing: 0.04em;
}
.serviceNav .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 16px;
}
.serviceNav .list a {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 16px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) right 15px center/14px no-repeat;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.serviceNav .list a:hover {
  background-color: #F29626;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px 10px;
  }
  .serviceNav .list a {
    padding: 0 20px 0 10px;
    background-size: 10px;
    background-position: right 10px center;
  }
}
@media screen and (min-width: 1024px) {
  .serviceNav {
    padding-top: 55px;
  }
  .serviceNav .ttl {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .serviceNav .ttl strong {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 32px;
  }
  .serviceNav .list a {
    padding: 0 30px 0 20px;
  }
}