@charset "UTF-8";
.contents {
  font-size: 1.3rem;
  max-width: 90.2rem;
  letter-spacing: .1em;
  line-height: 2.15;
}
.privacy-policy-list {
  margin-top: 3rem;
}
.privacy-policy-list > li {
  margin-bottom: 4rem;
}
.privacy-policy-list > li h2 {
  font-weight: 600;
}
.mb30 {
  margin-bottom: 3rem;
}
.privacy-policy-list_link a {
  word-break: break-all;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .contents {
    margin: 0 !important;
    width: 100% !important;
  }
  .contents > p {
    margin: 0 3rem;
  }
  .privacy-policy-list {
    margin: 3.6rem 3rem 0;
  }
}