.belva-top-news-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}

.belva-top-news-section__title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.belva-top-news-section__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.belva-top-news-section__link {
    display: flex;
    align-items: center;
    padding: 20px 0;
    text-decoration: none;
    color: inherit;
}

.belva-top-news-section__link:hover {
    color: inherit;
    text-decoration: none;
}

.belva-top-news-section__link:focus {
    color: inherit;
    text-decoration: none;
}

.belva-top-news-section__link:visited {
    color: inherit;
}

.belva-top-news-section__date {
    flex-shrink: 0;
    margin-right: 30px;
}

.belva-top-news-section__date-year {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    font-weight: normal;
}

.belva-top-news-section__date-md {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.belva-top-news-section__content {
    flex: 1;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.belva-top-news-section__arrow {
    flex-shrink: 0;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    position: relative;
}

.belva-top-news-section__arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .belva-top-news-section {
        padding: 20px;
    }

    .belva-top-news-section__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .belva-top-news-section__link {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }

    .belva-top-news-section__date {
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: baseline;
    }

    .belva-top-news-section__date-year {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .belva-top-news-section__date-md {
        font-size: 24px;
    }

    .belva-top-news-section__content {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .belva-top-news-section__arrow {
        align-self: flex-end;
        margin-left: 0;
		display:none;
    }
}

/* テーマとの競合を避けるためのスタイルリセット */
.belva-top-news-section * {
    box-sizing: border-box;
}

.belva-top-news-section ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.belva-top-news-section li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.belva-top-news-section a {
    color: inherit !important;
    text-decoration: none !important;
}

.belva-top-news-section a:hover,
.belva-top-news-section a:focus,
.belva-top-news-section a:visited {
    color: inherit !important;
    text-decoration: none !important;
}