@charset "utf-8";

/*

    noscript.css
    Version: 2019.02.07

*/


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


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