.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;
  }
}