@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-privacypolicy {
  width: calc(1100 / 1440 * 100%);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-privacypolicy {
    width: calc(380 / 428 * 100%);
  }
}
@media only screen and (min-width: 1441px) {
  .p-privacypolicy {
    width: calc(900 / 1440 * 100%);
  }
}
.p-privacypolicy > .c-text-set__text {
  margin-bottom: calc(70 / var(--parent-font-size) * 1rem);
}
@media only screen and (min-width: 768px) {
  .p-privacypolicy > .c-text-set__text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacypolicy > .c-text-set__text {
    margin-bottom: 4.5rem;
  }
}
.p-privacypolicy__text {
  margin-bottom: calc(50 / var(--parent-font-size) * 1rem);
}
.p-privacypolicy__text .c-text-set__title {
  margin-bottom: 1rem;
}
.p-privacypolicy__text .txtBox ol {
  counter-reset: number;
  list-style: none;
}
.p-privacypolicy__text .txtBox ol li {
  counter-increment: number;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.625rem;
}
.p-privacypolicy__text .txtBox ol li::before {
  content: counter(number) ". ";
}
.p-privacypolicy__text .txtBox ol ol {
  margin-left: 2.5rem;
  margin-top: 0.625rem;
}
.p-privacypolicy__text .txtBox ol ol li {
  margin-top: 0.625rem;
}
.p-privacypolicy .end {
  text-align: right;
  margin-top: 2.5rem;
}
