.single.custom-background,
.single-post {
	background-color: #f2f5f7 !important;
	background-image: none !important;
}

.jet2-single-page {
	box-sizing: border-box;
	color: #15202b;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 1180px;
	padding: 22px 20px 48px;
}

.jet2-single-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.jet2-single-page a {
	color: #204a6a;
	text-decoration: none;
}

.jet2-single-page a:hover,
.jet2-single-page a:focus {
	color: #16374f;
	text-decoration: underline;
}

.jet2-single-layout {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.jet2-single-main,
.jet2-single-section,
.jet2-single-side-box,
.jet2-single-sources {
	background: #ffffff;
	border: 1px solid #dce4ec;
	border-radius: 8px;
}

.jet2-single-main {
	min-width: 0;
	overflow: hidden;
}

.jet2-single-header {
	padding: 26px 26px 0;
}

.jet2-single-eyebrow {
	color: #204a6a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.jet2-single-category {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #204a6a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 12px;
	padding: 6px 10px;
}

.jet2-single-category:hover,
.jet2-single-category:focus {
	background: #edf5fa;
	color: #16374f;
	text-decoration: none;
}

.jet2-single-header h1 {
	color: #15202b;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 12px;
}

.jet2-single-lead {
	color: #5c6a78;
	font-size: 16px;
	line-height: 1.85;
	margin: 0 0 14px;
}

.jet2-single-meta {
	color: #71808f;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 8px 14px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.jet2-single-hero-media {
	align-items: center;
	border-radius: 8px 8px 0 0;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 220px;
	overflow: hidden;
	text-align: center;
}

.jet2-single-hero-media--blue {
	background: linear-gradient(135deg, #204a6a, #426f8e);
}

.jet2-single-hero-media--image {
	background: #eef2f5;
}

.jet2-single-hero-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jet2-single-content {
	color: #2f3d4a;
	font-size: 16px;
	line-height: 1.95;
	padding: 26px;
}

.jet2-single-content p {
	margin: 0 0 18px;
}

.jet2-single-content h2 {
	border-bottom: 1px solid #dce4ec;
	color: #15202b;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
	margin: 30px 0 14px;
	padding-bottom: 10px;
}

.jet2-single-content h3 {
	color: #15202b;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.5;
	margin: 24px 0 10px;
}

.jet2-single-content ul,
.jet2-single-content ol {
	margin: 0 0 18px;
	padding-left: 22px;
}

.jet2-single-content li + li {
	margin-top: 4px;
}

.jet2-single-content blockquote {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	color: #5c6a78;
	margin: 22px 0;
	padding: 16px 18px;
}

.jet2-single-page-links {
	border-top: 1px solid #dce4ec;
	margin-top: 24px;
	padding-top: 16px;
}

.jet2-single-sidebar {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.jet2-single-side-box {
	padding: 18px;
}

.jet2-single-side-box h2 {
	border-bottom: 1px solid #dce4ec !important;
	color: #15202b;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.45 !important;
	margin: 0 0 12px !important;
	padding: 0 0 10px !important;
}

.jet2-single-rank-list {
	margin: 0 !important;
	padding-left: 20px !important;
}

.jet2-single-rank-list li + li {
	margin-top: 8px !important;
}

.jet2-single-rank-list li::marker {
	color: #15202b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65;
}

.jet2-single-rank-list a {
	color: #15202b;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.65 !important;
	text-decoration: none;
}

.jet2-single-category-list,
.jet2-single-profile-list {
	display: grid;
	gap: 9px;
}

.jet2-single-category-list a,
.jet2-single-profile-list a {
	background: #f5f8fb !important;
	border: 1px solid #dce4ec !important;
	border-radius: 6px !important;
	color: #15202b;
	display: block;
	padding: 11px !important;
	text-decoration: none;
}

.jet2-single-category-list a {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.jet2-single-category-list a:hover,
.jet2-single-category-list a:focus,
.jet2-single-profile-list a:hover,
.jet2-single-profile-list a:focus {
	background: #edf5fa !important;
	color: #16374f;
	text-decoration: none;
}

.jet2-single-category-list span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.jet2-single-category-list small {
	color: #5c6a78;
	font-size: 12px;
	line-height: 1.5;
	white-space: nowrap;
}

.jet2-single-profile-list strong,
.jet2-single-profile-list span {
	display: block;
}

.jet2-single-profile-list strong {
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.jet2-single-profile-list span {
	color: #5c6a78 !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	margin-top: 3px !important;
}

.jet2-single-section,
.jet2-single-sources {
	margin-top: 22px;
	padding: 22px;
}

.jet2-single-section__heading,
.jet2-single-sources .jet2-political-home__section-heading {
	align-items: center;
	border-bottom: 1px solid #dce4ec;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.jet2-single-section__heading h2,
.jet2-single-sources .jet2-political-home__label,
.jet2-single-sources .jet2-political-home__section-title {
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jet2-single-sources .jet2-political-home__label {
	color: #204a6a !important;
	text-transform: uppercase;
}

.jet2-single-sources .jet2-political-home__section-title {
	color: #204a6a !important;
	text-align: right;
}

.jet2-single-related__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jet2-single-related__grid a {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #15202b;
	display: block;
	padding: 13px;
}

.jet2-single-related__grid a:hover,
.jet2-single-related__grid a:focus {
	background: #edf5fa;
	color: #16374f;
	text-decoration: none;
}

.jet2-single-related__grid span,
.jet2-single-related__grid strong {
	display: block;
}

.jet2-single-related__grid span {
	color: #71808f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 6px;
}

.jet2-single-related__grid strong {
	font-size: 14px;
	line-height: 1.55;
}

.jet2-single-sources ul {
	margin: 0 0 12px;
	padding-left: 20px;
}

.jet2-single-sources li + li {
	margin-top: 4px;
}

.jet2-single-sources p {
	color: #5c6a78;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 900px) {
	.jet2-single-layout {
		grid-template-columns: 1fr;
	}

	.jet2-single-related__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.jet2-single-page {
		padding: 14px 12px 36px;
	}

	.jet2-single-main,
	.jet2-single-section,
	.jet2-single-side-box,
	.jet2-single-sources {
		border-radius: 6px;
		padding: 16px;
	}

	.jet2-single-header,
	.jet2-single-content {
		padding: 0;
	}

	.jet2-single-header h1 {
		font-size: 26px;
	}

	.jet2-single-hero-media {
		border-radius: 6px;
		min-height: 150px;
	}

	.jet2-single-content h2 {
		font-size: 20px;
	}

	.jet2-single-category-list a {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.jet2-single-sources .jet2-political-home__section-heading {
		align-items: flex-start;
		display: block;
	}

	.jet2-single-sources .jet2-political-home__label {
		margin-bottom: 4px;
	}

	.jet2-single-sources .jet2-political-home__section-title {
		text-align: left;
	}
}
