@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━

 ■初期化

━━━━━━━━━━━━━━━━ */

html > body {
    font-size: 16px;
}



/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */


/*=================================

* システムパーツ

=================================*/

.main__layout {
    max-width: 1140px;
    margin: 0 auto 80px auto;
}

.main__staffList,
.main__link,
.main__newList,
.main__estList,
.main__estTxtList,
.main__estMapList,
.cms__mlog,
.cms__slog,
.reform__list{
    max-width: 1140px;
    margin: 0 auto 80px auto;
    box-sizing: border-box;
}

.main__layout._col-2 ._col ._title,
.main__layout._col-3 ._col ._title {
    font-size: 20px;
}

.system-wrapper {
    max-width: 1140px;
    padding: 30px 0;
    box-sizing: border-box;
}

.main__estList li a {
    padding: 10px 8px;
    margin-right: 10px;
}

.tit__01,
.tit__02,
.tit__03,
.tit__04,
.tit__05,
.tit__06,
.tit__07,
.tit__08,
.tit__09,
.tit__10 {
    max-width: 1140px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}


/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */


/*=================================

* コンテンツ

=================================*/

.contents {
    padding: 30px 0;
}