/*お知らせ*/
.detail,
.update-date {
    display: flex;
    justify-content: center;
}

.detail p,
.update-date p {
    width: 90vw;
    font-size: 4.5vw;
    margin-bottom: 3vw;
}

.update-date p {
    text-align: end;
}

@media screen and (min-width: 576px) {

    .detail p,
    .update-date p {
        font-size: 2.5vw;
    }
}