/* JDB 3.0 single-post preview. Scoped to enabled post pages only. */
body.single-post.jdb-v3-single-enabled {
	--jdb-v3-single-canvas: #f5f1e9;
	--jdb-v3-single-surface: #fffdf8;
	--jdb-v3-single-text: #25211d;
	--jdb-v3-single-muted: #6f675f;
	--jdb-v3-single-border: #d8cec0;
	--jdb-v3-single-accent: #9d1714;
	--jdb-v3-single-link: #7d1714;
	--jdb-v3-single-content: 780px;
	background: var(--jdb-v3-single-canvas);
}

/* =========================================================
   POINTS component normalization
   Supports both the legacy span-heading markup and the current H2 markup.
   A final cascade guard at the end of this file protects both variants from
   the article-wide heading rules that are defined later in this stylesheet.
   ========================================================= */

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
	margin: 32px 0 44px !important;
	padding: 26px 28px 22px !important;
	border: 1px solid #36414d !important;
	border-left: 3px solid var(--jdb-v3-single-accent-bright) !important;
	border-radius: 0 !important;
	background: linear-gradient(135deg, rgba(168, 31, 53, .08), transparent 38%), #10171f !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
	display: grid !important;
	grid-template-columns: 58px 3px minmax(0, 1fr) !important;
	align-items: center !important;
	column-gap: 16px !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
	display: grid !important;
	width: 58px !important;
	height: 58px !important;
	min-width: 0 !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #71303d !important;
	background: #171217 !important;
	color: #f5f7fa !important;
	-webkit-text-fill-color: #f5f7fa !important;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon svg {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	fill: none !important;
	stroke: currentColor !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__bar {
	display: block !important;
	align-self: stretch !important;
	width: 3px !important;
	height: auto !important;
	min-height: 62px !important;
	margin: 0 !important;
	background: var(--jdb-v3-single-accent-bright) !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title {
	display: flex !important;
	min-width: 0 !important;
	min-height: 62px !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__label {
	display: block !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: var(--jdb-v3-single-accent-bright) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-accent-bright) !important;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	letter-spacing: .18em !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2 {
	display: block !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #f5f7fa !important;
	-webkit-text-fill-color: #f5f7fa !important;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
	font-size: clamp(21px, 2.2vw, 27px) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	letter-spacing: .025em !important;
	word-break: auto-phrase !important;
	overflow-wrap: anywhere !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2::before,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2::after {
	display: none !important;
	content: none !important;
}

/* Legacy markup used the Japanese heading itself as the label. */
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2))::before {
	display: block;
	content: "POINTS";
	margin: 0 0 7px;
	color: var(--jdb-v3-single-accent-bright);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .18em;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
	margin: 0 !important;
	color: #f5f7fa !important;
	-webkit-text-fill-color: #f5f7fa !important;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
	font-size: clamp(18px, 2vw, 23px) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	letter-spacing: .025em !important;
	word-break: auto-phrase !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title > .jdb-article-points__line {
	width: 100% !important;
	height: 1px !important;
	margin: 12px 0 0 !important;
	background: linear-gradient(90deg, rgba(207, 48, 75, .9), rgba(207, 48, 75, .08)) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points > .jdb-article-points__line {
	width: 100% !important;
	height: 1px !important;
	margin: 18px 0 8px !important;
	background: linear-gradient(90deg, rgba(207, 48, 75, .9), rgba(207, 48, 75, .08)) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list {
	margin: 12px 0 0 !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
	min-width: 0 !important;
	min-height: 44px !important;
	padding: 11px 8px 11px 28px !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	word-break: auto-phrase !important;
	overflow-wrap: anywhere !important;
}

@media (max-width: 600px) {
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
		margin: 24px 0 32px !important;
		padding: 18px 16px 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
		grid-template-columns: 46px 2px minmax(0, 1fr) !important;
		column-gap: 11px !important;
		min-height: 50px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
		width: 46px !important;
		height: 46px !important;
		font-size: 13px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon svg {
		width: 23px !important;
		height: 23px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__bar {
		min-height: 50px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title {
		min-height: 50px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__label,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2))::before {
		margin-bottom: 5px !important;
		font-size: 10px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
		font-size: 17px !important;
		line-height: 1.45 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
		min-height: 0 !important;
		padding: 10px 4px 10px 24px !important;
		font-size: 14px !important;
		line-height: 1.7 !important;
	}
}

body.single-post.jdb-v3-single-enabled .l-header#header {
	display: none;
}

body.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 20px 10px;
	color: var(--jdb-v3-single-muted);
	font-size: 13px;
	line-height: 1.6;
}

body.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb a {
	color: var(--jdb-v3-single-link);
	overflow-wrap: anywhere;
}

body.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article {
	width: min(100% - 40px, 1200px);
	margin: 0 auto;
	padding: 0 0 72px;
}

body.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
	width: min(100%, var(--jdb-v3-single-content));
	margin: 0 auto;
	min-width: 0;
}

body.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
	margin: 18px 0 12px;
	padding: 0;
	background: transparent;
}

body.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
	max-width: var(--jdb-v3-single-content);
	margin: 0;
	color: var(--jdb-v3-single-text) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-text) !important;
	font-size: clamp(30px, 7.8vw, 48px);
	font-weight: 750;
	line-height: 1.42;
	letter-spacing: .01em;
	word-break: keep-all;
	overflow-wrap: break-word;
}

body.single-post.jdb-v3-single-enabled .p-articleMetas.-top,
body.single-post.jdb-v3-single-enabled .p-articleFoot {
	margin: 14px 0 28px;
	color: var(--jdb-v3-single-muted);
	font-size: 13px;
	line-height: 1.65;
}

body.single-post.jdb-v3-single-enabled .p-articleMetas.-top a,
body.single-post.jdb-v3-single-enabled .p-articleFoot a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--jdb-v3-single-link);
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

body.single-post.jdb-v3-single-enabled .p-articleThumb {
	width: 100%;
	aspect-ratio: 1200 / 630;
	margin: 0 0 32px;
	overflow: hidden;
	border-radius: 14px;
	background: #e8dfd4;
}

body.single-post.jdb-v3-single-enabled .p-articleThumb img,
body.single-post.jdb-v3-single-enabled .p-articleThumb__img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center;
}

body.single-post.jdb-v3-single-enabled .post_content {
	min-width: 0;
	color: var(--jdb-v3-single-text);
	font-size: 16px;
	line-height: 1.9;
}

body.single-post.jdb-v3-single-enabled .post_content > p {
	margin: 0 0 1.4em;
	color: var(--jdb-v3-single-text) !important;
	font-size: inherit !important;
	line-height: 1.9 !important;
}

body.single-post.jdb-v3-single-enabled .post_content h2,
body.single-post.jdb-v3-single-enabled .post_content h3,
body.single-post.jdb-v3-single-enabled .post_content h4 {
	color: var(--jdb-v3-single-text) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-text) !important;
	word-break: keep-all;
	overflow-wrap: break-word;
	scroll-margin-top: 96px;
}

body.single-post.jdb-v3-single-enabled .post_content h2 {
	margin: 2.4em 0 .8em !important;
	padding: 0 0 .5em 16px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--jdb-v3-single-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(24px, 5.5vw, 32px) !important;
	line-height: 1.45 !important;
	position: relative;
}

body.single-post.jdb-v3-single-enabled .post_content h2::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: .25em !important;
	width: 5px !important;
	height: 1.15em !important;
	border-radius: 99px !important;
	background: var(--jdb-v3-single-accent) !important;
}

body.single-post.jdb-v3-single-enabled .post_content h2::after {
	content: none !important;
}

body.single-post.jdb-v3-single-enabled .post_content h3 {
	margin: 2em 0 .7em !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(20px, 4.7vw, 25px) !important;
	line-height: 1.55 !important;
}

body.single-post.jdb-v3-single-enabled .post_content h3::before,
body.single-post.jdb-v3-single-enabled .post_content h3::after {
	content: none !important;
}

body.single-post.jdb-v3-single-enabled .post_content h4 {
	margin: 1.7em 0 .6em;
	font-size: clamp(18px, 4.2vw, 20px);
	line-height: 1.6;
}

body.single-post.jdb-v3-single-enabled .post_content strong {
	color: inherit;
	font-weight: 700;
}

body.single-post.jdb-v3-single-enabled .post_content a {
	color: var(--jdb-v3-single-link);
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
	overflow-wrap: anywhere;
}

body.single-post.jdb-v3-single-enabled .post_content a:visited {
	color: #65312f;
}

body.single-post.jdb-v3-single-enabled .post_content a:focus-visible,
body.single-post.jdb-v3-single-enabled .p-articleMetas.-top a:focus-visible,
body.single-post.jdb-v3-single-enabled .p-articleFoot a:focus-visible,
body.single-post.jdb-v3-single-enabled .jdb-related-posts__item:focus-visible {
	outline: 3px solid var(--jdb-v3-single-accent);
	outline-offset: 2px;
}

body.single-post.jdb-v3-single-enabled .post_content ul,
body.single-post.jdb-v3-single-enabled .post_content ol {
	padding-left: 1.35em;
	line-height: 1.85;
}

body.single-post.jdb-v3-single-enabled .post_content li + li {
	margin-top: .45em;
}

body.single-post.jdb-v3-single-enabled .post_content blockquote {
	margin: 1.8em 0;
	padding: 1.1em 1.2em;
	border-left: 4px solid var(--jdb-v3-single-accent);
	border-radius: 0 10px 10px 0;
	background: #f1ebe2;
	color: var(--jdb-v3-single-text);
	box-shadow: none;
}

body.single-post.jdb-v3-single-enabled .post_content .wp-block-table {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.single-post.jdb-v3-single-enabled .post_content table {
	width: 100% !important;
	min-width: 38rem;
	table-layout: auto;
	border: 1px solid var(--jdb-v3-single-border) !important;
	border-collapse: separate !important;
	border-spacing: 0;
	border-radius: 10px;
	background: var(--jdb-v3-single-surface) !important;
	box-shadow: none !important;
}

body.single-post.jdb-v3-single-enabled .post_content table th,
body.single-post.jdb-v3-single-enabled .post_content table td {
	padding: 12px 14px !important;
	border-color: var(--jdb-v3-single-border) !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	vertical-align: top;
}

body.single-post.jdb-v3-single-enabled .post_content table th {
	width: 30%;
	background: #f2e7e2 !important;
	color: var(--jdb-v3-single-text) !important;
	white-space: normal !important;
}

body.single-post.jdb-v3-single-enabled .post_content table td {
	background: var(--jdb-v3-single-surface) !important;
	color: var(--jdb-v3-single-text) !important;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
	margin: 2em 0;
	border-color: var(--jdb-v3-single-border);
	background: var(--jdb-v3-single-surface);
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 2.2em 0;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
	display: grid;
	grid-template-columns: 1fr;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--jdb-v3-single-border);
	border-radius: 12px;
	background: var(--jdb-v3-single-surface);
	color: var(--jdb-v3-single-text);
	text-decoration: none;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb {
	width: 100% !important;
	aspect-ratio: 1200 / 630;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body {
	display: grid;
	gap: 8px;
	padding: 14px;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__arrow {
	display: none;
}

body.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts,
body.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2 {
	max-width: 100%;
	margin: 2.4em 0;
	padding: 18px;
	border: 1px solid var(--jdb-v3-single-border);
	border-radius: 12px;
	background: #f7f1e9;
	box-shadow: none;
}

body.single-post.jdb-v3-single-enabled .p-articleFoot,
body.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
	width: min(100%, var(--jdb-v3-single-content));
	margin-inline: auto;
	border-top: 1px solid var(--jdb-v3-single-border);
	padding-top: 24px;
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics {
	margin: 0 0 24px;
	padding: 12px 14px;
	border: 1px solid var(--jdb-v3-single-border);
	border-radius: 10px;
	background: #f3eee6;
	color: var(--jdb-v3-single-muted);
	font-size: 12px;
	line-height: 1.6;
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics summary {
	cursor: pointer;
	color: var(--jdb-v3-single-text);
	font-weight: 700;
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl {
	margin: 12px 0 0;
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl > div {
	display: grid;
	grid-template-columns: minmax(8.5em, .38fr) 1fr;
	gap: 10px;
	padding: 5px 0;
	border-top: 1px solid var(--jdb-v3-single-border);
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dt {
	font-weight: 700;
}

body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	body.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
		padding-inline: 20px;
		font-size: 12px;
	}

	body.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article {
		width: min(100% - 40px, 780px);
		padding-bottom: 56px;
	}

	body.single-post.jdb-v3-single-enabled .p-articleThumb {
		margin-bottom: 26px;
		border-radius: 10px;
	}

	body.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts {
		grid-template-columns: 1fr;
	}

	body.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts,
	body.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2 {
		padding: 14px;
	}

	body.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

@media (min-width: 768px) {
	body.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
		padding-inline: 24px;
	}

	body.single-post.jdb-v3-single-enabled .post_content {
		font-size: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-post.jdb-v3-single-enabled * {
		scroll-behavior: auto;
	}
}

/*
 * SWELL places WordPress body classes on #body_wrap rather than <body>.
 * Keep these effective selectors separate so the preview remains limited to
 * singular posts even when the physical body element has no post classes.
 */
#body_wrap.single-post.jdb-v3-single-enabled {
	--jdb-v3-single-canvas: #f5f1e9;
	--jdb-v3-single-surface: #fffdf8;
	--jdb-v3-single-text: #25211d;
	--jdb-v3-single-muted: #6f675f;
	--jdb-v3-single-border: #d8cec0;
	--jdb-v3-single-accent: #9d1714;
	--jdb-v3-single-link: #7d1714;
	--jdb-v3-single-content: 780px;
	background: var(--jdb-v3-single-canvas) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .l-header#header { display: none; }

#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 20px 10px;
	color: var(--jdb-v3-single-muted);
	font-size: 13px;
	line-height: 1.6;
}

#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb a,
#body_wrap.single-post.jdb-v3-single-enabled .post_content a,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top a,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot a { color: var(--jdb-v3-single-link); overflow-wrap: anywhere; }

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article {
	width: min(100% - 40px, 1200px) !important;
	margin: 0 auto;
	padding: 0 0 72px;
}

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot,
#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
	width: min(100%, var(--jdb-v3-single-content));
	margin-inline: auto;
	min-width: 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle { margin: 18px 0 12px; padding: 0; background: transparent; }

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
	margin: 0;
	color: var(--jdb-v3-single-text) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-text) !important;
	font-size: clamp(30px, 7.8vw, 48px);
	font-weight: 750;
	line-height: 1.42;
	word-break: keep-all;
	overflow-wrap: break-word;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot { margin: 14px 0 28px; color: var(--jdb-v3-single-muted); font-size: 13px; line-height: 1.65; }

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top a,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot a { display: inline-flex; align-items: center; min-height: 44px; }

/* Top taxonomy terms are rendered as dark category badges by SWELL. */
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link {
	min-height: 30px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 4px;
	background: #202020 !important;
	color: #f5f1e8 !important;
	-webkit-text-fill-color: #f5f1e8 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	word-break: keep-all;
	overflow-wrap: break-word;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link:visited,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link:hover {
	background: #303030 !important;
	color: #fffdf8 !important;
	-webkit-text-fill-color: #fffdf8 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link:focus-visible {
	outline: 3px solid var(--jdb-v3-single-accent);
	outline-offset: 2px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb { width: 100%; aspect-ratio: 1200 / 630; margin: 0 0 32px; overflow: hidden; border-radius: 14px; background: #e8dfd4; }
#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb img,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb__img { display: block; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content { min-width: 0; color: var(--jdb-v3-single-text); font-size: 16px; line-height: 1.9; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content > p { margin: 0 0 1.4em; color: var(--jdb-v3-single-text) !important; font-size: inherit !important; line-height: 1.9 !important; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content > .jdb-v3-article-subtitle {
	margin: 0 0 1.5em;
	padding: 0 0 0 14px;
	border-left: 4px solid var(--jdb-v3-single-accent);
	color: var(--jdb-v3-single-text) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-text) !important;
	font-size: clamp(22px, 5.8vw, 30px) !important;
	font-weight: 700;
	line-height: 1.58 !important;
	letter-spacing: .01em;
	word-break: keep-all;
	overflow-wrap: break-word;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h4 { color: var(--jdb-v3-single-text) !important; -webkit-text-fill-color: var(--jdb-v3-single-text) !important; word-break: keep-all; overflow-wrap: break-word; scroll-margin-top: 96px; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2 { margin: 2.4em 0 .8em !important; padding: 0 0 .5em 16px !important; border: 0 !important; border-bottom: 1px solid var(--jdb-v3-single-border) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; font-size: clamp(24px, 5.5vw, 32px) !important; line-height: 1.45 !important; position: relative; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::before { content: "" !important; position: absolute !important; left: 0 !important; top: .25em !important; width: 5px !important; height: 1.15em !important; border-radius: 99px !important; background: var(--jdb-v3-single-accent) !important; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::after,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3::before,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3::after { content: none !important; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3 { margin: 2em 0 .7em !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; font-size: clamp(20px, 4.7vw, 25px) !important; line-height: 1.55 !important; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content h4 { margin: 1.7em 0 .6em; font-size: clamp(18px, 4.2vw, 20px); line-height: 1.6; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content strong { color: inherit; font-weight: 700; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content a:visited { color: #65312f; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content a:focus-visible,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top a:focus-visible,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot a:focus-visible,
#body_wrap.single-post.jdb-v3-single-enabled .jdb-related-posts__item:focus-visible { outline: 3px solid var(--jdb-v3-single-accent); outline-offset: 2px; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content ul,
#body_wrap.single-post.jdb-v3-single-enabled .post_content ol { padding-left: 1.35em; line-height: 1.85; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content li + li { margin-top: .45em; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content blockquote { margin: 1.8em 0; padding: 1.1em 1.2em; border-left: 4px solid var(--jdb-v3-single-accent); border-radius: 0 10px 10px 0; background: #f1ebe2; color: var(--jdb-v3-single-text); box-shadow: none; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content table { width: 100% !important; min-width: 38rem; table-layout: auto; border: 1px solid var(--jdb-v3-single-border) !important; border-collapse: separate !important; border-spacing: 0; border-radius: 10px; background: var(--jdb-v3-single-surface) !important; box-shadow: none !important; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content table th,
#body_wrap.single-post.jdb-v3-single-enabled .post_content table td { padding: 12px 14px !important; border-color: var(--jdb-v3-single-border) !important; font-size: 15px !important; line-height: 1.75 !important; vertical-align: top; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content table th { width: 30%; background: #f2e7e2 !important; color: var(--jdb-v3-single-text) !important; white-space: normal !important; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content table td { background: var(--jdb-v3-single-surface) !important; color: var(--jdb-v3-single-text) !important; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points { margin: 2em 0; border-color: var(--jdb-v3-single-border); background: var(--jdb-v3-single-surface); }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 2.2em 0; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item { display: grid; grid-template-columns: 1fr; min-width: 0; min-height: 100%; overflow: hidden; border: 1px solid var(--jdb-v3-single-border); border-radius: 12px; background: var(--jdb-v3-single-surface); color: var(--jdb-v3-single-text); text-decoration: none; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb { width: 100% !important; aspect-ratio: 1200 / 630; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body { display: grid; gap: 8px; padding: 14px; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__arrow { display: none; }

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2 { max-width: 100%; margin: 2.4em 0; padding: 18px; border: 1px solid var(--jdb-v3-single-border); border-radius: 12px; background: #f7f1e9; box-shadow: none; }
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot,
#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom { border-top: 1px solid var(--jdb-v3-single-border); padding-top: 24px; }

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics { margin: 0 0 24px; padding: 12px 14px; border: 1px solid var(--jdb-v3-single-border); border-radius: 10px; background: #f3eee6; color: var(--jdb-v3-single-muted); font-size: 12px; line-height: 1.6; }
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics summary { cursor: pointer; color: var(--jdb-v3-single-text); font-weight: 700; }
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl { margin: 12px 0 0; }
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl > div { display: grid; grid-template-columns: minmax(8.5em, .38fr) 1fr; gap: 10px; padding: 5px 0; border-top: 1px solid var(--jdb-v3-single-border); }
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dt { font-weight: 700; }
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }

@media (max-width: 767px) {
	#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb { padding-inline: 20px; font-size: 12px; }
	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article { width: min(100% - 40px, 780px); padding-bottom: 56px; }
	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb { margin-bottom: 26px; border-radius: 10px; }
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts { grid-template-columns: 1fr; }
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2 { padding: 14px; }
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics dl > div { grid-template-columns: 1fr; gap: 2px; }
}

@media (min-width: 768px) { #body_wrap.single-post.jdb-v3-single-enabled .post_content { font-size: 17px; } }
@media (prefers-reduced-motion: reduce) { #body_wrap.single-post.jdb-v3-single-enabled * { scroll-behavior: auto; } }

/* Post design comp v2: dark incident-archive presentation. */
#body_wrap.single-post.jdb-v3-single-enabled {
	--jdb-v3-single-canvas: #0b0f14;
	--jdb-v3-single-surface: #111820;
	--jdb-v3-single-surface-2: #161e28;
	--jdb-v3-single-text: #f2f4f7;
	--jdb-v3-single-muted: #9aa6b5;
	--jdb-v3-single-border: #29323e;
	--jdb-v3-single-accent: #a81f35;
	--jdb-v3-single-accent-bright: #cf304b;
	--jdb-v3-single-purple: #8b6de8;
	--jdb-v3-single-container: 1320px;
	background: var(--jdb-v3-single-canvas);
	color: var(--jdb-v3-single-text);
}

#body_wrap.single-post.jdb-v3-single-enabled .l-header#header {
	display: block;
	border-bottom: 1px solid var(--jdb-v3-single-border);
	background: #080c11;
}

#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
	box-sizing: border-box;
	width: min(100% - 40px, var(--jdb-v3-single-container));
	max-width: none;
	margin: 0 auto;
	padding: 15px 0;
	color: var(--jdb-v3-single-muted);
	border-bottom: 1px solid var(--jdb-v3-single-border);
	background: transparent;
	font-size: 12px;
	line-height: 1.6;
}

#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb a {
	color: #c7ced6;
}

#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb a:hover,
#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb a:focus-visible {
	color: #e36a7d;
}

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article {
	width: 100% !important;
	max-width: none;
	margin: 0;
	padding: 0 0 90px;
	background: radial-gradient(circle at 76% 12%, rgba(74, 51, 109, .16), transparent 30%), var(--jdb-v3-single-canvas);
}

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 47%) minmax(0, 53%);
	grid-template-rows: auto auto auto;
	width: min(100% - 64px, var(--jdb-v3-single-container));
	max-width: none;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
	grid-column: 1;
	grid-row: 2;
	align-self: start;
	display: block;
	margin: 0;
	padding: 0 56px 18px 0;
	background: transparent;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle::before {
	content: "INCIDENT RECORD";
	display: block;
	margin-bottom: 10px;
	color: var(--jdb-v3-single-purple);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
	margin: 0;
	color: var(--jdb-v3-single-text) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-text) !important;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(36px, 3.35vw, 52px);
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.3;
	word-break: keep-all;
	overflow-wrap: break-word;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__date {
	display: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
	margin: 0;
	padding: 64px 56px 14px 0;
	color: var(--jdb-v3-single-muted);
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .p-articleMetas__termList {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 8px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-tagList {
	display: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-tagList__link {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	border: 1px solid #3a4552;
	border-radius: 0;
	background: #111820 !important;
	color: #d9dee5 !important;
	-webkit-text-fill-color: #d9dee5 !important;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-categoryList__link:hover,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top .c-tagList__link:hover {
	border-color: #7e4653;
	background: #211218 !important;
	color: #fff !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
	grid-column: 1;
	grid-row: 3;
	min-width: 0;
	padding: 0 56px 64px 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__eyebrow {
	margin: 0 0 11px;
	color: var(--jdb-v3-single-purple);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.5;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts {
	margin: 0;
	border: 1px solid #343e4a;
	background: rgba(12, 17, 23, .72);
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts > div {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	border-bottom: 1px solid #2d3540;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts > div:last-child {
	border-bottom: 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dt,
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dd {
	margin: 0;
	padding: 10px 13px;
	font-size: 12px;
	line-height: 1.6;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dt {
	color: #aeb8c4;
	border-right: 1px solid #2d3540;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dd {
	color: #eef1f4;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__dates {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	margin-top: 12px;
	color: #8e99a6;
	font-size: 11px;
	line-height: 1.6;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__tags li {
	padding: 4px 9px;
	border: 1px solid #313a45;
	background: #0b1016;
	color: #bac2cc;
	font-size: 10px;
	line-height: 1.4;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
	grid-column: 2;
	grid-row: 1 / 4;
	position: relative;
	align-self: stretch;
	width: 100%;
	min-height: 560px;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-left: 1px solid var(--jdb-v3-single-border);
	border-radius: 0;
	background: #080c11;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(10, 14, 19, .35), transparent 24%), linear-gradient(0deg, rgba(10, 14, 19, .35), transparent 36%);
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb img,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb__img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center;
	filter: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content {
	grid-column: 1 / -1;
	width: min(100%, 880px);
	margin: 56px auto 0;
	min-width: 0;
	color: #d5d9de;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	line-height: 2.1;
	counter-reset: jdb-v3-section;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > p {
	margin: 0 0 1.45em;
	color: #d5d9de !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > .jdb-v3-article-subtitle {
	margin: 0 0 1.7em;
	padding: 0 0 0 16px;
	border-left: 3px solid var(--jdb-v3-single-purple);
	color: #eef1f4 !important;
	-webkit-text-fill-color: #eef1f4 !important;
	font-family: inherit;
	font-size: clamp(22px, 2.2vw, 30px) !important;
	font-weight: 600;
	line-height: 1.6 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h4 {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	scroll-margin-top: 96px;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2 {
	counter-increment: jdb-v3-section;
	margin: 2.8em 0 1em !important;
	padding: 0 0 .65em 66px !important;
	border: 0 !important;
	border-bottom: 1px solid #303944 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: clamp(25px, 2.2vw, 32px) !important;
	font-weight: 600;
	line-height: 1.55 !important;
	position: relative;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::before {
	content: counter(jdb-v3-section, decimal-leading-zero) !important;
	position: absolute !important;
	left: 0 !important;
	top: .5em !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--jdb-v3-single-purple) !important;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::after {
	content: "" !important;
	position: absolute;
	bottom: -1px;
	left: 66px;
	width: 100px;
	height: 2px;
	background: var(--jdb-v3-single-accent-bright);
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h3 {
	margin: 2.1em 0 .75em !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: clamp(20px, 1.8vw, 25px) !important;
	line-height: 1.6 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h3::before,
#body_wrap.single-post.jdb-v3-single-enabled .post_content h3::after {
	content: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content blockquote,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-quote {
	margin: 2em 0;
	padding: 22px 26px;
	border: 1px solid #4d3640;
	border-left: 3px solid var(--jdb-v3-single-accent-bright);
	border-radius: 0;
	background: linear-gradient(90deg, rgba(113, 23, 41, .22), rgba(17, 24, 32, .86));
	color: #e6e2e4;
	box-shadow: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content table {
	min-width: 38rem;
	border: 1px solid var(--jdb-v3-single-border) !important;
	border-radius: 0;
	background: var(--jdb-v3-single-surface) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content table th,
#body_wrap.single-post.jdb-v3-single-enabled .post_content table td {
	border-color: #2b343f !important;
	color: #e0e4e9 !important;
	font-size: 14px !important;
	line-height: 1.8 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content table th {
	width: 190px;
	background: #151d26 !important;
	color: #aeb8c3 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content table td {
	background: var(--jdb-v3-single-surface) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2,
#body_wrap.single-post.jdb-v3-single-enabled .post_content details {
	border-color: #333d49;
	border-radius: 0;
	background: var(--jdb-v3-single-surface);
	box-shadow: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
	border-color: #313a45;
	border-radius: 0;
	background: var(--jdb-v3-single-surface);
	color: #f2f4f7;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot,
#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
	grid-column: 1 / -1;
	width: min(100%, 880px);
	margin: 42px auto 0;
	padding-top: 24px;
	border-top: 1px solid var(--jdb-v3-single-border);
	color: var(--jdb-v3-single-muted);
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics {
	grid-column: 1;
	margin: 0 56px 20px 0;
	border-color: #3a4552;
	border-radius: 0;
	background: #111820;
	color: var(--jdb-v3-single-muted);
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics summary {
	color: #f2f4f7;
}

@media (max-width: 900px) {
	#body_wrap.single-post.jdb-v3-single-enabled #breadcrumb.p-breadcrumb {
		width: min(100% - 32px, var(--jdb-v3-single-container));
		padding-block: 12px;
		font-size: 11px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
		order: 1;
		width: 100%;
		min-height: 0;
		aspect-ratio: 1200 / 630;
		border: 0;
		border-bottom: 1px solid var(--jdb-v3-single-border);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		order: 3;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		padding: 28px 16px 12px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
		min-width: 0;
		max-width: 100%;
		font-size: clamp(29px, 8vw, 38px);
		line-height: 1.4;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top {
		order: 2;
		padding: 24px 16px 13px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
		order: 4;
		padding: 0 16px 28px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts > div {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dt,
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dd {
		padding: 9px 10px;
		font-size: 11px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-diagnostics {
		order: 5;
		margin: 0 16px 20px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content {
		order: 6;
		width: auto;
		margin: 30px 16px 0;
		font-size: 14px;
		line-height: 2.05;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2 {
		padding-left: 0 !important;
		font-size: clamp(21px, 6vw, 27px) !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::before {
		position: static !important;
		display: block;
		margin-bottom: 6px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2::after {
		left: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content table th {
		width: 112px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot,
	#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
		order: 7;
		width: auto;
		margin: 36px 16px 0;
	}
}

/* Dark compatibility layer for legacy article components. */
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
	margin: 32px 0 44px !important;
	padding: 26px 28px 22px !important;
	border: 1px solid #333d49 !important;
	border-radius: 0 !important;
	background: linear-gradient(145deg, #141b24, #0f141b) !important;
	box-shadow: none !important;
	color: #f2f4f7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points::before {
	opacity: .22 !important;
	background-image: linear-gradient(rgba(154, 166, 181, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(154, 166, 181, .06) 1px, transparent 1px) !important;
	background-size: 24px 24px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
	grid-template-columns: 58px 3px minmax(0, 1fr) !important;
	column-gap: 16px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
	width: 58px !important;
	height: 58px !important;
	border: 1px solid #4c416a !important;
	border-radius: 0 !important;
	background: #19152a !important;
	color: #c6b5f4 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon svg {
	width: 28px !important;
	height: 28px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__bar {
	width: 3px !important;
	height: 62px !important;
	background: var(--jdb-v3-single-accent) !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__label {
	color: #a98cf2 !important;
	-webkit-text-fill-color: #a98cf2 !important;
	font-size: 11px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2 {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	font-size: clamp(23px, 2.6vw, 31px) !important;
	font-weight: 600 !important;
	letter-spacing: .03em !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__line {
	margin: 18px 0 8px !important;
	background: linear-gradient(90deg, rgba(139, 109, 232, .7), rgba(139, 109, 232, .08)) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
	min-height: 44px !important;
	padding: 11px 8px 11px 28px !important;
	border-bottom: 1px dashed #303a45 !important;
	color: #d7dce2 !important;
	-webkit-text-fill-color: #d7dce2 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li::before {
	left: 5px !important;
	top: 1.45em !important;
	width: 7px !important;
	height: 7px !important;
	background: var(--jdb-v3-single-accent-bright) !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-auto-hub-parts {
	margin: 46px 0 34px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links {
	padding: 22px !important;
	border: 1px solid #333d49 !important;
	border-radius: 0 !important;
	background: #111820 !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__head span {
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #a98cf2 !important;
	-webkit-text-fill-color: #a98cf2 !important;
	font-size: 10px !important;
	letter-spacing: .16em !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__head strong {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	font-size: 21px !important;
	font-weight: 600 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a {
	min-height: 108px !important;
	border: 1px solid #313b47 !important;
	border-radius: 0 !important;
	background: #151d26 !important;
	color: #f2f4f7 !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a:hover {
	border-color: #64558b !important;
	background: #1a222d !important;
	box-shadow: none !important;
	transform: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a span {
	border-radius: 0 !important;
	background: #211218 !important;
	color: #e47586 !important;
	-webkit-text-fill-color: #e47586 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a strong {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	font-size: 16px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a em {
	color: #aab4c0 !important;
	-webkit-text-fill-color: #aab4c0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a::after {
	content: "›" !important;
	color: #a98cf2 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2 {
	margin: 42px 0 34px !important;
	padding: 0 !important;
	border: 1px solid #3a4552 !important;
	border-radius: 0 !important;
	background: #111820 !important;
	box-shadow: none !important;
	color: #d7dce2 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__top {
	background: radial-gradient(circle at 8% 0%, rgba(168, 31, 53, .18), transparent 40%) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__label,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service-head span,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service-top span {
	border-radius: 0 !important;
	background: #211218 !important;
	color: #e47586 !important;
	-webkit-text-fill-color: #e47586 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__pr {
	border-color: #4a5664 !important;
	border-radius: 0 !important;
	background: #161e28 !important;
	color: #aeb8c4 !important;
	-webkit-text-fill-color: #aeb8c4 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__title,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service-head strong,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service-top strong {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__lead,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__note,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service > em {
	color: #aab4c0 !important;
	-webkit-text-fill-color: #aab4c0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__check,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service {
	border-color: #313b47 !important;
	border-radius: 0 !important;
	background: #151d26 !important;
	color: #d7dce2 !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__check strong {
	color: #d7dce2 !important;
	-webkit-text-fill-color: #d7dce2 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__guide {
	border-color: #5a3340 !important;
	border-radius: 0 !important;
	background: #1b1217 !important;
	color: #f2f4f7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__guide > strong {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__guide > b {
	color: #e47586 !important;
	-webkit-text-fill-color: #e47586 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service-head {
	border-top-color: #303a45 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service:hover {
	border-color: #64558b !important;
	box-shadow: none !important;
	transform: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service > b {
	border-radius: 0 !important;
	background: var(--jdb-v3-single-accent) !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__service > b::after {
	content: "›" !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 28px 0 42px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
	display: grid !important;
	grid-template-columns: 140px minmax(0, 1fr) !important;
	gap: 0 !important;
	min-height: 132px !important;
	padding: 0 !important;
	border: 1px solid #313b47 !important;
	border-radius: 0 !important;
	background: #111820 !important;
	color: #f2f4f7 !important;
	box-shadow: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item:hover {
	border-color: #64558b !important;
	box-shadow: none !important;
	transform: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb {
	width: 140px !important;
	height: 100% !important;
	min-height: 132px !important;
	border-radius: 0 !important;
	background: #0b0f14 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb img {
	object-fit: cover !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body {
	align-self: center !important;
	padding: 15px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__label {
	border-radius: 0 !important;
	background: #211218 !important;
	color: #e47586 !important;
	-webkit-text-fill-color: #e47586 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body strong {
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	font-size: 15px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body em {
	color: #9aa6b5 !important;
	-webkit-text-fill-color: #9aa6b5 !important;
	font-size: 12px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__section.-related {
	margin-top: 52px;
	padding-top: 30px;
	border-top: 1px solid var(--jdb-v3-single-border);
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle {
	margin: 0 0 22px;
	color: #f2f4f7;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 25px;
	line-height: 1.5;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::before {
	content: "RELATED CASES";
	display: block;
	margin-bottom: 5px;
	color: #a98cf2;
	font-family: system-ui, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::after {
	content: "関連する事件記録";
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__item {
	width: 100% !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__link {
	display: block;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid #313b47;
	background: #111820;
	color: #f2f4f7;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__link:hover {
	border-color: #64558b;
	background: #151d26;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__thumb {
	width: 100%;
	aspect-ratio: 1200 / 630;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__body {
	padding: 13px;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__title {
	color: #f2f4f7;
	font-size: 14px;
	line-height: 1.65;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .p-articleMetas__termList {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-categoryList__link,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-tagList__link {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 5px 9px;
	border: 1px solid #313b47;
	background: #111820;
	color: #cbd2da;
	text-decoration: none;
}

@media (max-width: 900px) {
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
		padding: 20px 16px 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
		grid-template-columns: 44px 2px minmax(0, 1fr) !important;
		column-gap: 11px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
		width: 44px !important;
		height: 44px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__bar {
		height: 48px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2 {
		font-size: 20px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
		font-size: 13px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__top {
		padding: 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__checks,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__services,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts {
		grid-template-columns: 1fr !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__checks,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__services {
		padding-inline: 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-global-aff-v2__guide {
		margin-inline: 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
		grid-template-columns: 112px minmax(0, 1fr) !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb {
		width: 112px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts {
		grid-template-columns: 1fr;
	}
}

/* Article intro: keep the complete 1200 x 630 featured image visible. */
#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle,
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
	grid-column: 1;
	box-sizing: border-box;
	width: min(100%, 880px);
	margin-inline: auto;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top {
	grid-row: 1;
	padding: 64px 0 14px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
	grid-row: 2;
	padding: 0 0 18px;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
	grid-row: 3;
	padding: 0 0 38px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
	grid-column: 1;
	grid-row: 4;
	justify-self: center;
	width: min(100%, 1200px);
	min-height: 0;
	aspect-ratio: 1200 / 630;
	margin: 0;
	border: 1px solid var(--jdb-v3-single-border);
	background: #080c11;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb::after {
	content: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb img,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb__img {
	object-fit: contain !important;
	object-position: center;
}

/* FAQ: identify the final H2 followed by question H3 elements without editing post data. */
#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) {
	margin-bottom: 28px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) {
	position: relative;
	margin: 18px 0 0 !important;
	padding: 18px 22px 18px 62px !important;
	border: 1px solid #394451 !important;
	border-bottom: 0 !important;
	background: #151d26 !important;
	color: #f2f4f7 !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(17px, 1.6vw, 20px) !important;
	font-weight: 700;
	line-height: 1.65 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p)::before {
	content: "Q" !important;
	position: absolute !important;
	top: 16px !important;
	left: 20px !important;
	display: grid;
	place-items: center;
	width: 28px !important;
	height: 28px !important;
	border: 1px solid #75566a !important;
	background: #211218 !important;
	color: #ee8d9c !important;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) + p {
	position: relative;
	margin: 0 0 14px !important;
	padding: 18px 22px 20px 62px !important;
	border: 1px solid #394451 !important;
	border-top-color: #2b343f !important;
	background: #10171f !important;
	color: #cdd4dc !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px !important;
	line-height: 1.85 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) + p::before {
	content: "A";
	position: absolute;
	top: 17px;
	left: 21px;
	color: #a98cf2;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

/* SWELL related-post heading uses pseudo elements; restore normal document flow. */
#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle {
	box-sizing: border-box;
	min-height: 64px;
	margin: 0 0 28px;
	padding: 0 !important;
	position: relative;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::before,
#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::after {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::before {
	content: "RELATED CASES" !important;
	margin-bottom: 6px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::after {
	content: "\95A2\9023\3059\308B\4E8B\4EF6\8A18\9332" !important;
	color: #f2f4f7;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 25px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
		display: flex;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
		order: 1;
		width: 100%;
		aspect-ratio: 1200 / 630;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top {
		order: 2;
		width: 100%;
		padding: 24px 16px 13px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		order: 3;
		width: 100%;
		padding: 28px 16px 12px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
		order: 4;
		width: 100%;
		padding: 0 16px 28px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) {
		padding: 16px 16px 16px 52px !important;
		font-size: 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p)::before {
		top: 14px !important;
		left: 14px !important;
		width: 26px !important;
		height: 26px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) + p {
		padding: 16px 16px 18px 52px !important;
		font-size: 14px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) + p::before {
		top: 15px;
		left: 15px;
	}
}

/* =========================================================
   Approved PC comp: flat 900px single-column article layout
   ========================================================= */
#body_wrap.single-post.jdb-v3-single-enabled {
	--jdb-v3-single-content: 900px;
	--jdb-v3-single-container: 900px;
	background: radial-gradient(circle at 50% -10%, rgba(168, 31, 53, .08), transparent 28%), #090d12;
}

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article {
	padding: 0 0 96px;
	background: transparent;
}

#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto;
	width: min(100% - 48px, 900px);
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleMetas.-top {
	display: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	margin: 0;
	padding: 58px 0 0;
	border: 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle::before {
	margin-bottom: 12px;
	color: #c34a5d;
	font-size: 11px;
	letter-spacing: .18em;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
	max-width: 860px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1.36;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
	grid-column: 1;
	grid-row: 2;
	width: 100%;
	margin: 0;
	padding: 0 0 34px;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__subtitle {
	margin: 12px 0 0;
	color: #c0c8d2;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta {
	display: grid;
	grid-template-columns: 1fr 1fr 1.35fr;
	margin-top: 27px;
	border: 1px solid #29323e;
	background: #0d131a;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div {
	min-width: 0;
	min-height: 80px;
	padding: 0 18px 16px;
	border-right: 1px solid #29323e;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:last-child {
	border-right: 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div > span {
	display: inline-flex;
	margin: -1px 0 12px;
	padding: 6px 11px;
	background: #7b1727;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.4;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta strong {
	display: block;
	color: #eef1f5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta a,
#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta a:visited {
	color: #eef1f5;
	text-decoration: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta a:focus-visible {
	outline: 3px solid #a81f35;
	outline-offset: 2px;
}

#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts {
	margin-top: 12px;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
	grid-column: 1;
	grid-row: 3;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 1200 / 630;
	margin: 0;
	border: 1px solid #29323e;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb img,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb__img {
	height: auto !important;
	aspect-ratio: 1200 / 630;
	object-fit: contain !important;
}


#body_wrap.single-post.jdb-v3-single-enabled .post_content {
	grid-column: 1;
	grid-row: 4;
	width: 100%;
	margin: 34px 0 0;
	color: #d3d9e1;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.9;
	counter-reset: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points) {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 28px !important;
	border-right: 1px solid #384451;
	border-left: 1px solid #384451;
	background: rgba(17, 24, 32, .52);
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points):first-child {
	padding-top: 25px !important;
	border-top: 1px solid #384451;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(+ .jdb-article-points) {
	padding-bottom: 25px !important;
	border-bottom: 1px solid #384451;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content > .jdb-v3-article-subtitle {
	display: none;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading {
	position: relative;
	margin: 54px 0 22px !important;
	padding: 0 0 11px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(168, 31, 53, .32) !important;
	background: transparent !important;
	color: #f4f6f8 !important;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 26px !important;
	font-weight: 800;
	line-height: 1.48 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading::before {
	content: "" !important;
	position: absolute !important;
	top: .18em !important;
	left: 0 !important;
	width: 4px !important;
	height: 1.22em !important;
	background: #a81f35 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading::after {
	content: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading {
	position: relative;
	margin: 36px 0 16px !important;
	padding: 0 0 0 15px !important;
	border: 0 !important;
	background: transparent !important;
	color: #eef1f5 !important;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.5 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading::before {
	content: "" !important;
	position: absolute !important;
	top: .38em !important;
	left: 0 !important;
	width: 3px !important;
	height: 1em !important;
	background: #843044 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading::after {
	content: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table table {
	min-width: 100%;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: transparent !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table tr {
	background: #0f151c;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table th,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table td {
	padding: 14px 18px !important;
	border: 1px solid #29323e !important;
	background: #0f151c !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table th {
	width: 190px;
	border-right: 0 !important;
	background: #151d26 !important;
	color: #d4dae2 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
	display: block !important;
	min-height: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb {
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	flex: 0 0 auto !important;
	align-self: stretch !important;
	aspect-ratio: 1200 / 630;
	display: block !important;
	overflow: hidden;
	background: #0b0f14;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body {
	display: block !important;
	padding: 15px 14px 17px !important;
	color: #f2f4f7 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body strong {
	display: block !important;
	overflow: visible !important;
	color: #f2f4f7 !important;
	-webkit-text-fill-color: #f2f4f7 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
	word-break: normal;
	overflow-wrap: anywhere;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__label,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body em,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__arrow {
	display: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot,
#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
	grid-column: 1;
	width: 100%;
	margin-inline: 0;
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot {
	grid-row: 5;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
	grid-row: 6;
}

@media (max-width: 900px) {
	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
		display: flex;
		width: min(100% - 32px, 900px);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		order: 1;
		padding: 40px 0 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
		font-size: clamp(28px, 8vw, 34px);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
		order: 2;
		padding: 0 0 28px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta {
		grid-template-columns: 1fr;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid #29323e;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:last-child {
		border-bottom: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
		order: 3;
	}


	#body_wrap.single-post.jdb-v3-single-enabled .post_content {
		order: 4;
		width: 100%;
		margin: 30px 0 0;
		font-size: 15px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points) {
		padding-inline: 18px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading {
		font-size: 22px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading {
		font-size: 18px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table th {
		width: 130px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts,
	#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts {
		grid-template-columns: 1fr !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot {
		order: 6;
	}

	#body_wrap.single-post.jdb-v3-single-enabled #after_article.l-articleBottom {
		order: 7;
	}
}

/* TOP-aligned record accents: remove the legacy violet treatment. */
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
	border-color: #36414d !important;
	border-left: 3px solid var(--jdb-v3-single-accent-bright) !important;
	background: linear-gradient(135deg, rgba(168, 31, 53, .08), transparent 38%), #10171f !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points::before {
	opacity: .16 !important;
	background-image: linear-gradient(rgba(207, 48, 75, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(207, 48, 75, .045) 1px, transparent 1px) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
	border-color: #71303d !important;
	background: #171217 !important;
	color: #f5f7fa !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__label,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__head span {
	color: var(--jdb-v3-single-accent-bright) !important;
	-webkit-text-fill-color: var(--jdb-v3-single-accent-bright) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__line {
	background: linear-gradient(90deg, rgba(207, 48, 75, .9), rgba(207, 48, 75, .08)) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a:hover,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item:hover,
#body_wrap.single-post.jdb-v3-single-enabled #after_article .p-relatedPosts .p-postList__link:hover {
	border-color: var(--jdb-v3-single-accent-bright) !important;
	background: #151d26 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-post-hub-links__grid a::after,
#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__title.c-secTitle::before {
	color: var(--jdb-v3-single-accent-bright) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled #after_article .l-articleBottom__section.-related {
	border-top-color: #36414d;
}

@media (max-width: 600px) {
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
		padding: 22px 18px 18px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
		grid-template-columns: 48px 2px minmax(0, 1fr) !important;
		column-gap: 12px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
		width: 48px !important;
		height: 48px !important;
	}
}

/* Final cascade guard for both generations of the POINTS markup. */
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
	align-items: center !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head:not(:has(.jdb-article-points__bar)) {
	grid-template-columns: 58px minmax(0, 1fr) !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title {
	display: flex !important;
	min-width: 0 !important;
	min-height: 62px !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2 {
	display: block !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #f5f7fa !important;
	-webkit-text-fill-color: #f5f7fa !important;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
	font-size: clamp(21px, 2.2vw, 27px) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	letter-spacing: .025em !important;
	word-break: auto-phrase !important;
	overflow-wrap: anywhere !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2::before,
#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2::after {
	display: none !important;
	content: none !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2))::before {
	display: block !important;
	content: "POINTS" !important;
	margin: 0 0 7px !important;
	color: var(--jdb-v3-single-accent-bright) !important;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	letter-spacing: .18em !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
	margin: 0 !important;
	color: #f5f7fa !important;
	-webkit-text-fill-color: #f5f7fa !important;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif !important;
	font-size: clamp(18px, 2vw, 23px) !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	letter-spacing: .025em !important;
	word-break: auto-phrase !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title > .jdb-article-points__line {
	width: 100% !important;
	height: 1px !important;
	margin: 12px 0 0 !important;
}

#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points > .jdb-article-points__line {
	width: 100% !important;
	height: 1px !important;
	margin: 18px 0 8px !important;
}

@media (max-width: 600px) {
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
		padding: 18px 16px 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
		grid-template-columns: 46px 2px minmax(0, 1fr) !important;
		column-gap: 11px !important;
		min-height: 50px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__icon {
		width: 46px !important;
		height: 46px !important;
		font-size: 13px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__bar,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title {
		min-height: 50px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
		font-size: 17px !important;
		line-height: 1.45 !important;
	}
}


/* =========================================================
   Mobile readability refinement v1.8.2
   PC layout is intentionally left unchanged.
   ========================================================= */
@media (max-width: 767px) {
	#body_wrap.single-post.jdb-v3-single-enabled {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
		width: min(100% - 28px, 900px);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		padding-top: 30px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle::before {
		margin-bottom: 9px;
		font-size: 10px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
		font-size: clamp(26px, 7.2vw, 31px);
		line-height: 1.45;
		letter-spacing: 0;
		word-break: normal;
		line-break: strict;
		overflow-wrap: anywhere;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
		padding-bottom: 24px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__subtitle {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.8;
	}

	/* 公開日と最終更新日の重複を避け、スマホでは最終更新を優先する。 */
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta {
		grid-template-columns: minmax(104px, .75fr) minmax(0, 1.55fr);
		margin-top: 20px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:first-child {
		display: none;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div {
		min-height: 0;
		padding: 0 13px 13px;
		border-right: 1px solid #29323e;
		border-bottom: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:last-child {
		border-right: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div > span {
		margin-bottom: 9px;
		padding: 5px 8px;
		font-size: 10px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta strong {
		font-size: 13px;
		line-height: 1.65;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts > div {
		grid-template-columns: 106px minmax(0, 1fr);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dt,
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts dd {
		padding: 10px 11px;
		font-size: 13px;
		line-height: 1.7;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
		border-radius: 8px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content {
		margin-top: 26px;
		font-size: 17px !important;
		line-height: 1.95;
		letter-spacing: .01em;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content p,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content li {
		font-size: inherit;
		line-height: 1.95;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p {
		margin-bottom: 1.55em;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points) {
		padding-inline: 16px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content h3,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content h4 {
		word-break: normal;
		line-break: strict;
		overflow-wrap: anywhere;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading {
		margin: 44px 0 18px !important;
		padding: 0 0 10px 16px !important;
		font-size: 23px !important;
		line-height: 1.5 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading {
		margin: 30px 0 14px !important;
		padding-left: 13px !important;
		font-size: 19px !important;
		line-height: 1.6 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h4.wp-block-heading {
		font-size: 18px !important;
		line-height: 1.65 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content ul,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content ol {
		padding-left: 1.25em;
		line-height: 1.9;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content li + li {
		margin-top: .65em;
	}

	/* 2列の事件概要表は画面内に収め、3列以上だけ横スクロールさせる。 */
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table {
		max-width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content table,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table table {
		width: 100% !important;
		min-width: 0 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table table:has(tr > *:nth-child(3)) {
		min-width: 42rem !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table th,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table td {
		padding: 12px 11px !important;
		font-size: 15px !important;
		line-height: 1.75 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .wp-block-table th {
		width: 34%;
		min-width: 104px;
	}

	/* FAQの回答が14pxまで縮小される既存指定を上書きする。 */
	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) {
		padding: 16px 15px 16px 52px !important;
		font-size: 17px !important;
		line-height: 1.65 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading:has(+ h3.wp-block-heading):not(:has(~ h2)) ~ h3.wp-block-heading:has(+ p) + p {
		padding: 16px 15px 18px 52px !important;
		font-size: 16px !important;
		line-height: 1.9 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
		font-size: 15px !important;
		line-height: 1.85 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
		font-size: 18px !important;
	}

	/* 関連記事は縦長カードではなく、片手で流し読みできる横型にする。 */
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__item {
		display: grid !important;
		grid-template-columns: 108px minmax(0, 1fr) !important;
		min-height: 82px !important;
		align-items: center;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb {
		width: 108px !important;
		min-width: 108px !important;
		max-width: 108px !important;
		height: 56.7px !important;
		min-height: 0 !important;
		align-self: center;
		margin-block: auto !important;
		aspect-ratio: 1200 / 630 !important;
		overflow: hidden;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__thumb img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body {
		display: flex !important;
		align-items: center;
		padding: 13px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-posts__body strong {
		font-size: 14px !important;
		line-height: 1.65 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-categoryList__link,
	#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-tagList__link {
		min-height: 44px;
		padding-inline: 12px;
	}
}

@media (max-width: 420px) {
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta {
		grid-template-columns: 1fr;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div {
		border-right: 0;
		border-bottom: 1px solid #29323e;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:last-child {
		border-bottom: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts > div {
		grid-template-columns: 94px minmax(0, 1fr);
	}
}

/* =========================================================
   Mobile intro compaction v1.8.4
   Reduce the distance from the post title to the article body.
   Desktop layout and source article data remain unchanged.
   ========================================================= */
@media (max-width: 767px) {
	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		padding-top: 20px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info {
		padding-bottom: 12px;
	}

	/* The body-H1 subtitle repeats the visible SWELL title on most posts. */
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__subtitle {
		display: none;
	}

	/* Keep only a compact updated/category line above the featured image. */
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px 14px;
		margin-top: 10px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div {
		display: inline-flex;
		min-width: 0;
		min-height: 0;
		align-items: baseline;
		gap: 6px;
		padding: 0;
		border: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div:first-child {
		display: none;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta > div > span {
		margin: 0;
		padding: 0;
		background: transparent;
		color: #8f99a5;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: .04em;
		line-height: 1.5;
		white-space: nowrap;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__meta strong {
		display: inline;
		color: #cdd4dc;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.55;
	}

	/* Show only the primary category in the compact mobile header. */
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__categories > span,
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__categories > a:not(:first-of-type) {
		display: none;
	}

	/* These facts are repeated in the article's incident-overview section. */
	#body_wrap.single-post.jdb-v3-single-enabled .jdb-v3-single-record-info__facts {
		display: none;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleThumb {
		margin-top: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content {
		margin-top: 18px;
	}
}

/* ========================================
   Single Post Mobile Readability
   ======================================== */
@media (max-width: 767px) {
	#body_wrap.single-post.jdb-v3-single-enabled #main_content.l-mainContent.l-article > .l-mainContent__inner {
		width: min(100% - 32px, 900px);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle {
		margin-bottom: 18px;
		padding-top: 30px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .p-articleHead.c-postTitle .c-postTitle__ttl {
		font-size: clamp(27px, 7.2vw, 33px);
		line-height: 1.38;
		letter-spacing: .01em;
		overflow-wrap: anywhere;
		word-break: auto-phrase;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .c-postTimes {
		margin-top: 14px;
		margin-bottom: 16px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content {
		margin-top: 24px;
		font-size: 17px;
		line-height: 1.88;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p {
		margin-bottom: 1.35em;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points) {
		padding-inline: 20px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points):first-child {
		padding-top: 24px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(+ .jdb-article-points) {
		padding-bottom: 24px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content > p:has(~ .jdb-article-points):not(:has(+ .jdb-article-points)) {
		margin-bottom: 1.15em !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points {
		padding: 20px 18px 10px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head {
		grid-template-columns: 46px 2px minmax(0, 1fr) !important;
		column-gap: 11px !important;
		min-height: 50px !important;
		margin-bottom: 12px !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__head:not(:has(.jdb-article-points__bar)) {
		grid-template-columns: 46px minmax(0, 1fr) !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2))::before {
		display: none !important;
		content: none !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title h2,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__title:not(:has(h2)) .jdb-article-points__label {
		font-size: 17px !important;
		line-height: 1.45 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-article-points__list li {
		padding: 14px 0 14px 24px !important;
		font-size: 16px !important;
		line-height: 1.72 !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h2.wp-block-heading {
		margin-top: 50px !important;
		margin-bottom: 22px !important;
		font-size: clamp(25px, 6.6vw, 28px) !important;
		line-height: 1.45 !important;
		overflow-wrap: anywhere;
		word-break: auto-phrase;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content h3.wp-block-heading {
		margin-top: 34px !important;
		margin-bottom: 16px !important;
		font-size: 21px !important;
		line-height: 1.5 !important;
		overflow-wrap: anywhere;
		word-break: auto-phrase;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .faq_q,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .faq_a,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .swell-block-faq__item {
		font-size: 16px;
		line-height: 1.78;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .faq_q,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .faq_a {
		padding: 18px 16px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-library {
		padding: 24px 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-library__description {
		margin-bottom: 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-library__card {
		padding: 20px 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-books {
		padding: 24px 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-books__header {
		margin-bottom: 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-related-book {
		padding: 20px 18px;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-head-nav {
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding-right: 28px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		white-space: nowrap;
		-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 22px), rgba(0, 0, 0, .3) 100%);
		mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 22px), rgba(0, 0, 0, .3) 100%);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .jdb-head-nav::-webkit-scrollbar {
		display: none;
	}

	#body_wrap.single-post.jdb-v3-single-enabled #pagetop,
	#body_wrap.single-post.jdb-v3-single-enabled .c-fixBtn {
		right: 14px;
		bottom: calc(86px + env(safe-area-inset-bottom));
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 600px) {
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary {
		overflow: visible;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary table,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary tbody,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary tr,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary th,
	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary td {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary table {
		border-spacing: 0;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary tr {
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary th {
		padding: 13px 15px 5px !important;
		border: 0 !important;
		font-size: 15px !important;
		overflow-wrap: anywhere;
		word-break: auto-phrase;
	}

	#body_wrap.single-post.jdb-v3-single-enabled .post_content .jdb-case-summary td {
		padding: 3px 15px 15px !important;
		border: 0 !important;
		font-size: 16px !important;
		line-height: 1.75 !important;
		overflow-wrap: anywhere;
		word-break: auto-phrase;
	}
}

#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-categoryList,
#body_wrap.single-post.jdb-v3-single-enabled .p-articleFoot .c-tagList {
	display: none;
}
