* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
.box-nav-header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.nav {
    width: 100%;
    background-color: #292929;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav > .nav-header {
    flex: 1.95;
    padding: 9.5px 0 9.5px 60px;
    display: flex;
    align-items: center;
}
.nav > .nav-header > .nav-title {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 29px;
    color: #DCDCDC;
}
.nav-title img {
    width: 60px;
}
.nav > .nav-list {
    display: flex;
}

.nav.nav-header > .nav-list > li {
    list-style-type: none;
    margin-right: 40px;
}
.nav.nav-header .nav-list li:last-child {
    margin-right: 0;
}
.nav > .nav-list > li a {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    white-space: nowrap;
}
.nav > #nav-check {
    display: none;
}
.login-mobile {
 display:none;
}
@media (max-width: 1085px) {
    .login-pc {
        display:none;
    }
    .login-mobile {
        display: block;
        border-bottom: 1px solid #5B80B9;
        padding-bottom: 20px;
    }
    .nav-title img {
        height: 40.45px;
    }
    .nav > .nav-btn {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        background: #183B70;
    }
    .avatar-dropdown-container {
        padding: 20px 0 0 0;
    }
    .avatar-dropdown-container.logout {
        border-top: 1px solid #5B80B9;
        padding-top: 20px;
    }
    .login-mobile .login-btn {
        margin-left: 0;
        text-align: left;
        padding: 10px 47px;
        background: none;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        padding: 25px 21px 20px 21px;
        margin: 0;
    }
    .login-mobile .avatar.mr-12 {
        margin-right: 12px!important;
    }
    .nav > .nav-btn > label > span {
        display: block;
        width: 18px;
        height: 5px;
        border-top: 1.5px solid #FFFFFF;
    }
    .nav > .nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 0;
        transition: all 0.3s ease-in;
        top: 60px;
        left: 0;
        overflow: hidden;
        z-index: 99;
        padding-left:16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        padding-right: 16px;
    }

    nav.nav.nav-header > .nav-list {
        background: #1A3A6A;
    }
    .multiple-language-select {
        border-top: 1px solid #5B80B9;
        padding-top: 20px;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .nav > .nav-list > li {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
    }
    .nav > #nav-check:checked ~ .nav-list {
        height: calc(100vh - 50px);
    }
    .nav > .nav-btn > label {
        background: #183B70;
    }
    .nav > .nav-header {
        padding: 9.78px 0 9.78px 16px;
    }
}
.login-btn {
    padding: 26px 43px 26px 47px;
    background-color: #1A3A6A;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
    border: none;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    margin-left: 25.5px;
}
.language ::after {
    color: #FFFFFF;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
a.dropdown-item.language-item.ja-flag, a.dropdown-item.language-item.en-flag {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu.show a:hover {
    background: #1A3A6A;
    color: #FFFFFF;
}

button#dropdown-avatar {
    padding: 20px 39px 20px 43px;
}
.avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.login-btn::after {
    display: none!important;
}
.login-pc .login-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    min-height: 80px;
    padding: 26px 74px 26px 74px;
}
.login-btn img {
    margin-right:8px;
}

@media (max-width: 1024px) {
    .nav-footer-information.d-flex {
        width: 100%;
        justify-content: space-between;
    }
    .nav-footer .nav-logo {
        margin: 0 70px 0 40px;
    }
    .information.d-flex {
        margin-right: 26px;
    }
    .nav-footer.nav > .nav-list
}
.submenu-avatar.drop-avatar.active {
    right: 0;
    background: #1A3A6A;
    color: #FFFFFF;
    border-radius: 8px;
}
.login-pc {
    position: relative;
}
.avatar-dropdown-link {
    color: #FFFFFF;
}
.avatar-dropdown-border {
    border-bottom: 1px solid #5B80B9;
}
li.multiple-language-select #dropdown-menu-link:after {
    display: none;
}
.login-pc .avatar-dropdown-link{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.login-pc .avatar-dropdown-container {
    padding: 16px 16px 16px 16px;
}

.login-pc .avatar {
    margin-right: 12px;
}
.nav > .nav-btn > label#icon-menu-active {
    padding: 15px;
}
button.login-btn:disabled {
    background: #a5a5a3;
    cursor: not-allowed;
}

@media (max-width: 1113px)  and (min-width:1085px){
    button#dropdown-avatar {
        padding: 20px 15px 20px 15px;
    }
}
.submenu-avatar.drop-avatar.active a:hover {
    color: #59a4f5;
}
@media (max-width: 659px) {
    .nav > .nav-header > .nav-title {
        font-size: 14px;
    }
}
#menu-bar .menu-button_bar:before, #menu-bar .menu-button_bar:after {
    display: block;
    position: absolute;
    content: "";
    background: #2B3964;
    height: 3px;
    width: 25px;
    top: 22px;
    left: 0;
    border-radius: 5px;
    transform-origin: center center;
    transition: all ease 0.3s;
}

.menu-button_bar {
    position: absolute;
    background: #2B3964;
    display: block;
    height: 3px;
    width: 25px;
    top: 0;
    border-radius: 5px;
    left: 0;
    transform-origin: center center;
    transition: all ease 0.3s;
}
.menu-button {
    position: relative;
}
.menu-trigger {
    grid-area: hamburger-menu;
    background-color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
}
.menu-button_text {
    position: relative;
    top: 22px;
    font-size: 8px;
    color: #717171;
    text-align: center;
}
.menu-button_bar:after {
    top: 11px !important;
}
#header-menu.active {
    display: block;
    z-index: 100000;
    background-color: #fff;
    color: #000;
    font-size: 14px;

}
#header-menu {
    display: none;
    position: absolute;
    top: 49px;
    right: -10px;
    text-align: left;
    font-size: 18px;
    color: #000;
}
header .header-block .header-right #header-menu {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    text-align: left;
    font-size: 18px;
    color: #000;
}
header .header-block .header-right #header-menu.active .header-menu-block .menu-list {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
hr:not([size]) {
    height: 1px;
    margin: 0;
}
hr {
    background-color: #d5d5d5;
}

#header-menu.active .header-menu-block .menu-list {
    max-height: 80vh;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
}

.pc-none {
    display: none !important;
}

#header-menu.active .header-menu-block .menu-list li a {
    display: block;
    color: #000;
    padding: 10px;
    font-size: 16px;

}
.me-2 {
    margin-right: .5rem !important;
}
#menu-bar.menu-trigger.active .menu-button_bar {
    top: 20px;
    transform: rotateZ(45deg);
}
#menu-bar.menu-trigger.active .menu-button_bar:before {
    left: 0;
    top: 0;
    transform: rotateZ(-90deg);
}

#menu-bar.menu-trigger.active .menu-button_bar:after {
    opacity: 0;
    transform: rotateZ(-45deg);
}
#menu-bar.menu-trigger.active .menu-button_bar {
    top: 10px;
    transform: rotateZ(45deg);
}
#header-menu.active .header-menu-block {
    height: auto;
    max-height: 80vh;
    padding: 10px 0;
    overflow-y: auto;
}


#header-menu.active .header-menu-block .menu-list li.user-name {
    color: #000;
    padding: 10px;
    display: flex;
    vertical-align: middle;
    font-size: 16px;

}
.menu-list.list-unstyled svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}
button.notify {
    background: none;
    border: none;
    margin-right: 25px;
    position: relative;
}
button.notify span {
    position: absolute;
    top: 0;
    right: 0;
    background: #EC1616;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
}
.header-block .dropdown-toggle::after {
    display: none;
}

.notify .dropdown-menu.show {
    display: block;
    text-align: left;
    width: 320px;
    max-height: 423px;
    overflow-y: auto;
    transform:unset!important;
    inset: 49px 25px auto auto!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #fff;
    color: #000;
    padding: 20px;;
}
.notify .dropdown-menu.show li {
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    border-bottom: 1px solid #C2C2C2;
}
.notify .dropdown-menu.show > div > p {
    color: #4F65AC;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.notify .dropdown-menu.show > div > a {
    font-size: 14px;
    text-decoration: underline;
}

.notify .dropdown-menu.show > div > a:hover {
    background: unset;
    color: unset;
}

.notify .dropdown-menu.show li .title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    max-width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notify .dropdown-menu.show li a {
    padding: 5px 0 5px 10px;
}

.notify-info {
    gap: 15px;
    font-size: 12px;
    margin-top: 5px;
}
.notify .dropdown-menu.show li a:hover{
    background: #c7d6ffad !important;
    color: #000000;
}
.notify-info svg {
    margin-right: 5px;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
