@charset "utf-8";

/* news */
.news__news__box {
    width: 74.6%;
    margin: 0 auto;
}

.news__date {
    font-family: Outfit;
    font-size: 1.8rem;
    font-weight: 700;
}

.news__news__txt {
    margin-top: 10px;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
}

.news__news__detail {
    margin: 5px 0 20px;
    padding-bottom: 20px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    line-height: 2;
    border-bottom: solid 3px #333;
}

/* news pc */
@media screen and (min-width: 769px) {
    .topic--news {
        margin-top: 100px;
    }

    .news__news__detail {
        margin-bottom: 30px;
    }
}