@media only screen and (min-width:769px) {
    .only-sp {
        display: none!important;
    }

    .new-info__article-left-list .item .thumb img,
    .category-list-item .thumb img {
        border-radius: 5px;
    }
}

@media only screen and (max-width:768px) {
    .only-pc {
        display: none!important;
    }

    .side-inner.top {
        margin-top: 11.71875vw;
    }

    .icon.star img, .icon.new_article img {
        width: 100%;
    }

    /* お知らせ一覧 */
    .date.info {
      padding-left: 0!important;
   }

    .new-info__article-left-list .item .thumb img,
    .category-list-item .thumb img {
        border-radius: .78125vw 0 0 .78125vw;
    }
}

.ranking .feature-title {
    color: #9d1531;
}

.ranking img, .recommend img, .attention-tag img, .attention img, .top-banner__item img {
    width: 100%!important;
}
.article-section {
    margin-top: 93px;
}
