@charset "UTF-8";
/********************************************************************************

page-news.css　NEWScss

********************************************************************************/

/*============================================================
 コレクション一覧
*============================================================*/
#page-news-list #sec-post-list .list-post .item .item-date {
    width: 80px;
}
#page-news-list #sec-post-list .list-post .item .item-title {
    width: calc(100% - 80px - 24px);
}

/*============================================================
 コレクション詳細
*============================================================*/
#page-news #sec-post .post-content h2:not(:first-of-type) {
    margin-top: 64px;
}
#page-news #sec-post .post-content h3 {
    margin-top: 48px;
}
#page-news #sec-post .post-content *:not(h2, h3, h4) {
    margin-bottom: 24px;
}

