/* 2018/11/28 add */

/* Top,News 記事カテゴリーアイコン
---------------------------------------- */
li .icon-cat:after {
    display: inline-block;
    width: 100px;
    /* height: 20px; */
    margin-left: 15px;
    font-size: 0.8em;
    line-height: 1em;
    padding: 6px 0 4px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}
li .icon-org:after {
    content: "組織・人事";
    background-color: #cf91da;
}
li .icon-news:after {
    content: "ニュース";
    background-color: #72c4d2;
}
li .icon-sympathy:after {
    content: "お見舞い";
    background-color: #7ed090;
}
li .icon-recruit:after {
    content: "リクルート";
    background-color: #efca29;
}
li .icon-apology:after {
    content: "お詫び";
    background-color: #808080;
}
li .icon-other:after {
    content: "その他";
    background-color: #bfbfbf;
}
/* TOPICSのアイコンサイズ調整 */
.topics-list li .icon-cat:after {
    /* width: 70px; */
}
/* カテゴリーアイコンあり時のマージン調整 */
article.news-index .news-list li span.date
{
    margin-right: 15px;
}
/* カテゴリーアイコンなし時のマージン調整 */
article.news-index .news-list.history-list li span.date
{
    margin-right: 25px;
}

/* スマホ時調整 */
@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
    .topics-list li, .news-list li, article.news-index .news-list li {
        border-bottom: dotted 1px #ccc;
        padding-bottom: 10px;
    }
    .topics-list li:last-child, .news-list li:last-child, article.news-index .news-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    li .icon-cat:after {
        width: 100px;
    }
}


/* News,history ページ遷移ボタン
---------------------------------------- */
.btn-wrap {
    margin: 60px 0 0 0;
    text-align: center;
}
.btn-movepage {
    color: #000s;
    border:solid 1px #000;
    background-color: #fff;
    padding:10px 40px;
}
