
@media screen and (min-width: 768px) {
    .news-list-wrapper {
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .block-recent-item-news-list {
        max-width: 940px;
        width: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .news-list-wrapper, .block-recent-item-news-list {
        padding: 0 20px;
    }
}

.news-list-wrapper .block-topic-details--header {
    font-size: 2.2rem;
    font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    margin-top: 5px;
}

.news-list-wrapper .block-topic-details--items {
    margin: 55px 0 0px;
}

.news-list-wrapper .content {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.news-list-wrapper .block-topic-details--items dd {
    display: block;
    max-width: 810px;
    width: 100%;
    font-size: 1.4rem;
}

.ec-layoutRole__contents .title_recent_view {
    margin-top: 40px;
}