a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
    margin-top: 30px;
}

div.ccm-block-page-list-wrapper div.ccm-block-page-list-header h5 {
    text-transform: capitalize;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

div.campaign-end-of-term {
    background-color:#404040;
    display:inline-block;
}

div.campaign-end-of-term img {
    opacity: 0.25;
    display:block;
}

div.campaign-end-of-term::after {
    content:"申込受付が終了しました";
    white-space: nowrap;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size:11px;
    color:white;
}

@media screen and (min-width: 375px) {
    div.campaign-end-of-term::after {
        font-size:12px;
    }
}
@media screen and (min-width: 640px) {
    div.campaign-end-of-term::after {
        font-size:14px;
    }
}
@media screen and (min-width: 769px) {
    div.campaign-end-of-term::after {
        font-size:24px;
    }
}