.news-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}
.news-row-top,
.news-row-bottom {
    display: contents;
}
.news-title-col {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}
.news-title-col {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 900px) {
    .news-item .news-date {
        width: 30%;
    }
    .news-item {
        display: block;
        padding: 14px 0;
    }
    .news-row-top {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 4px;
    }
    .news-row-bottom {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 2px;
    }
    .news-title-col {
        display: block;
        text-align: left;
        margin-right: 8px;
    }
    .news-new {
        margin-left: 8px;
    }
}

section.p-information .filter-area {
    display: flex;
    gap: 10px;
    margin: 24px 0;
    flex-wrap: wrap;
    padding: 24px;
    background: #eee;
    border-radius: 4px;
}

section.p-information .filter-area button {
    padding: 6px 14px;
    background: #FFF;
    border-radius: 9999px;
    cursor: pointer;
    border: none;
    text-decoration: underline;
}

section.p-information .filter-area .active {
    background: #0D3B91;
    color: white;
    border-color: #0D3B91;
}

.news-date {
    width: 15%;
    color: #666;
    font-size: 13px;
    flex-shrink: 0;
}

.news-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 26px;
    background: #eee;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 14px;
    white-space: nowrap;
    text-decoration: underline;
}

/* 横並び用flexをグローバルに */
.news-flex-row {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}
.news-label-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.news-title-col {
    min-width: 0;
    max-width: 450px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: visible;
}
.news-title {
    color: #0066cc;
    text-decoration: none;
    flex: 1 1 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.news-title {
    color: #0066cc;
    text-decoration: underline;
}

.news-title:hover {
    text-decoration: underline;
}

.news-new {
    border: 1px solid #c00;
    color: #c00;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 6px;
}

/**
* information-detail
*/
.c-info-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.c-info-detail-date {
    text-align: right;
    color: #888;
}

.p-info-detail-desc {
    margin-top: 1.5em;
    font-size: var(--font-size-base);
}

.p-information .p-section__subscription-section {
    min-height: 500px;
}
