@charset "UTF-8";
/* =====================
  IE11-
===================== */
@media all and (-ms-high-contrast:none){
    html,body{
        font-family:'メイリオ', 'Meiryo', sans-serif;
    }
    body {
        text-rendering: optimizeLegibility;
        font-kerning: normal;
        font-variant-ligatures: common-ligatures contextual;
        font-feature-settings: "kern", "liga", "clig", "calt";
    }
    :root{
        --hirakaku : 'メイリオ', 'Meiryo', sans-serif;
    }
}

@media print,screen and (max-width:960px) {
    .header .item span{
        display: none;
    }
    .header .box .item[data-item="0"] a::before{
        margin-right: 0;
    }
    .header .box .item:not([data-item="3"]){
        position: relative;
        top: -4px;
    }
    .header .box .item:not(:last-child){
        margin-right: 1em;
    }
    .header .box .item[data-item="3"]{
        margin-left: 1em;
    }
}
