@charset "UTF-8";

.terms_sub {
  h4 {
    width: 90%;
    margin: 5rem auto 0;
    font-size: 2rem;
    line-height: 2;
    color: #101253;
    font-weight: 500;
  }
  p {
    width: 90%;
    margin: 1.5rem auto 0;
    font-size: 2rem;
    line-height: 1.625;
  }
}
.terms_text {
  width: 90%;
  margin: auto;
  dl {
    dt {
      color: #101253;
      font-size: 1.8rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #101253;
      margin-bottom: 1rem;
    }
    dd {
      font-size: 1.8rem;
      line-height: 1.7;
    }
  }
  dl:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .terms_sub {
    h4 {
      font-size: clamp(16px, 3.2rem, 32px);
      line-height: 1.75;
    }
    p {
      font-size: clamp(16px, 3.2rem, 32px);
      line-height: 1.75;
    }
  }
  .terms_text {
    dl {
      dt {
        font-size: clamp(16px, 3.2rem, 32px);
        padding-bottom: 1rem;
        margin-bottom: 2rem;
      }
      dd {
        font-size: clamp(16px, 3.2rem, 32px);
        line-height: 1.75;
      }
    }
    dl:not(:last-of-type) {
      margin-bottom: 4rem;
    }
  }
}
