body {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    line-height: 1.6;
    background: #FFF;
}

.header {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    word-wrap: break-word;
    box-sizing: border-box;
    min-width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
    border-top: 2px solid #444;
    border-bottom: 1px solid #d9d9d9;
}

.header-inner {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 60%;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1085px) {
    .header-inner {
        width: 90%;
    }
}

.header-logo {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.header-menu {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.header-menu>._item {
    -webkit-text-size-adjust: 100%;
    color: #444;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
    list-style: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.header-menu>._item>._inner {
    -webkit-text-size-adjust: 100%;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
    word-wrap: break-word;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    position: relative;
    display: block;
    padding: 0 10px;
    font-weight: 700;
    color: #929292;
    text-align: center;
}

.i-header-signup {
    display: inline-block;
    width: 16px;
    height: 15.5px;
    background: url(../assets/TopPage/human.jpg) no-repeat -552px -395.5px;
    background-size: 568px 533.5px;
    vertical-align: middle;
}

.header-menu>._item>._inner {
    -webkit-text-size-adjust: 100%;
    font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
    word-wrap: break-word;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    position: relative;
    display: block;
    padding: 0 10px;
    font-weight: 700;
    color: #929292;
    text-align: center;
}
.header-menu>._item>._inner:after {
    height: 16px;
    border-left: 1px solid #c4c4c4;
}
.u-divide.is-left:after {
    left: 0;
}
.u-divide:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-menu>._item>._inner {
    position: relative;
    display: block;
    padding: 0 10px;
    font-weight: 700;
    color: #929292;
    text-align: center;
}

.i-header-login {
    display: inline-block;
    width: 16px;
    height: 15.5px;
    background: url(../assets/TopPage/human.jpg) no-repeat -552px -378px;
    background-size: 568px 533.5px;
    vertical-align: middle;
}
a {
    color: #0074e0;
    outline: 0;
}

a {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}

* {
    word-wrap: break-word;
}

body {
    display: block;
    margin: 8px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}