@charset "utf-8";

/**
 * [publish] Recaptcha v3
 */
.recaptcha-error {
    color: #c00;
    font-size: 0.9em;
    text-align: center;
    margin: 1rem 0;
}

/* ページトップボタンと被らないよう調整 */
.grecaptcha-badge {
    bottom: 160px !important;
}