
.news__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.news__row {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid black;
}

.news__date {
    width: 100%;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.news__text {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
}   
  