/*
Theme Name: JICN
Theme URI:
Description: JICN
Author: inui
Version:1.0.0
*/

.nav-lang {
    display: flex;
    padding-top: 15px;
}
.nav-lang > span {
    content: '/';
    font-weight: normal;
    margin: 0 7px;
}
.nav-lang > a.--active {
    font-weight: bold;
    border-bottom: 2px solid #496741;
}

@media screen and (max-width: 768px) {
    .nav-lang {
        justify-content: center;
        padding: 10vw 0;
    }
    .nav-lang > a {
        font-weight: normal;
    }
}