@charset "UTF-8";

.p-news {
    font-weight: 500;
}

.p-news__index {
    margin-top: 50px;
}

.p-news__article {
    border-bottom: solid 1px;
}

.p-news__date {
    margin-bottom: 20px;
}

.p-news__category {
    margin-bottom: 20px;
}

.p-news__title {
    font-size: 1.5rem;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}

.p-news__content {
    line-height: 1.5;
    padding-bottom: 30px;
}