.text {
  font-size: 4.2666666667vw;
  line-height: 1.56;
}

.caution {
  font-size: 3.7333333333vw;
  line-height: 1.56;
}

.lead {
  line-height: 1.56;
  font-size: 4.8vw;
  font-weight: 700;
}

.lead p + p {
  margin-top: 2em;
}

.text p + p {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .text {
    font-size: min(18px, min( calc(18 / 1440 * 100vw)));
  }

  .caution {
    font-size: min(16px, min( calc(16 / 1440 * 100vw)));
  }

  .lead {
    text-align: center;
    font-size: min(20px, min( calc(20 / 1440 * 100vw)));
  }

  .text {
    text-align: center;
  }

  .caution {
    text-align: center;
  }
}