.ssh-Hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    height: 100%;
    text-decoration: none
}

.ssh-Hamburger_BarWrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.ssh-Hamburger_BarWrapper:after,.ssh-Hamburger_BarWrapper:before {
    box-sizing: content-box;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: all .3s ease .3s,transform .4s cubic-bezier(.775,-.185,0,1.01) 0ms
}

.ssh-Hamburger_BarWrapper:before {
    top: 0;
    left: 0
}

.ssh-Hamburger_BarWrapper:after {
    bottom: 0;
    left: 0
}

.ssh-Hamburger_BarWrapper-close,[aria-expanded=true] .ssh-Hamburger_BarWrapper {
    border: none
}

.ssh-Hamburger_BarWrapper-close:after,.ssh-Hamburger_BarWrapper-close:before,[aria-expanded=true] .ssh-Hamburger_BarWrapper:after,[aria-expanded=true] .ssh-Hamburger_BarWrapper:before {
    transform-origin: center center;
    transition: all .3s ease 0ms,transform .4s cubic-bezier(.775,-.185,0,1.01) .2s
}

.ssh-Hamburger_BarWrapper-close:before,[aria-expanded=true] .ssh-Hamburger_BarWrapper:before {
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

.ssh-Hamburger_BarWrapper-close:after,[aria-expanded=true] .ssh-Hamburger_BarWrapper:after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg)
}

.ssh-Hamburger_Bar {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(50% - 1px);
    height: 2px;
    background: currentColor;
    transition: all .3s ease .3s,transform .4s cubic-bezier(.775,-.185,0,1.01) 0ms
}

[aria-expanded=true] .ssh-Hamburger_Bar {
    opacity: 0;
    transition: all .3s ease 0ms,transform .4s cubic-bezier(.775,-.185,0,1.01) .2s
}

.ssh-Hamburger_Text {
    margin-top: 4px;
    width: 5em;
    text-align: center;
    font-weight: 700;
    font-size: 10px
}

.ssh-Hamburger_Text-close {
    display: none
}

[aria-expanded=true] .ssh-Hamburger_Text-close {
    display: block
}

[aria-expanded=true] .ssh-Hamburger_Text-open {
    display: none
}

.ssh-Header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3
}

.ssh-Header-nofix {
    position: static
}

.ssh-Primary {
    box-sizing: content-box;
    padding-left: 4vw;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 48px;
    padding-right: 62px;
    align-items: center;
    background: #fff;
    z-index: 6
}

.ssh-Logo {
    width: 93px
}

.ssh-Menu {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.ssh-Menu_Action {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 4vw;
    text-decoration: none
}

.ssh-Menu_Image {
    text-align: center
}

.ssh-Menu_Image img {
    width: auto;
    height: 20px
}

.ssh-Menu_Text {
    margin-top: .3em;
    color: #9f9f9f;
    font-size: 8.533px
}

.ssh-Menu_Button {
    box-sizing: border-box;
    width: 62px;
    height: 48px;
    padding: 14px 18px;
    z-index: 3;
    color: #348189
}

.ssh-Secondary {
    display: none;
    background: #dceced
}

.ssh-Secondary_Container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 26.67vw
}

.ssh-Action {
    text-align: center;
    font-size: 0
}

.ssh-Action-primary {
    display: flex
}

.ssh-Action_Button {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 2px solid #224972;
    background: #224972;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none!important;
    color: #fff;
    font-weight: 400;
    font-family: YakuHanJP,Noto Sans JP,sans-serif;
    letter-spacing: .04em;
    transition: all .2s ease;
    width: 32vw;
    padding: .8em 1em;
    font-size: 11.947px
}

.ssh-Action_Button:hover {
    opacity: .8
}

.ssh-Action_Button-login {
    background: #fff;
    color: #348189
}

.ssh-Action_Button+.ssh-Action_Button {
    margin-left: 2.67vw
}

.ssh-Action-primary .ssh-Action_Button {
    width: inherit;
    font-weight: 700;
    border-width: 2px;
    padding: 7px 1em;
    font-size: 10.24px
}

.ssh-Action-primary .ssh-Action_Button+.ssh-Action_Button {
    margin-left: 1.33vw
}

.ssh-Navigation {
    margin-top: 55px;
    margin-bottom: 20px
}

.ssh-Navigation_Items {
    margin-left: 0;
    list-style-type: none;
    padding: 16vw 16vw 8vw;
    line-height: 1
}

.ssh-Navigation_Item+.ssh-Navigation_Item {
    margin-top: 9.33vw
}

.ssh-Navigation_Item-pc {
    display: none
}

.ssh-Navigation_Item a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    letter-spacing: .06em;
    font-size: 13.653px;
    color: #333
}

.ssh-Navigation_Item a:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-display: auto;
    margin-left: .5em
}

.ssh-Navigation_Item a#h-nav-1 {
    display: none
}

.ssh-Navigation_Item ul {
    list-style-type: none
}

.ssh-Navigation_Item ul li+li {
    margin-top: 9.33vw
}

.ssh-Navigation_User {
    display: flex;
    align-items: center;
    font-size: 8.533px
}

.ssh-Navigation_User:before {
    content: " ";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/img/common/icon-user.png) no-repeat 50%/contain
}

.ssh-Navigation_UserName {
    display: inline-block;
    color: #666;
    margin-right: 5px;
    font-size: 10.24px
}

.ssh-Navigation_Button {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .8em 1em;
    border-radius: 4px;
    border: 2px solid #224972;
    background: #224972;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none!important;
    color: #fff;
    font-weight: 400;
    font-family: YakuHanJP,Noto Sans JP,sans-serif;
    letter-spacing: .04em;
    transition: all .2s ease;
    width: 32vw;
    padding: .8em 1em!important;
    font-size: 11.947px;
    color: #fff!important
}

.ssh-Navigation_Button:hover {
    opacity: .8
}

.ssh-Navigation_Button+.ssh-Navigation_Button {
    margin-left: 2.67vw
}

@media (min-width: 320px) {
    .ssh-Menu_Text {
        font-size:2.667vw
    }

    .ssh-Action_Button {
        font-size: 3.733vw
    }

    .ssh-Action-primary .ssh-Action_Button {
        font-size: 3.2vw
    }

    .ssh-Navigation_Item a {
        font-size: 4.267vw
    }

    .ssh-Navigation_User {
        font-size: 2.667vw
    }

    .ssh-Navigation_UserName {
        font-size: 3.2vw
    }

    .ssh-Navigation_Button {
        font-size: 3.733vw
    }
}

@media (max-width: 900px) {
    .ssh-Navigation_Mypage {
        display:flex;
        flex-wrap: wrap
    }

    .ssh-Navigation_Mypage li {
        width: 50%;
        margin-top: 6.67vw!important
    }
}

@media (min-width: 900px) and (min-width:900px),(min-width:900px) and print,print and (min-width:900px),print and print {
    .ssh-Container {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 900px),print {
    .ssh-Header {
        padding-top:20px;
        padding-bottom: 20px
    }

    .ssh-Container {
        box-sizing: content-box;
        padding-right: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ssh-Container,.ssh-Primary {
        padding-left: 30px
    }

    .ssh-Primary {
        padding-right: 30px;
        justify-content: flex-start;
        height: inherit;
        padding-left: 0!important;
        padding-right: 0!important;
        background: transparent
    }

    .ssh-Logo {
        display: block;
        width: 160px;
        height: inherit;
        padding-top: 0;
        padding-bottom: 0
    }

    .ssh-Menu {
        display: none
    }

    .ssh-Menu_Text {
        font-size: 12px
    }

    .ssh-Menu_Button {
        display: none;
        width: inherit
    }

    .ssh-Secondary {
        display: block;
        background: transparent
    }

    .ssh-Secondary_Container {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        overflow-y: inherit;
        padding-bottom: 0
    }

    .ssh-Action {
        margin-left: 30px
    }

    .ssh-Action-primary,.ssh-Action-sp {
        display: none
    }

    .ssh-Action_Button {
        font-size: 14px
    }

    .ssh-Action-primary .ssh-Action_Button {
        font-size: 12px
    }

    .ssh-Action_Button {
        width: inherit
    }

    .ssh-Action_Button+.ssh-Action_Button {
        margin-left: 10px
    }

    .ssh-Navigation {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 20px
    }

    .ssh-Navigation_Items {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
        padding: 0
    }

    .ssh-Navigation_Item {
        position: relative;
        margin-left: 30px
    }

    .ssh-Navigation_Item+.ssh-Navigation_Item {
        margin-top: 0
    }

    .ssh-Navigation_Item-pc {
        display: block
    }

    .ssh-Navigation_Item a {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .5em 0;
        font-weight: 400
    }

    .ssh-Navigation_Item a:hover {
        color: #348189
    }

    .ssh-Navigation_Item a.js-dropdown-button {
        display: flex
    }

    .ssh-Navigation_Item ul {
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        visibility: hidden;
        min-width: 172px;
        transform: translate(-50%)
    }

    .ssh-Navigation_Item ul li {
        text-align: center
    }

    .ssh-Navigation_Item ul li+li {
        margin-top: 1px
    }

    .ssh-Navigation_Item ul li a {
        display: block;
        padding: .5em;
        background: #f4f3f3
    }

    .ssh-Navigation_User {
        font-size: 10px
    }

    .ssh-Navigation_UserName {
        font-size: 12px
    }

    .ssh-Navigation_Button {
        font-size: 14px;
        width: inherit
    }

    .ssh-Navigation_Button+.ssh-Navigation_Button {
        margin-left: 10px
    }
}
