@charset "UTF-8";

#header #logo,#header-right,#header-fnav-area, #header-gnav-area,#gnav {
    float: none;
}
#header #logo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
#gnav {
    text-align: center;
}
.login-wrap {
    display: inline-block;
    width: 380px;
    position: absolute;
    right: 0;
} 
.login-box {
    display: flex;
    width: 100%;
    border: solid 2px #9acd32;
    border-top: none;
    border-radius: 0 0 0 25px;
    overflow: hidden;
}
.login-box .login-list {
    width: 100%;
}
.login-box .login-list .login-list-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0.5em;
    font-size: 17px;
}
.login-box .login-list .login-list-link:hover {
    text-decoration: none;
}
.login-box .login-list-01 .login-list-link {
    color: #9acd32;
    background-color: #fff;
}
.login-box .login-list-01 .login-list-link:before {
    content: "";
    background: url(../images/top/cantact-icon.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -5px;
}
.login-box .login-list-02 .login-list-link {
    color: #fff;
    background-color: #9acd32;
}
.login-box .login-list-02 .login-list-link:before {
    content: "";
    background: url(../images/top/login-icon.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 19px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -5px;
}
#gnav ul li a {
    padding: 0 16px;
    border-right: solid 1px #dbdbdb;
}
#gnav ul li:first-of-type a {
    border-left: solid 1px #dbdbdb;
}
#header-right {
    height: auto;
}
#header #gnav-ul {
    padding: 20px 0.5em 23px;
    font-size: min(16px,1.9vw);
}
#header-nav-btn {
    margin: 0;
}


@media screen and (max-width: 991px) {
    #header-nav-btn {
        display: none;
    }
    #gnav {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #header {
        position: relative;
    }
    #header .wrap {
        text-align: center;
    }
    #header-nav-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    #gnav {
        display: none;
    }
    .login-wrap {
        display: block;
        position: static;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 25px;
        max-width: 520px;
    }
    .login-box {
        justify-content: space-between;
        border: none;
        border-radius: 0;
    }
    .login-box .login-list {
        width: 49%;
    }
    .login-box .login-list .login-list-link {
        border: solid 1px #9acd32;
        border-radius: 5px;
        padding: 5.5% 0.5em;
        font-size: 15px;
    }
    #header .imagelogo a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    #header #logo {
        margin: 10px 0 25px;
        height: 40px;
        line-height: 40px;
    }
    #header-nav-btn a {
        background-color: #fff;
        color: #9acd32;
        border: solid 2px #9acd32;
        border-top: none;
        padding: 8px 15px;
        font-size: 18px;
        border-radius: 0 0 0 20px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #gnav-sp {
        top: auto!important;
        background: #444444;
    }

}