@charset "UTF-8";



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.news h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
}
.news figure {
    width: 56rem;
    margin: 4rem auto;
}
.news h3 {
    text-align: center;
    font-size: 1.8rem;
}
.news h3 + p {
    margin: 1.5rem 0 8rem 0;
}
.news dl dt {
    font-weight: 600;
}
.news dl dd:not(:last-of-type) {
    margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
    .news {
        padding: 0 3rem;
    }
    .news h2 {
        font-size: 2.4rem;
    }
    .news figure {
        width: auto;
    }
    .news h3 {
        text-align: left;
    }
}