/* Navitto LP — カスタムCSS（ここにスタイルを追加） */

/* Solution 内カード — セクションに付与した .solution 基準（wp-elements の変化に影響されない） */
.post_content .swell-block-fullWide.solution .wp-block-group.has-swl-deep-02-color.has-swl-deep-03-background-color {
	border-radius: 10px;
}

/* ヒーロー（.hero）: padding-top のみ SP/PC とも 0 */
.post_content .swell-block-fullWide.hero {
	padding-top: 0 !important;
}

/* ヒーロー見出し: 最小 20px〜最大 2.4em、間は vw でスケール */
.post_content .swell-block-fullWide.hero h3.wp-block-heading.is-style-section_ttl {
}

/* セクションタイトル共通（is-style-section_ttl）— H2 / H3 で上限を分ける。インライン font-size を上書き */
.post_content h2.wp-block-heading.is-style-section_ttl {
}

.post_content h3.wp-block-heading.is-style-section_ttl {
}

/* 大きめの訴求 H3（白文字ラップなど）— 通常の H3 上限より大きく */
.post_content h3.wp-block-heading.is-style-section_ttl:has(.has-white-color) {
}

/* 白背景の文字色（SWELL --color_main 相当） */
.post_content .has-white-background-color {
	color: #1a2b33 !important;
}

@media (min-width: 960px) {
	.post_content .swell-block-fullWide.solution .wp-block-group.has-swl-deep-02-color.has-swl-deep-03-background-color {
		padding: 60px;
	}
}

/* Compatibility — Figma「Ae」(node 1:654)。見出し（H2 / mininote）はブロック設定のまま */
.post_content .swell-block-fullWide.compatibility {
	background-color: #fff !important;
}

.post_content .swell-block-fullWide.compatibility h2.is-style-section_ttl + p {
	line-height: 1.5;
	color: #1a2b33 !important;
	max-width: 37.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

.post_content .swell-block-fullWide.compatibility .swell-block-fullWide__inner > p.has-text-align-center:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 0.1rem;
	margin-bottom: 2.5rem;
}

.post_content .swell-block-fullWide.compatibility .swell-block-fullWide__inner > p.has-text-align-center:nth-of-type(2) .swl-inline-btn.is-style-btn_normal.blue_ > a {
	background-color: #f1efea !important;
	color: #1a2b33 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 9999px !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

.post_content .swell-block-fullWide.compatibility .wp-block-group.has-swl-deep-03-background-color.has-background {
	background-color: #f1efea !important;
	border-radius: 10px;
	padding: 2rem 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 960px) {
	.post_content .swell-block-fullWide.compatibility .wp-block-group.has-swl-deep-03-background-color.has-background {
		padding: 2rem 2rem;
	}
}

.post_content .swell-block-fullWide.compatibility .wp-block-group.has-swl-deep-03-background-color .wp-block-group__inner-container > p.has-text-align-center:first-of-type {
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: rgba(26, 43, 51, 0.6) !important;
	margin-bottom: 1rem !important;
}

.post_content .swell-block-fullWide.compatibility .wp-block-group.has-swl-deep-03-background-color .wp-block-group__inner-container > p.has-text-align-center:last-of-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 0.1rem;
	margin-bottom: 0 !important;
}

.post_content .swell-block-fullWide.compatibility .wp-block-group.has-swl-deep-03-background-color .swl-inline-btn.is-style-btn_normal.blue_ > a {
	background-color: #fff !important;
	color: #1a2b33 !important;
	border: none !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
	border-radius: 6px !important;
	padding: 8px 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

/* Price セクション比較テーブル — 罫線 #e8e8e8 / PROヘッダー #1a2b33・白文字 / tbody 背景は列とも #fff、PRO本文の文字 #1a2b33 */
.post_content .swell-block-fullWide.price figure.wp-block-table {
	display: block;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	background: #fff;
}

.post_content .swell-block-fullWide.price .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
	max-width: none;
	margin: 0;
	border: none;
}

.post_content .swell-block-fullWide.price .wp-block-table thead {
	border-bottom: none;
}

.post_content .swell-block-fullWide.price .wp-block-table th,
.post_content .swell-block-fullWide.price .wp-block-table td {
	border: 1px solid #e8e8e8;
	padding: 16px;
	line-height: 1.5;
	color: #1a2b33;
	vertical-align: middle;
	box-sizing: border-box;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th {
	font-weight: 700;
	min-height: 54px;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th:first-child {
	width: 40%;
	text-align: left;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th:nth-child(2) {
	width: 30%;
	text-align: center;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th:nth-child(3) {
	width: 30%;
	text-align: center;
	background-color: #1a2b33 !important;
	color: #fff !important;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th:nth-child(3) .swl-inline-color,
.post_content .swell-block-fullWide.price .wp-block-table thead th:nth-child(3) .swl-cell-text-centered {
	color: #fff !important;
}

.post_content .swell-block-fullWide.price .wp-block-table thead th:nth-child(3) .swl-cell-bg {
	background-color: #1a2b33 !important;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td {
	background-color: #fff !important;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td:first-child {
	text-align: left;
	font-weight: 400;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(2) {
	text-align: center;
}

/* PRO列・本文: 地は tbody 共通 #fff・文字 #1a2b33。アイコンは白丸・記号 #1a2b33（セル地はそのまま） */
.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(3) {
	text-align: center;
	color: #1a2b33 !important;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(3) .swl-inline-color,
.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(3) .swl-cell-text-centered {
	color: #1a2b33 !important;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(3) .swl-cell-bg[data-icon-type="bg"] {
	background-color: #fff !important;
	border-radius: 50%;
	color: #1a2b33 !important;
}

.post_content .swell-block-fullWide.price .wp-block-table tbody td:nth-child(3) .swl-cell-bg.has-swl-pale-02-background-color:not([data-icon-type="bg"]) {
	background-color: transparent !important;
}

@media (max-width: 782px) {
	.post_content .swell-block-fullWide.price .wp-block-table th,
	.post_content .swell-block-fullWide.price .wp-block-table td {
		padding: 12px 10px;
	}
}

/* Price 料金カード2列 — Figma Container116（node 1:494）。比較表の直後のカラムのみ対象 */
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-columns__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: stretch;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column {
	flex: 1 1 280px;
	min-width: 0;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column .wp-block-group {
	height: 100%;
	box-sizing: border-box;
	padding: 42px 40px 40px;
	border-radius: 10px;
}

/* 無料版カード（文字・バッジ・CTA はテーマのメインカラー var(--color_main)） */
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .wp-block-group.has-white-background-color {
	border: 1px solid #e8e8e8;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	background-color: #fff !important;
	color: var(--color_main);
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ {
	cursor: default;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ > a {
	background: color-mix(in srgb, var(--color_main) 10%, #fff) !important;
	color: var(--color_main) !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 9999px !important;
	padding: 4px 12px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	cursor: default !important;
	pointer-events: none;
	text-decoration: none !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ > a:hover,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ > a:focus,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ > a:focus-visible,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swl-inline-btn.is-style-btn_normal.blue_ > a:active {
	background: color-mix(in srgb, var(--color_main) 10%, #fff) !important;
	color: var(--color_main) !important;
	opacity: 1 !important;
	filter: none !important;
	text-decoration: none !important;
	outline: none !important;
	transform: none !important;
	box-shadow: none !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .has-text-align-center .swl-inline-color {
	color: var(--color_main) !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .has-text-align-center strong .swl-fz {
	font-weight: 900 !important;
	line-height: 1.5 !important;
	color: var(--color_main) !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(1) .swell-block-button .swell-block-button__link {
	background-color: var(--color_main) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 30px !important;
	min-height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500 !important;
	width: 100%;
	box-sizing: border-box;
}

/* PRO カード */
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .wp-block-group.has-white-background-color {
	position: relative;
	overflow: hidden;
	background-color: #1a2b33 !important;
	color: #fff !important;
	border: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	opacity: 1;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .wp-block-group.has-white-background-color::before {
	content: "RECOMMENDED";
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 16px;
	background: #fff;
	color: #1a2b33;
	border: none;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 0 0 0 10px;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ {
	cursor: default;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ > a {
	background: color-mix(in srgb, #fff 12%, #1a2b33) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 9999px !important;
	padding: 4px 12px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	cursor: default !important;
	pointer-events: none;
	text-decoration: none !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ > a:hover,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ > a:focus,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ > a:focus-visible,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swl-inline-btn.is-style-btn_normal.red_ > a:active {
	background: color-mix(in srgb, #fff 12%, #1a2b33) !important;
	color: #fff !important;
	opacity: 1 !important;
	filter: none !important;
	text-decoration: none !important;
	outline: none !important;
	transform: none !important;
	box-shadow: none !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .has-text-align-center .swl-inline-color {
	color: #fff !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .has-text-align-center strong,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .has-text-align-center strong .swl-fz,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .has-text-align-center .swl-inline-color strong,
.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .has-text-align-center .swl-inline-color strong .swl-fz {
	font-weight: 900 !important;
	line-height: 1.5 !important;
	color: #fff !important;
}

.post_content .swell-block-fullWide.price figure.wp-block-table + .swell-block-columns .swell-block-column:nth-child(2) .swell-block-button .swell-block-button__link {
	background-color: #fff !important;
	color: #1a2b33 !important;
	border: none !important;
	border-radius: 30px !important;
	min-height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	width: 100%;
	box-sizing: border-box;
}

/* Developer セクション — Figma node 140:2815 ベース */
.post_content .swell-block-fullWide.developer {
	background-color: #f1efea !important;
}

.post_content .swell-block-fullWide.developer > .swell-block-fullWide__inner {
	max-width: 960px;
	margin: 0 auto;
}

.post_content .swell-block-fullWide.developer > .swell-block-fullWide__inner > .wp-block-group.has-background {
	background: #fff !important;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.post_content .swell-block-fullWide.developer .wp-block-group__inner-container {
	padding: 60px;
}

.post_content .swell-block-fullWide.developer .wp-block-columns {
	align-items: flex-start;
	gap: 48px;
}

.post_content .swell-block-fullWide.developer .wp-block-column:first-child {
	flex: 0 0 120px;
	max-width: 120px;
	margin: 0;
}

.post_content .swell-block-fullWide.developer .wp-block-image {
	margin: 0;
}

.post_content .swell-block-fullWide.developer .wp-block-image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ddd;
}

.post_content .swell-block-fullWide.developer .wp-block-column:last-child p {
	margin: 0 0 14px;
	color: #1a2b33;
	line-height: 1.86;
}

.post_content .swell-block-fullWide.developer .wp-block-column:last-child p:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 6px;
	margin-bottom: 0;
	font-weight: 700;
}

.post_content .swell-block-fullWide.developer .developer-social-links.c-iconList {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.post_content .swell-block-fullWide.developer .developer-social-links.c-iconList .c-iconList__item {
	margin: 0;
}

.post_content .swell-block-fullWide.developer .developer-social-links.c-iconList .c-iconList__link {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: #1a2b33;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.post_content .swell-block-fullWide.developer .developer-social-links.c-iconList .c-iconList__link .c-iconList__icon {
	line-height: 1;
}

@media (max-width: 959px) {
	.post_content .swell-block-fullWide.developer .wp-block-group__inner-container {
		padding: 28px 20px;
	}

	.post_content .swell-block-fullWide.developer .wp-block-columns {
		display: block;
	}

	.post_content .swell-block-fullWide.developer .wp-block-column:first-child {
		max-width: none;
		text-align: center;
		margin: 0 0 20px;
		padding-bottom: 16px;
	}

	.post_content .swell-block-fullWide.developer .wp-block-image img {
		margin: 0 auto;
	}

	.post_content .swell-block-fullWide.developer .wp-block-image {
		margin-bottom: 16px !important;
	}

	.post_content .swell-block-fullWide.developer .developer-social-links {
		display: inline-flex;
		margin-left: 0;
		margin-top: 10px;
	}
}
