@charset "utf-8";
/* ================================================================ */
/* HEADER                                                           */
/* ================================================================ */
#header {
    height: 60px;
}
#header .bar {
    box-sizing: border-box;
    width: 100%;
    padding: 0 22px;
    background: #e9eef0;
    border-bottom: 1px solid #c3ced1;
    line-height: 57px;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
}
#header .bar .inner {
    height: 57px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#header .bar .inner .item.num01 img {
    width:  40.183px;
    height: 33.516px;
    vertical-align: middle;
}
#header .bar .inner .item.num02 {
    margin-left: 15px;
    font-size: 15px;
    font-family: 'NotoSansJP';
    font-weight: bold;
}
#header .bar .inner .item.num03 {
    position: absolute;
    top: 16px;
    right: 20px;
}
#header .bar .inner .item.num03 a {
    display: inline-block;
    width: 67px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 1px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: top;
}

