@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.p_contact__lead {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .p_contact__lead {
    font-size: 15px;
  }
}

.p_policy__block + .p_policy__block {
  margin-top: 32px;
}

.p_policy__label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .p_policy__label {
    font-size: 15px;
  }
}

.p_policy__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .p_policy__text {
    font-size: 15px;
  }
}

.c_link__text {
  text-decoration: underline;
  color: #0281C0;
  word-break: break-all;
}/*# sourceMappingURL=privacy-policy.css.map */