@charset "utf-8";

/*

noscript.css
Version: 2022.09.21

*/

/* --------------------------------------------------------
/* .no-js
/* .loading
/* .faq-unit-body
-------------------------------------------------------- */


/* .no-js
-------------------------------------------------------- */
.no-js {
    z-index: 1010;
    display: block;
    margin: 0;
    padding: 10px;
    background-color: #ae0000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
}
.no-js a {
    color: #fff;
    text-decoration: underline !important;
}


/* .loading
-------------------------------------------------------- */
.loading {
    display: none !important;
}


/* .faq-unit-body
-------------------------------------------------------- */
.faq-unit-body {
    display: block !important;
}
