body .contents_privacy {
  margin-top: 2%;
  padding-top: 0;
}
body .contents_privacy .inner h2 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: clamp(20px, 4.3vw, 35px);
  text-decoration: underline #D11523;
  text-underline-offset: 10px;
  text-decoration-thickness: 5px;
}
@media screen and (max-width: 768px) {
  body .contents_privacy .inner h2 {
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    margin-bottom: 3rem;
  }
}
body .contents_privacy .inner h3 {
  font-size: clamp(16px, 4vw, 20px);
  margin-bottom: 0.5rem;
}
body .contents_privacy .inner div {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  body .contents_privacy .inner div {
    margin-bottom: 3rem;
  }
}
body .contents_privacy .inner .main-text {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  body .contents_privacy .inner .main-text {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=privacy.css.map */
