@media screen {
    #footer_more {
        background: var(--mut-red);
        margin: 0;
        color: #fff;
        font-size: 1rem;
    }

    #footer_more .inside_art {
        margin-top: 1rem;
        text-align: center;
    }

    #footer_more .container {
        padding-bottom: 0;
    }


    #footer_more a:hover {
        border-radius: 0;
        border-bottom: 1px solid
    }
}

/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {

    #footer_more .inside_art {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
    }

}


/* Media Query
--------------------*/
@media screen {
    #footerMoreNavi {
        margin-bottom: 0;
    }

    #footerMoreNavi a {
        color: #fff;
    }

    #footerMoreNavi a:before {
        display: none;
    }

    #footerMoreNavi li {
        display: inline-block;
        margin: 0 0.5rem;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {

    #footerMoreNavi li {
        margin-right: 1.5rem;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Media ends
--------------------*/



/* Media Query
--------------------*/
@media screen {
    .mod_changelanguage li {
        display: inline-block;
        line-height: 1;
    }

    .mod_changelanguage li::after {
        content: " | ";
    }

    .mod_changelanguage li:last-child::after {
        display: none;
    }

    .mod_changelanguage a {
        color: #fff !important;
    }

    .mod_changelanguage li.active a {
        font-weight: 500;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Media ends
--------------------*/