@charset "utf-8";
/* /en/datacenter/配下のナビ用のCSSです。/en/datacenter/index.htmlは別のCSSです。 */

.is-scroll .l-header.english {
    position: fixed;
    background-color: #7d86b0;
    height: 64px;
    display: block;
transform: translateY(0%);
    opacity: 1;
}

.l-header {
    background-color: #7d86b0;
    height: 64px;
}

.l-header > .wrap, .l-header > .wrap > .links {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
}

.l-header > .wrap > .logo {
    width: 203px;
}

.l-header > .wrap > .links > .wrap {
    height: 100%;
}

.l-header a {
font-size: 15px;
}

@media (max-width: 768px) {
    .l-header > .wrap {
position: relative;
        padding: 0 5.33vw;
        height: 12.5vw;
    }
    .l-header > .wrap > .logo {
        position: absolute;
        bottom: 0;
        z-index: 100;
        width: 34.66vw;
    }
.l-header.showDown > .wrap > .logo {
        position: static;
        z-index: 100;
    }
 .l-header {
        height: 18.53vw;
    }
	.l-header > .wrap > .links > .wrap {
        height: auto;
    }
}