/* reCAPTCHA v2 追加認証用 */
.ec-recaptchaV2 {
  margin: 1.5em 0;
  text-align: center;
}

.ec-recaptchaV2 > p {
  margin-bottom: 0.5em;
}

.ec-recaptchaV2 [id^="recaptcha-v2-widget"] {
  display: inline-block;
}

.ec-recaptchaV2__message {
  color: #c00;
  margin-bottom: 1em;
  text-align: center;
}
