/* headerStyle_4 */
#cms-pc-header {
    background-color: rgba(var(--color_bg));
    border-bottom-color: rgba(var(--color_primary)) !important;
    border-bottom-width: 1px;
}

#cms-sp-header {
    background-color: rgba(var(--color_bg));
    border-bottom-color: rgba(var(--color_primary));
    border-bottom-width: 1px;
}

#cms-pc-header .menu_list_wrap {
    height: 100%;
    margin: 0;
    display: flex;
}

.menu_list_wrap li {
    height: 100%;
    margin: 0;
}

.menu_list_wrap li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.menu_list_wrap li a {
    position: relative;
}

.menu_list_wrap li a {
    color: rgba(var(--color_text));
}

.menu_list_wrap li a:hover,
.menu_list_wrap li a.active {
    color: rgba(var(--color_primary));
}

.menu_list_wrap li:last-child a {
    color: rgba(var(--color_main_text));
    background-color: rgba(var(--color_primary));
}

@media screen and (max-width: 1400px) {
    .menu_list_wrap li a {
        padding: 0 1em;
    }
}

@media screen and (max-width: 1023px) {
    #cms-sp-header-btn {
        position: absolute;
        right: 0;
        height: 100%;
        width: 60px;
        background-color: rgba(var(--color_primary));
        /* background-color: #053C7F; */
        justify-content: space-evenly;
        padding: 8px 0;
    }

    #cms-sp-header-btn span {
        height: 2px;
        min-height: 2px;
        /* background-color: #ffffff; */
        background-color: rgba(var(--color_main_text));
    }

    #cms-sp-header-btn span.menu_middle {
        visibility: visible;
        display: block;
    }

    #cms-sp-menu {
        position: relative;
        width: 100%;
        top: -1300px;
        left: 0;
        padding: 0;
        display: flex;
        /* background-color: #053C7F; */
    }

    #cms-sp-menu-wrap,
    .menu_list_wrap {
        width: 100%;
        margin: auto;
    }

    .menu_list_wrap li {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
    }

    .menu_list_wrap li a {
        /* color: #ffffff; */
        color: rgba(var(--color_main_text));
    }

    .menu_list_wrap li a::after {
        content: none;
        background-image: none;
        background-size: auto;
    }

    .menu_list_wrap li a:hover,
    .menu_list_wrap li a.active {
        color: rgba(var(--color_main_text));
        background-color: transparent;
    }
}

@media screen and (max-width: 599px) {
}
