@charset "UTF-8";

/* =============================================================================

プライバシーポリシー CSS

・プライバシーポリシーページ用CSS「.privacy-×××」

上記はここに記述する

============================================================================= */
.privacy_container {
  margin-top:8.0rem;
  padding-block:10.0rem;
}
@media (width <= 640px) {
  .privacy_container {
    margin-top:1.2rem;
    border-radius:0;
    padding-block:5.0rem 8.0rem;
  }
}


.privacy-contents h2 {
  display:grid;
  grid-template-columns:auto 1fr;
  grid-auto-flow: column;
  gap:.5em;
  margin-bottom:.8rem;
  font-size:1.8rem;
  line-height:1.8;
}
.privacy-contents h2:not(:first-child) {
  margin-top:4.8rem;
}
.privacy-contents p + p {
  margin-top:1em;
}
.privacy-contents ul {
  margin-top:1.6rem;
}
.privacy-contents ul > li {
  display:grid;
  grid-template-columns:auto 1fr;
  grid-auto-flow: column;
  gap:.25em;
  line-height:.75lh;
}
.privacy-contents ul > li + li {
  margin-top:.32lh;
}
.privacy-contents a {
  text-decoration: underline;
  text-underline-offset: 0;
  word-break:break-all;
}
@media (hover) {
  .privacy-contents a:hover {
    text-decoration: none;
  }
}
@media (width <= 640px) {
  .privacy-contents h2:not(:first-child) {
    margin-top:3.2rem;
  }
}