<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(#2e8795, #2e8795);
    color: white;
    font-size: 15px;
    font-weight: 100;
    opacity: 1;
    transition: 0.8s;
    -webkit-animation: slideIn 0.8s;
    animation: slideIn 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

    .cookie-bar .message {
        white-space: nowrap;
        /* text-shadow: 0 1px 0 #cc0000; */
    }

@media (max-width: 767px) {
    .cookie-bar .message {
        display: none;
    }

    .sidebar-navigation {
        display: none !important;
    }
}

.cookie-bar .mobile {
    display: none;
}

@media (max-width: 767px) {
    .cookie-bar .mobile {
        display: inline-block;
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

.close-cb {
    border: none;
    color: white;
    background: #ff7f27;
    position: absolute;
    display: inline-block;
    top: 0px;
    margin: 13px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border-bottom: 3px solid rgba(0,0,0,.15);
    line-height: 1em;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
}

    .close-cb:hover {
        background: #b75d1f;
    }

.checkbox-cb {
    display: none;
}

.checkbox-nav {
    display: none;
    cursor: pointer;
}

.checkbox-cb:checked + .cookie-bar {
    transform: translateY(50px);
}

.checkbox-nav:checked + .sidebar-navigation {
    transform: translateX(-50px);
    cursor: pointer;
}

.cookie-bar .message a {
    color: #ffffff;
}

.cookie-bar .mobile a {
    color: #ffffff;
}

/*sidebar*/


.sidebar-navigation {
    display: inline-block;
    min-height: 100vh;
    width: 40px;
    background-color: #313443;
    float: left;
    left: 0px !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 30%);
    transition: 0.8s;
    -webkit-animation: slideLeft 0.8s;
    animation: slideLeft 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    z-index: 10000003;
}

    .sidebar-navigation ul {
        list-style: none;
        text-align: center;
        color: white;
        padding: 0;
    }

        .sidebar-navigation ul li {
            padding: 28px 0;
            width: 100%;
            cursor: pointer;
            transition: all ease-out 120ms;
            margin: 0 auto;
        }

            .sidebar-navigation ul li i {
                display: block;
                font-size: 26px;
                transition: all ease 450ms;
                cursor: pointer;
            }

            .sidebar-navigation ul li .tooltip {
                display: inline-block;
                position: absolute;
                background-color: #2e8795;
                padding: 8px 15px;
                border-radius: 3px;
                margin-top: -26px;
                left: 50px;
                opacity: 0;
                visibility: hidden;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

                .sidebar-navigation ul li .tooltip:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: -4px;
                    top: 10px;
                    transform: rotate(45deg);
                    width: 10px;
                    height: 10px;
                    background-color: inherit;
                }

            .sidebar-navigation ul li:hover {
                color: #fff;
            }

                .sidebar-navigation ul li:hover .tooltip {
                    visibility: visible;
                    opacity: 1;
                }

            .sidebar-navigation ul li.active {
                background-color: #22252E;
            }

                .sidebar-navigation ul li.active i {
                    color: #2e8795;
                }



.sidebar-tab.sidebar-tab-sns .s-tab-content {
    top: auto;
    bottom: 0;
}




.sidebar-navigation ul li .s-tab-content {
    visibility: hidden;
    position: absolute;
    left: 50px;
    background-color: #2e8795;
    border-radius: 5px;
    opacity: 0;
    z-index: 888;
    width: 900px;
}



    .sidebar-navigation ul li .s-tab-content .s-tab-box {
        position: relative;
        padding: 0;
        line-height: 15px;
        color: #fff;
    }

.subul {
}

.sidebar-navigation ul li .s-tab-content .s-tab-box .subul {
    padding: 0px !important;
    border: 0 none;
    clear: both;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0 2px 9px;
    position: relative;
    width: 24%;
}

.sidebar-sns-list li {
    font-size: 12px;
    padding: 5px 0;
}

    .sidebar-sns-list li a {
        font-size: 10px;
        color: #fff;
        text-decoration: none;
        width: 100%;
    }

        .sidebar-sns-list li a img {
            width: 100%;
        }


.listfilds {
    width: 99%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 20px;
}

.iconarrow {
    font-size: 12px !important;
    color: #fff !important;
    display: inline-flex !important;
    padding-right: 5px;
}

.orangenum {
    color: #fedc45;
    font-size: 0.9em;
    padding-left: 5px;
    font-family: Georgia;
}
</pre></body></html>