@charset "UTF-8";
/*==============
==============*/
.newstitle{
    text-align: start;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 900;
    margin-block-end: 0.8em;
    &>span{
        color: rgba(var(--subcolor01),1);
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 0.8em;
        line-height: 1.2;
    }
}

.news_text_area{
    text-align: start;
}
.news_text{
    :is(p){
        font-weight: 700;
    }
}