/* subpage */
.subpage-title {
  width: 92%;
  max-width: var(--max-w);
  padding: 2.5rem 0;
  margin: 0 auto 2.5rem;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}
.subpage-title .title {
  font-weight: 900;
  font-size: 3.125rem;
  font-feature-settings: "palt";
  line-height: 1.2;
  transform: skewX(-10deg);
}
@media print, screen and (min-width: 768px) {
  .subpage-title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .subpage-title {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
  .subpage-title .title {
    font-size: 2.5rem;
  }
}

.subpage-sec {
  width: 92%;
  max-width: var(--max-w);
  margin: 0 auto 6.25rem;
}
.subpage-sec._narrow {
  max-width: var(--max-s);
}
.subpage-sec._narrowS {
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .subpage-sec {
    margin-bottom: 3.5rem;
  }
}

.list_number {
  padding: 0 0 0 1.75em;
}
.list_number > li {
  list-style: decimal;
}
.list_parentheses {
  padding: 0 0 0 1.75em;
}
.list_parentheses > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.4em;
}
.list_parentheses > li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.list_circlenumber {
  counter-reset: ccnt;
  text-indent: 0;
}
.list_circlenumber > li {
  display: flex;
  gap: 0.375em;
  text-indent: 0;
}
.list_circlenumber > li::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  content: counter(ccnt);
  counter-increment: ccnt;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 75%;
  box-sizing: border-box;
  line-height: 1;
  margin-top: 0.25em;
}
.list_margin > li + li {
  margin-top: 1rem;
}

.terms-sec {
  line-height: 1.75;
}
.terms-sec p + p, .terms-sec ol + p, .terms-sec ul + p {
  margin-top: 1.25rem;
}
.terms-sec li > ol, .terms-sec li > ul {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  .terms-sec {
    line-height: 1.6;
  }
}

.privacy-sec {
  line-height: 1.75;
}
.privacy-sec .title {
  line-height: 1.3;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
.privacy-sec p + ol, .privacy-sec p + ul, .privacy-sec p + p {
  margin-top: 1rem;
}
.privacy-sec li > ol, .privacy-sec li > ul {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  .privacy-sec {
    line-height: 1.6;
  }
  .privacy-sec .title {
    font-size: 1.25rem;
  }
}

.privacy-box {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .privacy-box {
    margin-top: 2.25rem;
  }
}

.law-sec {
  line-height: 1.7;
}
.law-sec table {
  margin: 10px 0;
  border-collapse: collapse;
}
.law-sec table th, .law-sec table td {
  font-weight: normal;
  padding: 10px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  .law-sec {
    line-height: 1.6;
  }
}