.privacypolicy__txt {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
}
@media screen and (min-width: 400px) {
  .privacypolicy__txt {
    padding-top: 10px;
  }
}
@media screen and (min-width: 500px) {
  .privacypolicy__txt {
    font-size: 17px;
  }
}
.privacypolicy__ttl {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .privacypolicy__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .privacypolicy__ttl {
    font-size: 22px;
  }
}

.p-privacy__ttl-sub {
  margin-top: 50px;
  font-size: clamp(1.062rem, 0.625vw + 0.906rem, 1.375rem);
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-privacy__ttl-sub {
    margin-top: 40px;
    line-height: 1.8;
  }
}
.p-privacy__txt {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2.2;
}
@media screen and (max-width: 599px) {
  .p-privacy__txt {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-privacy__txt:first-of-type {
  margin-top: 0;
}
.p-privacy__box {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #838383;
  border-radius: 6px;
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .p-privacy__box {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-privacy__list li {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 7px;
}
@media screen and (max-width: 599px) {
  .p-privacy__list li {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-privacy__list li:first-child {
  margin-top: 0;
}/*# sourceMappingURL=privacypolicy.css.map */