.postid-1806 .cps-post-main,
.fukuoka-survey {
	--fukuoka-accent: #3b4675;
	--fukuoka-accent-soft: #d7e9fd;
	--fukuoka-pale: #f7f9fd;
	--fukuoka-line: #dfe5f0;
	--fukuoka-text: #333a50;
}

.fukuoka-survey {
	margin: 38px 0;
}

.postid-1806 .cps-post-main p {
	margin-bottom: 17px !important;
	padding-bottom: 0 !important;
	color: #3d4355;
	font-size: 15px;
	line-height: 1.85;
}

.fukuoka-article-summary {
	margin: 18px 0 22px;
	padding: 13px 16px;
	border: 1px solid #e7e9ee;
	border-radius: 6px;
	background: #fbfbfc;
}

.fukuoka-article-summary > p {
	margin: 0 0 5px !important;
	color: #596176 !important;
	font-size: 14px !important;
	font-weight: 600;
}

.fukuoka-article-summary ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.fukuoka-article-summary li {
	position: relative;
	margin: 0 !important;
	padding: 7px 2px !important;
	border-top: 1px solid #eceef2;
	color: #5c6372;
	font-size: 12.5px;
	line-height: 1.7;
}

.postid-1806 .cps-post-main .fukuoka-article-summary ul li::before,
.postid-1806 .cps-post-main .fukuoka-article-summary ul li::after {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	content: none !important;
}

.fukuoka-article-summary li strong {
	margin-right: 0.25em;
	color: #4f5666;
	font-weight: 600;
}

.postid-1806 .cps-post-main h2.wp-block-heading,
.postid-1806 .cps-post-main h2 {
	margin: 42px 0 18px !important;
}

.postid-1806 .cps-post-main h3.wp-block-heading,
.postid-1806 .cps-post-main h3 {
	margin: 30px 0 14px !important;
	font-size: 20px !important;
	line-height: 1.55 !important;
	letter-spacing: 0.01em;
}

.postid-1806 .cps-post-main .faq-item h3.wp-block-heading,
.postid-1806 .cps-post-main .faq-item h3 {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	letter-spacing: normal;
}

.postid-1806 .cps-post-main .wp-block-table {
	margin-top: 15px;
	margin-bottom: 20px;
}

.fukuoka-survey__notice {
	margin: 18px 0 22px;
	padding: 15px 17px;
	border: 1px solid var(--fukuoka-accent-soft);
	border-left: 4px solid var(--fukuoka-accent);
	border-radius: 6px;
	background: var(--fukuoka-pale);
	color: var(--fukuoka-text);
}

.fukuoka-survey__notice p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px;
	line-height: 1.75;
}

.fukuoka-survey__notice p + p {
	margin-top: 5px !important;
}

.fukuoka-survey__kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0 24px;
}

.fukuoka-survey__kpi {
	display: flex;
	min-height: 116px;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	border: 1px solid var(--fukuoka-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(59, 70, 117, 0.07);
	text-align: center;
	flex-direction: column;
}

.fukuoka-survey__kpi strong {
	color: var(--fukuoka-accent);
	font-size: clamp(25px, 4vw, 34px);
	line-height: 1.15;
}

.fukuoka-survey__kpi span {
	margin-top: 7px;
	color: #606980;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.55;
}

.fukuoka-survey__chart {
	margin: 18px 0 8px;
	padding: 16px;
	border: 1px solid var(--fukuoka-line);
	border-radius: 9px;
	background: #fff;
}

.fukuoka-survey__bar {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(130px, 1.2fr) minmax(130px, 2fr) minmax(92px, auto);
	gap: 12px;
	padding: 8px 0;
	color: var(--fukuoka-text);
	font-size: 12.5px;
}

.fukuoka-survey__bar + .fukuoka-survey__bar {
	border-top: 1px solid #edf0f6;
}

.fukuoka-survey__bar span {
	font-weight: 600;
}

.fukuoka-survey__bar i {
	position: relative;
	display: block;
	height: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #edf1f7;
}

.fukuoka-survey__bar i::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--value);
	border-radius: inherit;
	background: linear-gradient(90deg, #6f83b9, var(--fukuoka-accent));
	content: "";
}

.fukuoka-survey__bar strong {
	color: var(--fukuoka-accent);
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
}

.fukuoka-price-chart {
	margin-top: 16px;
}

.fukuoka-survey__caption {
	margin: 7px 0 18px !important;
	padding: 0 !important;
	color: #747d91;
	font-size: 10.5px !important;
	line-height: 1.55 !important;
}

.fukuoka-survey__table {
	margin-bottom: 9px !important;
}

.fukuoka-survey__table figcaption {
	padding: 6px 2px 0;
	color: #747d91;
	font-size: 10.5px;
	text-align: left;
}

.fukuoka-survey__summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin: 16px 0 18px;
}

.fukuoka-survey__summary-grid > div {
	display: flex;
	min-height: 108px;
	align-items: center;
	justify-content: center;
	padding: 13px 8px;
	border: 1px solid var(--fukuoka-line);
	border-radius: 9px;
	background: var(--fukuoka-pale);
	text-align: center;
	flex-direction: column;
}

.fukuoka-survey__summary-grid strong {
	color: var(--fukuoka-accent);
	font-size: 21px;
	line-height: 1.2;
}

.fukuoka-survey__summary-grid span {
	margin-top: 7px;
	color: #606980;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.5;
}

.fukuoka-survey__cases {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin: 20px 0 14px;
}

.fukuoka-case {
	position: relative;
	overflow: hidden;
	border: 1px solid #dce3ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(50, 62, 102, 0.09);
}

.fukuoka-case::before {
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, #657aad, #a9bce4);
	content: "";
}

.fukuoka-case:nth-child(2)::before {
	background: linear-gradient(90deg, #b47778, #e3b7ae);
}

.fukuoka-case:nth-child(3)::before {
	background: linear-gradient(90deg, #728f85, #b5d0c5);
}

.fukuoka-case:nth-child(4)::before {
	background: linear-gradient(90deg, #8c759d, #cfbadb);
}

.fukuoka-case__header {
	display: grid;
	align-items: center;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	gap: 4px 12px;
	padding: 22px 20px 18px;
	background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
}

.fukuoka-case__avatar {
	display: grid;
	width: 52px;
	height: 52px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: linear-gradient(145deg, #697cae, #3b4675);
	box-shadow: 0 3px 10px rgba(59, 70, 117, 0.2);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	grid-row: 1 / 3;
	letter-spacing: 0.05em;
	place-items: center;
}

.fukuoka-case__identity {
	min-width: 0;
}

.fukuoka-case__identity strong {
	display: block;
	color: #39435c;
	font-size: 14px;
	line-height: 1.35;
}

.fukuoka-case__identity small {
	display: block;
	margin-top: 3px;
	color: #778095;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
}

.fukuoka-case__number {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--fukuoka-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	grid-column: 3;
	grid-row: 1;
}

.fukuoka-case__topic {
	margin: 7px 0 0 !important;
	padding: 10px 0 0 !important;
	border-top: 1px solid #e5e9f1;
	color: #30394f;
	font-size: 17px !important;
	font-weight: 700;
	grid-column: 2 / 4;
	line-height: 1.45 !important;
}

.fukuoka-case__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 20px 15px;
}

.fukuoka-case__tags span {
	padding: 5px 8px;
	border: 1px solid #dce4f1;
	border-radius: 6px;
	background: #f8faff;
	color: #58647c;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.3;
}

.fukuoka-case__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 20px;
	border: 1px solid #e1e6ef;
	border-radius: 10px;
	background: #fff;
}

.fukuoka-case__facts > div {
	min-width: 0;
	padding: 11px 12px;
}

.fukuoka-case__facts > div + div {
	border-left: 1px solid #e8ecf3;
}

.fukuoka-case__facts dt {
	margin-bottom: 4px;
	color: #7a8396;
	font-size: 9.5px;
	font-weight: 600;
	line-height: 1.35;
}

.fukuoka-case__facts dd {
	margin: 0;
	color: #3c455b;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	word-break: break-word;
}

.fukuoka-case__facts dd strong {
	color: var(--fukuoka-accent);
	font-size: 13px;
}

.fukuoka-case__key,
.fukuoka-case__caution {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 14px 20px 0;
	padding: 11px 12px;
	border-radius: 9px;
	background: #eef3fb;
}

.fukuoka-case__key span,
.fukuoka-case__caution span {
	color: #6d778d;
	font-size: 9.5px;
	font-weight: 600;
}

.fukuoka-case__key strong,
.fukuoka-case__caution strong {
	color: #35466d;
	font-size: 11.5px;
	line-height: 1.45;
	text-align: right;
}

.fukuoka-case__caution {
	margin-bottom: 20px;
	background: #fff4ed;
}

.fukuoka-case__caution strong {
	color: #8a5546;
}

.fukuoka-case__voice {
	position: relative;
	margin: 10px 20px 20px !important;
	padding: 17px 19px !important;
	border: 1px solid #e7eaf1;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 5px 16px rgba(50, 62, 102, 0.06);
	color: #3f495f !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.9 !important;
}

.fukuoka-case__voice::before,
.fukuoka-case__voice::after {
	display: none !important;
	content: none !important;
}

.fukuoka-case__voice--lead {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	padding: 17px 19px !important;
	background: #fff !important;
	color: #3f495f !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.9 !important;
}

.fukuoka-case__voice--lead::before {
	display: none !important;
}

.fukuoka-survey__reflection {
	margin: 22px 0 26px;
	padding: 18px 19px;
	border-radius: 10px;
	background: var(--fukuoka-accent);
	color: #fff;
}

.fukuoka-survey__reflection h3 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 16px !important;
}

.fukuoka-survey__reflection ul {
	margin: 0 !important;
	padding: 0 0 0 1.3em !important;
}

.fukuoka-survey__reflection li {
	margin: 5px 0 !important;
	color: #fff;
	font-size: 13px;
	line-height: 1.65;
}

.fukuoka-survey__voices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0 8px;
}

.fukuoka-survey__voices blockquote {
	margin: 0;
	padding: 17px;
	border: 1px solid var(--fukuoka-line);
	border-radius: 9px;
	background: #fff;
	color: var(--fukuoka-text);
}

.fukuoka-survey__voices blockquote p {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-size: 13px;
	line-height: 1.75;
}

.fukuoka-survey__voices cite {
	color: #747d91;
	font-size: 10.5px;
	font-style: normal;
}

.fukuoka-survey__method {
	margin-top: 25px;
	padding: 17px 18px;
	border-top: 3px solid var(--fukuoka-accent-soft);
	background: var(--fukuoka-pale);
}

.fukuoka-survey__method > p {
	margin: 0 0 9px !important;
	padding: 0 !important;
}

.fukuoka-survey__method dl {
	margin: 0;
}

.fukuoka-survey__method dl div {
	display: grid;
	grid-template-columns: 85px 1fr;
	gap: 10px;
	padding: 5px 0;
	font-size: 11.5px;
	line-height: 1.6;
}

.fukuoka-survey__method dt {
	color: var(--fukuoka-accent);
	font-weight: 700;
}

.fukuoka-survey__method dd {
	margin: 0;
	color: #596176;
}

@media (max-width: 767px) {
	.fukuoka-article-summary {
		padding: 12px 13px;
	}

	.fukuoka-article-summary > p {
		font-size: 13.5px !important;
	}

	.fukuoka-article-summary li {
		padding-left: 2px !important;
		font-size: 12px;
	}

	.postid-1806 .cps-post-main p {
		margin-bottom: 15px !important;
		font-size: 14px;
		line-height: 1.78;
	}

	.postid-1806 .cps-post-main h2.wp-block-heading,
	.postid-1806 .cps-post-main h2 {
		margin: 35px 0 15px !important;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.postid-1806 .cps-post-main h3.wp-block-heading,
	.postid-1806 .cps-post-main h3 {
		margin: 25px 0 12px !important;
		font-size: 17px !important;
		line-height: 1.55 !important;
	}

	.postid-1806 .cps-post-main .faq-item h3.wp-block-heading,
	.postid-1806 .cps-post-main .faq-item h3 {
		margin: 0 !important;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.fukuoka-survey {
		margin-top: 28px;
	}

	.fukuoka-survey__kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.fukuoka-survey__kpi {
		min-height: 100px;
		padding: 12px 8px;
	}

	.fukuoka-survey__kpi:first-child {
		min-height: 72px;
		grid-column: 1 / -1;
		flex-direction: row;
		gap: 11px;
	}

	.fukuoka-survey__kpi strong {
		font-size: 25px;
	}

	.fukuoka-survey__kpi:first-child strong {
		font-size: 29px;
	}

	.fukuoka-survey__kpi span {
		margin-top: 6px;
		font-size: 10.5px;
		line-height: 1.45;
	}

	.fukuoka-survey__kpi:first-child span {
		margin-top: 0;
	}

	.fukuoka-survey__chart {
		padding: 12px;
	}

	.fukuoka-survey__bar {
		grid-template-columns: 1fr auto;
		gap: 5px 9px;
	}

	.fukuoka-survey__bar i {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.fukuoka-survey__bar strong {
		grid-column: 2;
		grid-row: 1;
	}

	.fukuoka-survey__voices {
		grid-template-columns: 1fr;
	}

	.fukuoka-survey__summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.fukuoka-survey__summary-grid > div {
		min-height: 98px;
	}

	.fukuoka-survey__summary-grid strong {
		font-size: 22px;
	}

	.fukuoka-survey__cases {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.fukuoka-case__header {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		gap: 4px 9px;
		padding: 18px 15px 15px;
	}

	.fukuoka-case__avatar {
		width: 44px;
		height: 44px;
		font-size: 10px;
	}

	.fukuoka-case__identity strong {
		font-size: 13px;
	}

	.fukuoka-case__identity small {
		font-size: 10px;
	}

	.fukuoka-case__number {
		padding: 4px 7px;
		font-size: 9px;
	}

	.fukuoka-case__topic {
		font-size: 15px !important;
		grid-column: 1 / 4;
	}

	.fukuoka-case__tags {
		padding: 0 16px 13px;
	}

	.fukuoka-case__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-right: 16px;
		margin-left: 16px;
	}

	.fukuoka-case__facts > div + div {
		border-left: 0;
	}

	.fukuoka-case__facts > div:nth-child(even) {
		border-left: 1px solid #e8ecf3;
	}

	.fukuoka-case__facts > div:nth-child(n+3) {
		border-top: 1px solid #e8ecf3;
	}

	.fukuoka-case__key,
	.fukuoka-case__caution,
	.fukuoka-case__voice {
		margin-right: 16px;
		margin-left: 16px;
	}

	.fukuoka-case__voice,
	.fukuoka-case__voice--lead {
		padding: 14px 15px !important;
		font-size: 14px !important;
		line-height: 1.85 !important;
	}

	.fukuoka-survey__method dl div {
		grid-template-columns: 72px 1fr;
	}

	.fukuoka-survey__table table {
		font-size: 11.5px !important;
		line-height: 1.55 !important;
	}

	.fukuoka-survey__table th,
	.fukuoka-survey__table td {
		min-width: 108px !important;
		padding: 8px 9px !important;
	}
}
