@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━

 ■初期化

━━━━━━━━━━━━━━━━ */

html > body {
    font-size: 16px;
}



/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */


/*=================================

* システムパーツ

=================================*/

.main__layout {
    max-width: 1140px;
    margin: 0 auto 30px auto;
}

.main__staffList,
.main__link,
.main__newList,
.main__estList,
.main__estTxtList {
    width: 1140px;
    margin: 0 auto 30px 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: 20px 0 30px 0;
    box-sizing: border-box;
}


/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */


/*=================================

* コンテンツ

=================================*/

.contents {
    padding: 20px 0 30px 0;
}