.page-privacy section, .privacy__head-txt {
  margin: 6rem 28rem 0 8rem;
}

.privacy__head-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 8rem;
  margin-top: 10rem;
}
.privacy__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #EA5B13;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
.privacy__txt {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .page-privacy section, .privacy__head-txt {
    margin: 6rem 2rem 0 2rem;
  }
  .privacy__head-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    margin-top: 6rem;
  }
  .privacy__ttl {
    font-size: 1.6rem;
  }
  .privacy__txt {
    font-size: 1.4rem;
  }
}
.page-commercial-law .main__content section {
  margin: 4rem 28rem 0 8rem;
  border-bottom: 1px solid #CCCCCC;
}
.page-commercial-law .main__content section:last-of-type {
  border-bottom: none;
}
.page-commercial-law .privacy__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #EA5B13;
  padding-bottom: 2rem;
  border-bottom: none;
}
.page-commercial-law .privacy__txt {
  padding-top: 0rem;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .page-commercial-law .main__content section {
    margin: 4rem 2rem 0 2rem;
  }
  .page-commercial-law .privacy__ttl {
    font-size: 1.6rem;
  }
  .page-commercial-law .privacy__txt {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=privacy.css.map */