@charset "UTF-8";

/* ---------------------------------
  contact_content
--------------------------------- */
.privacy_block {
  text-align: center;
  margin: 40px 0 24px;
}
.privacy_block .privacy_text {
  margin-bottom: 16px;
}
.privacy_block .privacy_text a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
[data-name="agree"] .wpcf7-checkbox {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .privacy_block {
    margin: 20px 0 24px;
  }
  .privacy_block .privacy_text {
    font-size: 14px;
  }
  [data-name="agree"] .wpcf7-list-item-label {
    justify-content: center;
  }
}