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

.jet2-category-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-category-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

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

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

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

.jet2-category-hero {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	padding: 26px;
}

.jet2-category-hero__content {
	min-width: 0;
}

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

.jet2-category-hero h1,
.jet2-category-section h2,
.jet2-category-post h3,
.jet2-category-side-box h2 {
	color: #15202b;
	font-weight: 800;
	margin-top: 0;
}

.jet2-category-hero h1 {
	font-size: 32px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.jet2-category-hero p,
.jet2-category-hero__description,
.jet2-category-hero__description p {
	color: #5c6a78;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	max-width: 740px;
}

.jet2-category-hero__stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
}

.jet2-category-hero__stats span {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #5c6a78;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	min-height: 62px;
	padding: 10px 12px;
}

.jet2-category-hero__stats strong {
	color: #15202b;
	display: block;
	font-size: 18px;
	line-height: 1.3;
}

.jet2-category-search {
	align-self: start;
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	margin: 0;
	padding: 18px;
}

.jet2-category-search label {
	color: #15202b;
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 8px;
}

.jet2-category-search__row {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.jet2-category-search input[type="search"] {
	background: #ffffff;
	border: 1px solid #c8d3de;
	border-radius: 6px;
	color: #15202b;
	font-size: 15px;
	line-height: 1.5;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

.jet2-category-search button {
	background: #204a6a;
	border: 1px solid #204a6a;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 42px;
	padding: 9px 15px;
}

.jet2-category-search button:hover,
.jet2-category-search button:focus {
	background: #16374f;
}

.jet2-category-search p {
	color: #5c6a78;
	font-size: 13px;
	line-height: 1.6;
	margin: 10px 0 0;
}

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

.jet2-category-section {
	padding: 22px;
}

.jet2-category-section__heading {
	align-items: flex-end;
	border-bottom: 1px solid #dce4ec;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.jet2-category-section__heading h2 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}

.jet2-category-sort {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #204a6a;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	padding: 6px 10px;
	white-space: nowrap;
}

.jet2-category-post-list {
	display: grid;
	gap: 14px;
}

.jet2-category-post {
	background: #ffffff;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
}

.jet2-category-post--lead {
	grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
}

.jet2-category-post__media {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 156px;
	overflow: hidden;
	text-align: center;
}

.jet2-category-post:not(.jet2-category-post--lead) .jet2-category-post__media {
	min-height: 132px;
}

.jet2-category-post__media--image {
	background: #eef2f5;
}

.jet2-category-post__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jet2-category-post__media--blue {
	background: linear-gradient(135deg, #204a6a, #4f7fb8);
}

.jet2-category-post__media--gray {
	background: linear-gradient(135deg, #4b5a67, #7d8b98);
}

.jet2-category-post__media--green {
	background: linear-gradient(135deg, #2f6b57, #5e927d);
}

.jet2-category-post__media--red {
	background: linear-gradient(135deg, #8a3d3d, #b16767);
}

.jet2-category-post__body {
	min-width: 0;
	padding: 16px;
}

.jet2-category-meta {
	color: #71808f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 6px;
}

.jet2-category-post h3 {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.jet2-category-post h3 a {
	color: #15202b;
	text-decoration: none;
}

.jet2-category-post h3 a:hover,
.jet2-category-post h3 a:focus {
	color: #16374f;
	text-decoration: underline;
}

.jet2-category-post__body p:not(.jet2-category-meta) {
	color: #5c6a78;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 10px;
}

.jet2-category-read-more {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.jet2-category-ad,
.jet2-category-empty {
	background: #f7f9fb;
	border: 1px dashed #dce4ec;
	border-radius: 8px;
	color: #5c6a78;
	min-height: 132px;
	padding: 18px;
}

.jet2-category-ad span {
	color: #7d8b98;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.jet2-category-ad strong {
	color: #15202b;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.jet2-category-ad p,
.jet2-category-empty p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

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

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

.jet2-category-side-box h2 {
	border-bottom: 1px solid #dce4ec;
	font-size: 17px;
	line-height: 1.45;
	margin: 0 0 12px;
	padding-bottom: 10px;
}

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

.jet2-category-link-list a {
	align-items: center;
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #15202b;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 11px;
	text-decoration: none;
}

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

.jet2-category-link-list span {
	font-weight: 800;
	line-height: 1.5;
}

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

.jet2-category-rank-list {
	margin: 0;
	padding-left: 20px;
}

.jet2-category-rank-list li + li {
	margin-top: 8px;
}

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

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

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

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

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

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

.jet2-category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jet2-category-filter h2 {
	flex: 0 0 100%;
}

.jet2-category-filter a {
	background: #f5f8fb;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	color: #204a6a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	padding: 6px 9px;
}

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

.jet2-category-sidebar .jet2-category-link-list a,
.jet2-category-sidebar .jet2-category-profile-list a {
	background: #f5f8fb !important;
	border: 1px solid #dce4ec !important;
	border-radius: 6px !important;
	color: #15202b !important;
	padding: 11px !important;
}

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

.jet2-category-sidebar .jet2-category-link-list span {
	color: #15202b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.jet2-category-sidebar .jet2-category-link-list small {
	color: #5c6a78 !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

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

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

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

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

.jet2-category-sidebar .jet2-category-profile-list strong {
	color: #15202b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

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

.jet2-category-footer,
.jet2-category-sources {
	background: #ffffff;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	margin-top: 22px;
	padding: 22px;
}

.jet2-category-sources .jet2-category-section__heading {
	align-items: center;
}

.jet2-category-sources .jet2-category-eyebrow,
.jet2-category-sources h2 {
	color: #204a6a !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.jet2-category-sources h2 {
	text-align: right;
}

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

.jet2-category-footer li + li,
.jet2-category-sources li + li {
	margin-top: 4px;
}

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

.jet2-category-pagination {
	margin-top: 18px;
}

.jet2-category-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jet2-category-pagination a,
.jet2-category-pagination span {
	background: #ffffff;
	border: 1px solid #dce4ec;
	border-radius: 6px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	padding: 7px 10px;
}

.jet2-category-pagination .current {
	background: #204a6a;
	border-color: #204a6a;
	color: #ffffff;
}

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

	.jet2-category-post,
	.jet2-category-post--lead {
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

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

	.jet2-category-hero,
	.jet2-category-section,
	.jet2-category-side-box {
		border-radius: 6px;
		padding: 16px;
	}

	.jet2-category-hero h1 {
		font-size: 25px;
	}

	.jet2-category-search__row,
	.jet2-category-hero__stats,
	.jet2-category-post,
	.jet2-category-post--lead {
		grid-template-columns: 1fr;
	}

	.jet2-category-post__media,
	.jet2-category-post:not(.jet2-category-post--lead) .jet2-category-post__media {
		min-height: 116px;
	}

	.jet2-category-section__heading {
		align-items: flex-start;
	}

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