@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media screen and (min-width: 1025px), print {
  .lead {
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 1.6rem;
  }

  .privacy__pr + .privacy__pr {
    margin-top: 60px;
  }
  .privacy__head {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .privacy__content {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .lead {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .privacy__pr + .privacy__pr {
    margin-top: 40px;
  }
  .privacy__head {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .privacy__content {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .privacy__pr + .privacy__pr {
    margin-top: 30px;
  }
  .privacy__head {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .privacy__content {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}