@charset "Shift_JIS";

/* --------------------------------------------------------------------
	STRIGHT クッキー同意バナー用CSS
--------------------------------------------------------------------- */

.cookie_consent-toggle-wrapper {
   color: #000000 !important;
}

#cookie_consent_banner_main_app .cookie_consent-toggle--on:before {
    border-color: #000000 !important;
    background-color: #000000 !important;
}

#cookie_consent_banner_main_app .cookie_consent-toggle--on {
    border-color: #808080 !important;
    background-color: #808080 !important;
    box-shadow: inset 0 0 0 1px #808080 !important;
}