/* （リニューアルページ）共通の設定読み込み
----------------------------------------- */
@import url(/common/corporate/css/variable.css);

#Corporate {

/* structureArea
----------------------------------------- */
.structureArea {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .structureArea {
        margin-top: 75px;
    }
}

/* emSystemArea
----------------------------------------- */
.emSystemArea {
    margin-top: 75px;
}
.emSystemArea_imgWrap {
    margin-top: 45px;
}
@media screen and (max-width: 767px) {
    .emSystemArea {
        margin-top: 50px;
    }
}
}