@charset "UTF-8";
/* 共通パーツ調整
---------------------------------------------------------------------------- */
.m-ttl04:not(:first-child) {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .m-ttl04:not(:first-child) {
    margin-top: 7.4666666667vw;
  }
}
/* p-terms
---------------------------------------------------------------------------- */
.p-terms-box {
  margin-bottom: 8rem;
}

.p-terms-txt {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-terms-box {
    margin-bottom: 16vw;
  }
  .p-terms-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
}
