@charset "UTF-8";
.mainContents {
  background-color: #fff;
  color: #000;
}

.page-title {
  background-image: url(../img/contact/bg-mainimg.jpg);
}

.privacy-lead {
  padding-left: calc(50% - 370px);
  padding-right: calc(50% - 370px);
}
@media screen and (max-width: 1080px) {
  .privacy-lead {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (max-width: 960px) {
  .privacy-lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.privacy-text {
  padding-left: calc(50% - 370px);
  padding-right: calc(50% - 370px);
}
@media screen and (max-width: 1080px) {
  .privacy-text {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (max-width: 960px) {
  .privacy-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 961px) {
  .privacy-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .privacy-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.privacy-text dt {
  margin-bottom: 0.9em;
  font-family: var(--font-noto);
  font-weight: 700;
}
@media (min-width: 961px) {
  .privacy-text dt {
    font-size: 18rem;
  }
}
.privacy-text dd + dt {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .privacy-text dd + dt {
    margin-top: 30px;
  }
}
.privacy-text ul.disc {
  margin-top: 0.6em;
}
.privacy-text ul.disc > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
.privacy-text ul.disc > li + li {
  margin-top: 0.5em;
}
.privacy-text ul.disc > li::before {
  position: absolute;
  left: 0;
  content: "・";
  font-weight: bold;
}
.privacy-text ol {
  margin-top: 0.6em;
  counter-reset: number;
}
.privacy-text ol > li {
  position: relative;
  line-height: 1.6;
}
.privacy-text ol > li::before {
  counter-increment: number;
  position: absolute;
  left: 0;
}
.privacy-text ol > li + li {
  margin-top: 0.5em;
}
.privacy-text ol.decimal > li {
  padding-left: 1.4em;
}
.privacy-text ol.decimal > li::before {
  content: counter(number) ".";
}
.privacy-text ol.decimal2 > li {
  padding-left: 1.8em;
}
.privacy-text ol.decimal2 > li::before {
  content: "(" counter(number) ")";
}