@charset "UTF-8";

.grecaptcha-badge {
  visibility: hidden;
}

.form_send_note{
  font-size: 15px;
  text-align: center;
}
.form_send_note a{
  color: #fff;
  text-underline-offset: 2px;
}


@media screen and (max-width: 768px) {
  .br_pcOnly{
    display: none;
  }

  .form_send_note{
    text-align: justify;
  }
}
