/* a,a:visited{
    color: #333;
} */
/*Menu menu*/
/*=========================================*/
#navList-menu{
    display: flex;
    justify-content: flex-end;
    margin: auto auto 15px auto;
    flex-wrap: wrap;
}
#navList-menu .menu-item a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
#navList-menu .menu-item {
    margin-left: 20px;
}


.header-button-regist{
    margin-right: 10px;
}
.header-button-regist a{
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 14px;
    color: #fff;
    background: linear-gradient(180deg, #f07d00 0%, #e7470f 100%);
    font-size: 15px;
    border-radius: 8px;
    min-width: 126px;
    position: relative;
    padding: 0 12px;
    text-decoration: none;
}
.header-button-regist a:before{
    content: "";
    position: relative;
    background-image: url("/wp-content/uploads/btn_icon_regist.png");
    width: 22px;
    height: 16px;
    margin-right: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    display:none;
}

#navFooter-menu{
    width: 100%;
}


#navFooter-top li:nth-child(n+3){
    display: none;
}
#navFooter-top li:nth-child(1):after{
    content: "｜";
    position: relative;
}
#navFooter-top li a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.header-language-select{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



@media (max-width: 1000px) {

    #nav-container{
        display: none;
    }
    .header__language select{
        width: 120px;
    }
    .header-button-regist{
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header__inner{
        flex-wrap: wrap;
    }
    .header__site{
        width: 160px;
    }
    .header-right{
        width: calc(100% - 160px);
        padding-left: 10px;
    }
    .header-language-select{
        justify-content: flex-end;
    }
    .header__language{
        width: 100%;
        max-width: 200px;
    }
    .header__language select {
        max-width: 160px;
        width: 100%;
        height: 30px;
    }

}






























