@media (max-width: 768px) {
  .subpage-ttl .main.ja {
    font-size: clamp(34px, 8.4705882353vw, 36px);
  }
}

.privacypolicy-block {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .privacypolicy-block {
    margin-top: 50px;
  }
}
.privacypolicy-block .ttl {
  color: #BD399C;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
@media (min-width: 769px) {
  .privacypolicy-block .ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
.privacypolicy-block .text {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .privacypolicy-block .text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}
.privacypolicy-block .text + .text {
  margin-top: 20px;
}
.privacypolicy-block .text + .ttl {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .privacypolicy-block .text + .ttl {
    margin-top: 60px;
  }
}
.privacypolicy-block a {
  color: #BD399C;
  text-decoration: underline;
}
/*# sourceMappingURL=map/privacy.css.map */