@charset "utf-8";
html,body { height:100%; }
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック Medium","Yu Gothic Medium", "メイリオ", "Meiryo", sans-serif;
    max-width: 100%;
    margin: 0 auto;
    background-color: #D9E7F6;
}
#header{
    position: relative;
    overflow: hidden;
}
.header_area{
    background-color: white;
    min-height: 75px;
    border-bottom: solid 2px #C9CACA;
}
.header_border{
    height: 25px;
    background-color: #77AEDE;
}
.logout{
    float: right;
    width: 135px;
    height: 40px;
    background-image: url(/shared/images/ico_logout.png);
    background-repeat: no-repeat;
    background-position: 12px;
    border: solid 2px    #C9CACA;
    border-radius: 8px;
    border-width: 2px;
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
    padding-right: 8px;
}
.logout a{
    float: right;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 5px;
    text-decoration: none;
    color: black;
}
.logout a:hover{
    color: #000000;
}
.header_logo{
    display: block;
    height: 80px;
    padding: 10px 25px;
    font-size: 25px;
    font-weight: bold;
    color: #036eb8;
}
.header_logo_sm{
    display: none;
}
.header_logo_sm_s{
    display: none;
}
.gothic{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
@media only screen and (max-width: 767px) {
    #header{
        overflow: initial;
    }
        .header_logo{
        display: none;
    }
    .header_logo_sm{
        display: block;
        text-align: center;
        position: absolute;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(90px + 5vw);
    }
    .header_logo_sm.login, .header_logo.login, .header_logo_sm_s.login{
        top: 7px;
        left: 14px;
        right: initial;
        width: 77px;
    }
    .login img{
        /* margin: 10px 20px;
        width: 200px; */
    }
    .header_logo_sm_s{
        display: none;
    }
    .header_area{
        min-height: 65px;
    }
    .header_border{
        height: 15px;
    }
    .login_err_area{
        margin-top: 10px;
    }
    .logout{
        width: 90px;
        height: 30px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.1em;
        background-size: 13px;
        padding-top: 6px;
        padding-right: 8px;
        margin-top: 3px;
        margin-right: 12px;
        background-position: 8px;
        border-radius: 5px;
    }
    .logout a{
        padding: 3px;
    }
    .header_area.login{
        min-height: 52px;
    }
}
@media only screen and (max-width: 550px) {
    .header_logo{
        display: none;
    }
    .header_logo_sm{
        display: none;
    }
    .header_logo_sm_s{
        display: block;
        text-align: center;
        position: absolute;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(90px + 5vw);
    }
}