@charset "utf-8";


.main-nav .news_item a:after {
    transform: scale(1);
    opacity: 1;
}
.article-tit{
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
}