<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * google recaptcha
 */
 .grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-policy {
    text-align: right;
    margin: 0px 20px 20px 0;
}

.grecaptcha-policy a {
    text-decoration: underline;
}

.btn_submit.disabled {
    /*pointer-events: none;*/
    background-color: #BCBCBC;
    border-color: #BCBCBC;
}

/*
 * 逕ｻ髱｢繝ｭ繝�け
 */
#cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#cover img {
    width: 16%;
    height: 16%;
}
</pre></body></html>