@media screen and (min-width: 769px) {
  .lower_head01 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .lower_head01 {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .mainttl {
    padding-top: 10rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mainttl {
    padding-top: 8rem;
    font-size: 3.6rem;
  }
}

.terms_head {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .terms_head {
    margin-bottom: 3rem;
    line-height: 1.334em;
    font-size: 1.8rem;
  }
  .terms_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .terms_head > h2:first-of-type {
    margin-top: -0.166em;
  }
  .terms_head > h2:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .terms_head {
    margin-bottom: 3rem;
    line-height: 1.231em;
    font-size: 2.6rem;
  }
  .terms_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .terms_head > h2:first-of-type {
    margin-top: -0.115em;
  }
  .terms_head > h2:last-of-type {
    margin-bottom: -0.115em;
  }
}
.terms_head > h3 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .terms_head > h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_head > h3 {
    font-size: 3rem;
  }
}

.terms_list > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .terms_list > li {
    line-height: 1.875em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_list > li {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .terms_list + .terms_head {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_list + .terms_head {
    margin-top: 5rem;
  }
}

.terms_list_indent01 > li {
  padding-left: 1.75em;
  text-indent: -1.75em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .terms_list_indent01 > li {
    line-height: 1.875em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_list_indent01 > li {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .terms_txt {
    line-height: 1.875em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_txt {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .terms_txt + .terms_head {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .terms_txt + .terms_head {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=terms.css.map */