/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 02:12:05 */
.wp-block-latest-posts__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-latest-posts__list li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.wp-block-latest-posts__post-date { 
	margin-right: 10px;
	order: 1;
	white-space: nowrap;
	width: 9.5rem;
}

.wp-block-latest-posts__post-title {
	order: 2;
	white-space: nowrap;
	flex-grow: 0;
	vertical-align: middle;
    position: relative;
	top: -1px;
	text-decoration: underline !important; 
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 2;
}

/*---一覧---*/
/* 記事タイトル */
.blog .vk_post_title {
	text-decoration: underline;
}

/*  並び */
.blog .vk_post_body.media-body {
	display: flex;
	flex-direction: column-reverse;
}

/* 本文・続きを見る非表示 */
.blog .vk_post_btnOuter,
.blog .vk_post_excerpt.media-text {
	display: none;
}


/*---個別ページ---*/
/* 前後ボタン */
.wp-singular .next-prev {
	display: none;
}

/* 更新日・更新者非表示 */
.entry-meta-item.entry-meta-item-updated,
.entry-meta-item.entry-meta-item-author {
    display: none !important;
}

/* 記事タイトル下の下線削除 */
h5:where(:not(.wp-block-post-title)) {
    border-bottom: none;
}

/* 記事タイトル下余白調整 */
.vk_post-btn-display.media .vk_post_body {
    padding-bottom: 0;
}

/* 日付下余白・文字サイズ調整 */
.vk_post_date.media-date {
	padding-bottom: 10px;
	font-size: 0.8rem;
}