/* --------------------------------------------------
TOP お知らせ
-------------------------------------------------- */

.top_news {
    margin-top: 0;
    font-size: 1.2rem;
    text-align: left;
}

.mt-0 {
    margin-top: 0 !important;
}

@media only screen and (min-width: 960px) {
    .top_news {
        margin-top: 40px;
        font-size: 1.4rem;
    }  
}

@media only screen and (max-width: 959px) {
    .top_news .u-hide-sp {
        display: none;
    }
}