.btnPdf {
  display: flex;
  width: fit-content;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px 30px 15px 20px;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
.btnPdf::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../../images/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
}

.addressInfo {
  background-color: #F5F5F5;
  padding: 20px;
}

.addressInfoTitle {
  color: #083E8E;
  font-size: 1.8rem;
  font-weight: bold;
}

.addressInfoTel {
  font-weight: bold;
}

.addressInfoTelLink {
  color: inherit;
  font-size: 1.6rem;
  text-decoration: none;
}

.caution {
  color: #D71E1E;
  font-size: 1.6rem;
}

.infoTitle {
  background-color: #083E8E;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding: 0.5em 0.75em;
  margin-top: 20px;
}

.infoText {
  margin-top: 20px;
}

.infoList {
  list-style: disc;
  margin-left: 1em;
}

@media (min-width: 960px) {
  .addressInfo {
    width: fit-content;
    min-width: 480px;
    padding: 30px 20px;
  }
  .addressInfoTitle {
    font-size: 2rem;
  }
  .addressInfoTelLink {
    font-size: 2rem;
  }
  .noteTest {
    text-align: center;
  }
  .caution {
    font-size: 2rem;
  }
  .infoTitle {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=school-pass.css.map*/