/*-------------- style = default -------------------------*/
.whatsnew-cateid {
    box-sizing: border-box;
    /* font-size: 13px; */
    display: block;
    width: 100%;
    background: #FFF;
    padding: 20px 0;
}

.entry-content .whatsnew-wrap {
    background: #FFF;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.whatsnew-cateid dl {
    padding: 0px;
    margin: 0px;
}

.whatsnew_text_01 {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 8px;
}

.flexwrap.whatsnew_text_01 {
    padding: 0;
}

.whatsnew_text_01,
div.topic_cate,
.whatsnew_text_01 div.topic_wrap {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0;
}

.whatsnew_text_01 {
    width: 100%;
    justify-content: flex-start !important;
    align-items: baseline !important;
}

.whatsnew-cateid dl.whatsnew-item {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin: 0px;
}

.whatsnew-cateid dl {
    margin: 0;
    padding: 10px 0;
}

.entry-content dt.topic_time,
.entry-content dd.topic_title,
.entry-content dt.topic_icon {
    margin: 0;
    padding: 0;
    text-align: left;
    display: table;
    font-size: 15px;
    /* display:table; -- ブロック表示の場合 -- */
}

.entry-content dd {
    text-decoration: underline;
}


.entry-content dt.topic_time {
    margin-right: 5px;
}

.entry-content dt {
    float: left;
}

@media screen and (max-width: 500px) {

    /*  SM  */
    .entry-content dt.topic_time,
    .entry-content dd.topic_title,
    .entry-content dt.topic_icon {
        display: inline-block;
    }
}

.whatsnew-cateid a {
    text-decoration: none;
    text-align: left;
    display: block;
}

/*-------------- style = title_list -------------------------*/
div#whatsnew-title_list {
    background: #e2e6de;
    padding: 0px;
}

div#whatsnew-title_list div.whatsnew-wrap {
    background: #FFF;
}

.entry-content #whatsnew-title_list .whatsnew-cateid {
    /* overflow: hidden; */
    /* 可変の場合コメントアウト */
    /* max-height: 240px; */
    /* 可変の場合コメントアウト */
    height: 100%;
    margin-bottom: 10px;
}

.entry-content #whatsnew-title_list .whatsnew-cateid dl {
    margin: 0;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
}

.entry-content #whatsnew-title_list dt.topic_time {
    font-weight: normal;
    font-size: 14px;
}

/*--------------icon -------------------------*/
span.newicon {
    font-size: small;
    font-size: 9px;
    color: #FFF;
    background: #F00;
    padding: 2px 9px 1px;
    margin-left: 5px;
    border-radius: 3px;
}

span.category_icon {
    font-size: 10px;
    font-weight: 700;
    color: #0e49b1;
    border: 2px solid #0e49b1;
    padding: 0 3px 3px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 15px 3px 5px;
    width: 60px;
    text-align: center;
    height: 20px;
}

span.category_icon.news {
    color: #e50012;
    border: 2px solid #e50012;
}

span.category_icon.event {
    color: #000;
    border: 2px solid #000;
}

/* カテゴリ2 */
span.category_icon.category_service {
    letter-spacing: 0px;
    font-size: 10px;
    width: 55px;
    overflow: hidden;
    background: #01479d;
    margin-right: 2px;
    border-radius: 2px;
    font-weight: normal;
    color: #01479d;
    background: #FFF;
    border: 1px solid #01479d;
    padding: 0px;
    display: none;
}

/* TOPページのページング非表示 */
#feed_area_index div.topic_pazing_wrap {
    display: none;
}

div.topic_pazing_wrap {
    text-align: right;
}