
/* ===== お知らせ一覧・見出し・セクション余白の整理 (2026-07-29) ===== */
.oshirase {
	border-style: solid;
	border-width: 1px;
	border-color: #e3e6ea;
	border-radius: 10px;
	padding: 28px 28px 24px;
}
ul.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.news-list li.news-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	margin: 0;
	padding: 14px 12px;
	border-bottom: 1px solid #e9ecef;
	border-radius: 6px;
	transition: background-color .15s;
}
ul.news-list li.news-item:last-child {
	border-bottom: 0;
}
ul.news-list li.news-item:hover {
	background-color: #f2f7fd;
}
.news-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.news-date {
	font-size: 13px;
	color: #6b7280;
	font-variant-numeric: tabular-nums;
	letter-spacing: .02em;
}
.news-meta a[class^="category-"] {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 11px;
	border-radius: 999px;
	margin-right: 0;
	text-decoration: none;
	letter-spacing: .02em;
}
a.news-title {
	font-size: 16px;
	line-height: 1.6;
	color: #14335c;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(20, 51, 92, .28);
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
a.news-title:hover {
	color: #0d59b6;
	text-decoration-color: #0d59b6;
}

/* バッジのコントラスト補正（小さい文字でも AA 4.5:1 を満たす濃度に） */
.category-announcement {
	background-color: #c62828;
}
.category-recruit {
	background-color: #f0a500;
	color: #1f2937;
}

/* セクション見出しの重なり解消と余白の統一 */
.topno1 h2, .topno2 h2, .flex-item3 h2, .w800 h2, .oshirase h2, .navigation h2, .navi-area h2 {
	margin-top: 0;
	margin-bottom: 2px;
}
.topno1 h4, .topno2 h4, .flex-item3 h4, .w800 h4, .oshirase h4, .navigation h4, .navi-area h4 {
	margin-top: 0;
	margin-bottom: 28px;
}
.navi-area {
	padding: 56px 20px 48px;
}
.navi-banner {
	margin-top: 40px;
}
.topno2 {
	padding-top: 56px;
}
.flex-container-sightseeing {
	margin-bottom: 8px;
}
