﻿body.home {
	--ld-brand: #1f3a7a;
	--ld-brand-dark: #16345f;
	--ld-brand-soft: #eef4fb;
	--ld-text: #22313f;
	--ld-muted: #3f5062;
	--ld-border: #d8e2ef;
	--ld-shadow: 0 18px 40px rgba(17, 42, 99, 0.12);
	background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 24%, #f6f8fc 100%);
	color: var(--ld-text);
	font-family: "Yu Gothic UI", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", sans-serif;
}

body.legaldesk-lp-clone .page-header {
	display: none;
}

body.home p,
body.home li,
body.home td,
body.home th,
body.home .global-nav-name,
body.home .wp-block-table td,
body.home .wp-block-table th,
body.legaldesk-mints-page .global-nav-name {
	font-size: 1.06rem;
	letter-spacing: 0.02em !important;
	line-height: 1.9;
	color: var(--ld-muted);
}

body.home h2.wp-block-heading,
body.home h3.wp-block-heading,
body.home h4.wp-block-heading,
body.home .page-header-subtext,
body.home h1.page-header-title {
	letter-spacing: 0.03em !important;
	line-height: 1.45;
	color: var(--ld-brand-dark);
	font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	font-weight: 700;
}

body.home h2.wp-block-heading {
	font-size: clamp(1.9rem, 2.6vw, 2.8rem) !important;
}

body.home h3.wp-block-heading {
	font-size: clamp(1.55rem, 2.1vw, 2.15rem) !important;
}

body.home h3.wp-block-heading.wp-elements-d6d1f200ca1ce954fdb24ba7cfac2f10 {
	font-size: 1.8rem !important;
	line-height: 1.4 !important;
}

body.home h4.wp-block-heading {
	font-size: clamp(1.25rem, 1.65vw, 1.6rem) !important;
}

body.legaldesk-mints-page {
	--ld-brand: #1f3a7a;
	--ld-brand-dark: #16345f;
	--ld-brand-soft: #eef4fb;
	--ld-text: #22313f;
	--ld-muted: #3f5062;
	--ld-border: #d8e2ef;
	--ld-shadow: 0 22px 48px rgba(17, 42, 99, 0.12);
	background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 18%, #f6f8fc 100%);
	color: var(--ld-text);
	font-family: "Yu Gothic UI", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", sans-serif;
}

body.legaldesk-mints-page .site-header.site-header--layout--nav-float {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--ld-border);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.legaldesk-mints-page .site-header-logo img {
	max-height: 42px;
	width: auto;
}

body.legaldesk-mints-page .global-nav-list > li > a {
	font-size: 1.06rem;
	font-weight: 700;
	color: var(--ld-brand-dark);
}

body.legaldesk-mints-page .page-header {
	margin: 0;
	padding: 56px 20px 24px;
	background: linear-gradient(180deg, rgba(238, 244, 251, 0.9), rgba(255, 255, 255, 0.98));
	border-bottom: 1px solid rgba(216, 226, 239, 0.82);
	text-align: center;
}

body.legaldesk-mints-page .page-header-title {
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.3;
	letter-spacing: 0.03em;
	color: var(--ld-brand-dark);
	font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	font-weight: 700;
}

body.legaldesk-mints-page .breadcrumb {
	max-width: 1120px;
	margin: 18px auto 0;
	padding: 0 24px;
	color: var(--ld-muted);
	font-size: 0.95rem;
	letter-spacing: 0.02em;
}

body.legaldesk-mints-page .breadcrumb a {
	color: var(--ld-brand-dark);
	font-weight: 600;
}

body.legaldesk-mints-page .entry-body {
	max-width: 1160px;
	margin: 0 auto 88px;
	padding: 22px 20px 0;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer {
	margin-bottom: 32px;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container {
	padding: 42px 48px 46px;
	border-radius: 30px;
	border: 1px solid rgba(216, 226, 239, 0.9);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95));
	box-shadow: var(--ld-shadow);
	position: relative;
	overflow: hidden;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
	pointer-events: none;
}

body.legaldesk-mints-page .entry-body p,
body.legaldesk-mints-page .entry-body li,
body.legaldesk-mints-page .entry-body td,
body.legaldesk-mints-page .entry-body th {
	font-size: 1.03rem;
	letter-spacing: 0.02em !important;
	line-height: 1.9;
	color: var(--ld-muted);
}

body.legaldesk-mints-page .entry-body strong {
	color: var(--ld-text);
	font-weight: 700;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container > .wp-block-group > h5.is-style-vk-heading-plain,
body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container > h5.is-style-vk-heading-plain {
	margin-bottom: 0.6rem !important;
	font-size: 0.98rem !important;
	line-height: 1.6;
	letter-spacing: 0.14em !important;
	color: #4b6785;
	font-weight: 700;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container:not(:has(h3.wp-block-heading)) > .wp-block-group > h5.is-style-vk-heading-plain:first-of-type,
body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container:not(:has(h3.wp-block-heading)) > h5.is-style-vk-heading-plain:first-of-type {
	margin-bottom: 1rem !important;
	font-size: clamp(1.45rem, 1.9vw, 1.8rem) !important;
	line-height: 1.45;
	letter-spacing: 0.03em !important;
	color: var(--ld-brand-dark);
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer h3.wp-block-heading {
	font-size: clamp(1.6rem, 2.2vw, 2.18rem) !important;
	line-height: 1.35;
	letter-spacing: 0.03em !important;
	color: var(--ld-brand-dark);
	font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	font-weight: 700;
}

body.legaldesk-mints-page .entry-body .is-style-vk-heading-solid_black {
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.7rem 1rem;
	border-radius: 14px;
	background: var(--ld-brand-soft);
	border-left: 4px solid rgba(31, 58, 122, 0.78);
	font-size: 1rem !important;
	line-height: 1.55;
	color: var(--ld-brand-dark);
}

body.legaldesk-mints-page .entry-body .wp-block-columns {
	align-items: flex-start;
	gap: 32px;
}

body.legaldesk-mints-page .entry-body .wp-block-column.is-vertically-aligned-center {
	align-self: auto;
}

body.legaldesk-mints-page .entry-body .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	border: 1px solid rgba(216, 226, 239, 0.94);
	box-shadow: 0 22px 40px rgba(14, 34, 66, 0.14);
	background: #fff;
}

body.legaldesk-mints-page .entry-body .wp-block-list {
	margin: 0;
	padding-left: 1.25rem;
}

body.legaldesk-mints-page .entry-body .wp-block-list li {
	margin-bottom: 0.95rem;
}

body.legaldesk-mints-page .entry-body .is-style-vk-triangle-mark li {
	color: var(--ld-text);
	font-weight: 500;
}

body.legaldesk-mints-page .entry-body .wp-block-list:not(.is-style-vk-triangle-mark) {
	padding-left: 0;
	list-style: none;
}

body.legaldesk-mints-page .entry-body .wp-block-list:not(.is-style-vk-triangle-mark) li {
	padding: 1rem 1.1rem;
	border-radius: 18px;
	border: 1px solid rgba(216, 226, 239, 0.9);
	background: rgba(238, 244, 251, 0.82);
	box-shadow: 0 10px 22px rgba(17, 42, 99, 0.06);
	list-style: none;
	color: var(--ld-text);
	font-weight: 500;
}

body.legaldesk-mints-page .entry-body .wp-block-columns .wp-block-column > .wp-block-group {
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(216, 226, 239, 0.9);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 28px rgba(17, 42, 99, 0.07);
}

body.legaldesk-mints-page .entry-body .wp-block-columns .wp-block-column > .wp-block-group .is-style-vk-heading-solid_bottomborder_black {
	font-size: 1.12rem !important;
	line-height: 1.5;
	padding-bottom: 0.55rem;
	border-bottom: 2px solid rgba(31, 58, 122, 0.18);
	color: var(--ld-brand-dark);
}

body.legaldesk-mints-page .entry-body .wp-block-columns .wp-block-column > .wp-block-group h5.is-style-vk-heading-plain {
	font-size: 1.14rem !important;
	line-height: 1.65;
	letter-spacing: 0.02em !important;
	color: var(--ld-text);
	font-weight: 700;
}

body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer:last-child > div > .vk_outer_container > .wp-block-group > h5.is-style-vk-heading-plain:last-child {
	margin-top: 1.8rem !important;
	font-size: 1.35rem !important;
	line-height: 1.55;
	letter-spacing: 0.03em !important;
	color: var(--ld-brand-dark);
}

@media (max-width: 991.98px) {
	body.legaldesk-mints-page .page-header {
		padding: 44px 16px 18px;
	}

	body.legaldesk-mints-page .page-header-title {
		font-size: clamp(1.8rem, 6.5vw, 2.35rem);
	}

	body.legaldesk-mints-page .breadcrumb {
		padding: 0 18px;
	}

	body.legaldesk-mints-page .entry-body {
		margin-bottom: 56px;
		padding: 16px 14px 0;
	}

	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer {
		margin-bottom: 24px;
	}

	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container {
		padding: 30px 22px 32px;
		border-radius: 24px;
	}

	body.legaldesk-mints-page .entry-body .wp-block-columns {
		gap: 20px;
	}

	body.legaldesk-mints-page .entry-body .wp-block-columns .wp-block-column > .wp-block-group {
		padding: 16px;
		border-radius: 18px;
	}

	body.legaldesk-mints-page .entry-body .wp-block-image img {
		border-radius: 18px;
	}

	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container > .wp-block-group > h5.is-style-vk-heading-plain,
	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container > h5.is-style-vk-heading-plain {
		font-size: 0.92rem !important;
		letter-spacing: 0.08em !important;
	}

	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container:not(:has(h3.wp-block-heading)) > .wp-block-group > h5.is-style-vk-heading-plain:first-of-type,
	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer > div > .vk_outer_container:not(:has(h3.wp-block-heading)) > h5.is-style-vk-heading-plain:first-of-type {
		font-size: clamp(1.24rem, 5vw, 1.46rem) !important;
	}

	body.legaldesk-mints-page .entry-body > .wp-block-vk-blocks-outer:last-child > div > .vk_outer_container > .wp-block-group > h5.is-style-vk-heading-plain:last-child {
		font-size: 1.18rem !important;
	}
}

body.home .site-header.site-header--layout--nav-float {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--ld-border);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.home .site-header-logo img {
	max-height: 42px;
	width: auto;
}

body.home .global-nav-list > li > a {
	font-size: 1rem;
	font-weight: 700;
	color: var(--ld-brand-dark);
}

body.home .legaldesk-trial-button {
	width: min(100%, 500px);
	margin: 0 0 0 32px;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 88px;
	padding: 18px 88px 18px 28px !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	border-radius: 999px;
	background: linear-gradient(135deg, #17a783 0%, #5a78e0 100%) !important;
	box-shadow: 0 22px 40px rgba(30, 67, 146, 0.34);
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4 !important;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__line {
	display: block;
	max-width: 100%;
	text-wrap: balance;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__line--primary {
	white-space: nowrap;
	font-size: 1em;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__line--secondary {
	font-size: 0.94em;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__link::after {
	content: ">";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.12);
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.home #cta-top .wp-block-buttons,
body.home #cta-price .wp-block-buttons {
	justify-content: flex-start !important;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 28px 44px rgba(30, 67, 146, 0.38);
	filter: brightness(1.06);
	color: #fff !important;
}

body.home .legaldesk-trial-button .legaldesk-trial-button__link:hover::after {
	transform: translate(4px, -50%);
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.88);
}

body.home .legaldesk-trial-button .legaldesk-trial-button__link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.55);
	outline-offset: 3px;
}

body.home #menu-item-286,
body.legaldesk-mints-page #menu-item-286 {
	background: linear-gradient(135deg, #2f539e 0%, #1f3a7a 100%) !important;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(31, 58, 122, 0.2);
}

body.home #menu-item-286 .global-nav-name,
body.legaldesk-mints-page #menu-item-286 .global-nav-name {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em !important;
}

body.home .site-body-container,
body.home .site-content {
	background: transparent;
}

body.home .vk_outer_container {
	max-width: 1180px;
	padding-left: 28px;
	padding-right: 28px;
}

body.home #hero {
	overflow: hidden;
	border-radius: 0 0 44px 44px;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.7);
}

body.home #hero .vk_outer-background-area {
	background: linear-gradient(135deg, rgba(247, 250, 253, 0.98), rgba(228, 236, 247, 0.96)) !important;
}

body.home .wp-block-image img,
body.home .wp-block-cover,
body.home .wp-block-table,
body.home .vk_borderBox,
body.home .waku,
body.home .waku2 {
	border-radius: 24px;
}

body.home .wp-block-image {
	overflow: hidden;
	border-radius: 24px;
}

body.home .wp-block-image img,
body.home .wp-block-table,
body.home .vk_borderBox,
body.home .waku,
body.home .waku2 {
	box-shadow: var(--ld-shadow);
}

body.home .wp-block-group.has-background,
body.home .wp-block-column.has-background,
body.home .wp-block-media-text.has-background,
body.home .vk_borderBox,
body.home .waku,
body.home .waku2 {
	background-color: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(216, 226, 239, 0.95);
}

body.home .wp-block-heading.has-background {
	border-radius: 0 !important;
}

body.home .wp-block-vk-blocks-outer:not(#hero):not(#news) {
	margin-top: 28px;
}

body.home .wp-block-buttons .wp-block-button__link,
body.home .vk_button .vk_button_link.btn {
	font-size: 1rem;
	border-radius: 999px;
	padding: 0.95rem 1.7rem;
	border: none;
	background: linear-gradient(135deg, #2f539e 0%, #1f3a7a 100%);
	box-shadow: 0 16px 30px rgba(31, 58, 122, 0.22);
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.home .wp-block-buttons .wp-block-button__link:hover,
body.home .vk_button .vk_button_link.btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

body.home .wp-block-columns,
body.home .wp-block-media-text {
	gap: 32px;
}

body.home #features
	.wp-block-vk-blocks-grid-column-item:first-child
	.vk_gridColumn_item_inner
	> p:first-of-type {
	font-size: 0.96rem;
	letter-spacing: 0 !important;
	white-space: nowrap;
}

body.home .wp-block-separator,
body.home .is-style-wide {
	border-color: var(--ld-border);
}

body.home .wp-block-group.has-background,
body.home .wp-block-column.has-background {
	border-radius: 22px;
}

body.home .wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--ld-border);
	background: rgba(255, 255, 255, 0.94);
}

body.home .wp-block-table th {
	background: #eff4fa;
	color: var(--ld-brand-dark);
	font-weight: 700;
}

body.home .entry-meta,
body.home .wp-block-post-date,
body.home .wp-block-post-terms,
body.home .wp-block-latest-posts__post-date {
	color: #64748b;
	letter-spacing: 0.04em;
}

body.home .wp-block-list li,
body.home .wp-block-column p,
body.home .wp-block-media-text__content p,
body.home .wp-block-group p,
body.home .vk_borderBox p,
body.home .waku p,
body.home .waku2 p {
	color: #334155;
}

body.home .has-background p,
body.home .has-background li {
	color: #2f3d4c;
}

body.home .wp-elements-55260b1571e5a28c8f540fd3245e44ee + .wp-block-columns p,
body.home .wp-elements-55260b1571e5a28c8f540fd3245e44ee + .wp-block-columns li {
	color: #2d2d2d;
	font-weight: 500;
}

body.home #qa .vk_faq_content,
body.home #qa .vk_faq_content p,
body.home #qa .vk_faq_content li {
	color: var(--ld-text);
	font-weight: 500;
}

body.home #qa .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(241, 245, 250, 0.96), rgba(248, 250, 253, 0.96)) !important;
	opacity: 1 !important;
}

body.home #qa .vk_faq {
	border-radius: 16px;
	border: 1px solid rgba(216, 226, 239, 0.84);
	box-shadow: 0 10px 24px rgba(17, 42, 99, 0.05);
	background: #fff;
	overflow: hidden;
}

body.home #qa .vk_faq.vk_faq-accordion-open,
body.home #qa .vk_faq.vk_faq-accordion-close {
	margin-bottom: 12px;
}

body.home #qa .vk_faq_title {
	padding-left: 3rem;
	padding-right: 2.5rem;
}

body.home #qa .vk_faq_content {
	padding-left: 3rem;
	padding-right: 0.8rem;
}

body.home #qa .vk_faq_title::before,
body.home #qa .vk_faq_content::before {
	left: 0.45rem;
}

body.home #qa .vk_faq_content-accordion-open {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	opacity: 1;
	margin-bottom: 0;
}

body.home #qa .vk_faq_content-accordion-close {
	padding-top: 0;
	padding-bottom: 0;
}

body.home #qa .vk_faq_title p {
	font-weight: 700;
	color: #173a57;
}

body.home #problem .vk_gridColumn.waku2 {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.home #problem .vk_gridColumn_item_inner {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	height: 100%;
}

body.home .wp-block-table td,
body.home .wp-block-table th,
body.home .wp-block-list li {
	font-weight: 500;
}

body.home .wp-block-post-title a,
body.home a {
	text-underline-offset: 0.2em;
}

body.home .wp-block-post-title a:hover,
body.home a:hover {
	color: var(--ld-brand);
}

body.legaldesk-lp-clone .breadcrumb,
body.legaldesk-lp-clone #news {
	display: none;
}

body.post-name-top2 #hero {
	margin-top: 20px;
	padding-bottom: 44px;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

body.post-name-top2 #hero .vk_outer-background-area {
	background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(230, 239, 250, 0.9) 58%, rgba(219, 231, 247, 0.82) 100%) !important;
	opacity: 1 !important;
}

body.post-name-top2 #hero .wp-block-image img {
	border-radius: 36px;
	border: 1px solid rgba(223, 231, 244, 0.92);
	box-shadow: 0 34px 72px rgba(14, 34, 66, 0.16);
	display: block;
}

body.post-name-top2 #cta-top {
	position: relative;
	z-index: 3;
	margin-top: -72px;
	margin-bottom: 40px;
	background: transparent;
}

body.post-name-top2 #cta-top .vk_outer-background-area {
	background: transparent !important;
	opacity: 0 !important;
}

body.post-name-top2 #cta-top > div > .vk_outer_container {
	max-width: 1040px;
	padding: 34px 42px 30px;
	border-radius: 34px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, #12344d 0%, #153b55 46%, #1a4764 100%);
	box-shadow: 0 30px 65px rgba(13, 30, 55, 0.28);
	position: relative;
	overflow: hidden;
}

body.post-name-top2 #cta-top > div > .vk_outer_container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 42%);
	pointer-events: none;
}

body.post-name-top2 #cta-top h3.wp-block-heading {
	font-size: clamp(1.8rem, 2.5vw, 2.35rem) !important;
	line-height: 1.3;
	margin-bottom: 1.2rem !important;
	color: #fff;
	position: relative;
	z-index: 1;
}

body.post-name-top2 #cta-top .wp-block-columns {
	align-items: center;
	gap: 28px;
	position: relative;
	z-index: 1;
}

body.post-name-top2 #cta-top .wp-block-image img {
	box-shadow: 0 16px 34px rgba(10, 22, 40, 0.24);
	border-radius: 999px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.post-name-top2 #cta-top .wp-block-image a:hover img {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(10, 22, 40, 0.3);
}

body.post-name-top2 #cta-top h4.wp-block-heading {
	font-size: clamp(1.02rem, 1.35vw, 1.15rem) !important;
	line-height: 1.7;
	letter-spacing: 0.05em !important;
	color: rgba(255, 255, 255, 0.92);
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	position: relative;
	z-index: 1;
}

body.post-name-top2 #cta-top .vk_block-margin-0--margin-top {
	justify-content: center;
}

body.post-name-top2 {
	background:
		radial-gradient(circle at top left, rgba(220, 232, 246, 0.62), transparent 38%),
		linear-gradient(180deg, #f7f9fc 0%, #f3f6fb 22%, #ffffff 48%, #f5f8fc 100%);
	}

body.post-name-top2 .site-content {
	overflow: clip;
}

body.post-name-top2 .wp-block-vk-blocks-outer {
	position: relative;
	}

body.post-name-top2 h5.wp-block-heading {
	font-size: 0.92rem !important;
	font-weight: 800;
	letter-spacing: 0.26em !important;
	text-transform: uppercase;
	color: #54718f !important;
	}

body.post-name-top2 #problem {
	padding: 82px 0 86px;
	background: linear-gradient(180deg, #dfe7f1 0%, #e8eef6 100%);
	}

body.post-name-top2 #problem .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(225, 232, 241, 0.95), rgba(216, 226, 239, 0.92)) !important;
	opacity: 1 !important;
	}

body.post-name-top2 #problem h3.wp-block-heading {
	font-size: clamp(2rem, 3vw, 2.7rem) !important;
	line-height: 1.25;
	margin-bottom: 2.2rem !important;
	}

body.post-name-top2 #problem .vk_gridColumn.waku2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -42px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 74px solid transparent;
	border-right: 74px solid transparent;
	border-top: 42px solid #d9e2ec;
	}

body.post-name-top2 #problem .vk_gridColumn.waku2 {
	position: relative;
	}

body.post-name-top2 #problem .vk_gridColumn_item_inner {
	padding: 26px 24px 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	box-shadow: 0 24px 46px rgba(18, 42, 79, 0.12);
	border: 1px solid rgba(220, 227, 237, 0.88);
	}

body.post-name-top2 #problem h4.wp-block-heading {
	font-size: clamp(1.45rem, 1.9vw, 1.85rem) !important;
	line-height: 1.45;
	min-height: 5.4rem;
	margin-bottom: 1.25rem !important;
	}

body.post-name-top2 #problem figure img {
	border-radius: 26px;
	box-shadow: 0 22px 36px rgba(16, 39, 70, 0.12);
	background: linear-gradient(180deg, #ffffff, #f6f8fc);
	}

body.post-name-top2 #function {
	padding: 104px 0 32px;
	}

body.post-name-top2 #function > div > .vk_outer_container {
	max-width: 1120px;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-image:first-of-type {
	margin: 0 auto 1.1rem;
	text-align: center;
}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-image:first-of-type img {
	width: min(280px, 62vw) !important;
	max-width: 280px;
	margin: 0 auto;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	mix-blend-mode: multiply;
	opacity: 0.92;
	filter: contrast(1.04) saturate(0.92);
}

body.post-name-top2 #function > div > .vk_outer_container > h2.wp-block-heading:first-of-type {
	font-size: 1rem !important;
	letter-spacing: 0.28em !important;
	color: #6e87a2 !important;
	text-transform: uppercase;
	margin-bottom: 0.8rem !important;
	}

body.post-name-top2 #function > div > .vk_outer_container > h3.wp-block-heading {
	font-size: clamp(2rem, 3.2vw, 3rem) !important;
	line-height: 1.28;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2rem !important;
	}

body.post-name-top2 #function > div > .vk_outer_container > h4.wp-elements-d8a38f19d96ddd487b0c31150361ee8b {
	display: flex;
	width: min(913px, calc(100% - 32px));
	padding: 0.55rem 0.9rem;
	border-radius: 8px !important;
	background: linear-gradient(180deg, #202833 0%, #10161d 100%) !important;
	border: 1px solid rgba(255, 214, 51, 0.18);
	box-shadow: 0 10px 24px rgba(16, 22, 29, 0.22);
	font-size: 1.5rem !important;
	font-weight: 700;
	color: #fce000 !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	margin: 0 auto 2.6rem !important;
	justify-content: center;
	}

body.post-name-top2 #features {
	margin-top: 0 !important;
	padding: 34px 38px 20px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(247, 250, 254, 0.96), rgba(237, 243, 250, 0.96));
	border: 1px solid rgba(216, 226, 239, 0.95);
	box-shadow: 0 30px 60px rgba(17, 42, 99, 0.1);
	}

body.post-name-top2 #features .vk_outer-background-area {
	display: none;
	}

body.post-name-top2 #features > div > .vk_outer_container {
	padding: 0;
	}

body.post-name-top2 #features .vk_gridColumn_item_inner {
	padding: 28px 24px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(217, 226, 238, 0.95);
	box-shadow: 0 18px 36px rgba(21, 40, 75, 0.08);
	height: 100%;
	}

body.post-name-top2 #features .vk_gridColumn.waku2 .row {
	padding: 16px;
	}

body.post-name-top2 #features .vk_gridColumn_item {
	margin-bottom: 0 !important;
	}

body.post-name-top2 #features .vk_gridColumn_item_inner p {
	font-size: 1rem;
	line-height: 1.85;
	}

body.post-name-top2 #features h4.wp-elements-cb9447658682576eaa2fbfc0408491a3 {
	font-size: 1.18rem !important;
	padding: 0.85rem 1.3rem;
	margin-bottom: 1.6rem !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #203f7a 0%, #2c4f8a 100%) !important;
	}

body.post-name-top2 #features .vk_gridColumn_item_inner p {
	font-size: 1rem;
	line-height: 1.9;
	font-weight: 600;
	color: #24384b;
}

body.post-name-top2 #function > div > .vk_outer_container > h2.wp-elements-565f3a7667726a70890bdc4715990b62 {
	font-size: clamp(1.9rem, 2.8vw, 2.8rem) !important;
	margin-top: 5rem !important;
	margin-bottom: 1.4rem !important;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-image:nth-of-type(2) img {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 30px;
	border: 1px solid rgba(216, 226, 239, 0.9);
	box-shadow: 0 34px 64px rgba(14, 34, 66, 0.12);
	background: #fff;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns {
	margin-top: 2rem;
	padding: 30px 32px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98));
	border: 1px solid rgba(219, 228, 239, 0.94);
	box-shadow: 0 24px 46px rgba(18, 42, 79, 0.09);
	align-items: center;
	gap: 34px;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns:nth-of-type(odd) {
	grid-template-columns: 1.05fr 0.95fr;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns:nth-of-type(even) .wp-block-column:first-child {
	order: 2;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns:nth-of-type(even) .wp-block-column:last-child {
	order: 1;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns h2.wp-block-heading {
	font-size: 0.95rem !important;
	letter-spacing: 0.18em !important;
	color: #5e7b98 !important;
	margin-bottom: 0.45rem !important;
	}

body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns h3.wp-block-heading {
	font-size: clamp(1.7rem, 2.2vw, 2.25rem) !important;
	margin-bottom: 0.9rem !important;
	}

body.post-name-top2 #function .wp-block-list.is-style-vk-triangle-mark li {
	font-size: 1.04rem;
	line-height: 1.95;
	padding-left: 0.2rem;
	}

body.post-name-top2 #function .wp-block-list.is-style-vk-triangle-mark li::marker {
	color: #2b5d95;
	}

body.post-name-top2 #function .is-style-vk-image-shadow img {
	border-radius: 24px;
	box-shadow: 0 24px 48px rgba(18, 42, 79, 0.12);
	}

body.post-name-top2 #youtube {
	display: block;
	padding: 0;
	background: transparent;
}

body.post-name-top2 #youtube .vk_outer-background-area {
	background: transparent !important;
	opacity: 0 !important;
}

body.post-name-top2 #youtube .vk_outer_container {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

body.post-name-top2 #youtube h4.wp-block-heading {
	font-size: 1.5rem !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: #173a57;
}

body.post-name-top2 #youtube .wp-block-embed {
	max-width: none;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
}

body.post-name-top2 #youtube iframe {
	display: block;
	margin: 0;
}

body.post-name-top2 #comparison {
	padding: 96px 0 28px;
	background: linear-gradient(180deg, #eef4fb 0%, #f8fbfe 100%);
	}

body.post-name-top2 #comparison .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(236, 243, 250, 0.96), rgba(246, 250, 254, 0.96)) !important;
	opacity: 1 !important;
	}

body.post-name-top2 #comparison .vk_outer_container {
	max-width: 1120px;
	}

body.post-name-top2 #comparison .wp-block-image img {
	border-radius: 26px;
	border: 1px solid rgba(217, 226, 238, 0.95);
	background: #fff;
	box-shadow: 0 28px 54px rgba(17, 42, 99, 0.1);
	}

/* TOP 繧ｻ繧ｭ繝･繝ｪ繝・ぅ繧ょｮ牙ｿ・section - figure 縺ｮ逋ｽ隗貞ｯｾ遲・*/
body.home #comparison .wp-block-image {
	border-radius: 26px;
	overflow: hidden;
	}

body.post-name-top2 #comparison h3.wp-elements-6f0837e479fbd5f41343eed4659b5362 {
	margin-top: 4rem !important;
	}

body.post-name-top2 #comparison .wp-block-columns {
	padding: 26px 30px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(217, 226, 238, 0.95);
	box-shadow: 0 22px 46px rgba(17, 42, 99, 0.08);
	align-items: center;
	}

body.post-name-top2 #comparison .wp-block-columns p,
body.post-name-top2 #comparison .wp-block-columns li {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #2a3f53;
	}

body.post-name-top2 #comparison .wp-block-columns p {
	font-weight: 700;
	color: #203548;
}

body.post-name-top2 #cta-price {
	padding: 18px 0 24px;
	background: transparent;
	}

body.post-name-top2 #cta-price .vk_outer-background-area {
	background: transparent !important;
	opacity: 0 !important;
	}

body.post-name-top2 #cta-price > div > .vk_outer_container {
	max-width: 1040px;
	padding: 28px 38px 22px;
	border-radius: 30px;
	background: linear-gradient(135deg, #173a57 0%, #1c4a6a 100%);
	box-shadow: 0 24px 54px rgba(14, 34, 66, 0.2);
	}

body.post-name-top2 #cta-price h3.wp-block-heading {
	font-size: clamp(1.65rem, 2vw, 2.1rem) !important;
	color: #fff;
	}

body.post-name-top2 #flow {
	padding: 86px 0 28px;
	}

body.home #price .waku2 {
	margin-top: 2rem !important;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	}

body.home #price .waku2 .vk_outer-background-area {
	display: none;
	}

body.home #price .waku2 .vk_outer_container {
	padding: 0;
	}

body.home #price .waku2 .vk_gridColumn_item_inner {
	padding: 20px 18px 24px;
	border-radius: 16px;
	border: 1px solid rgba(216, 226, 239, 0.95);
	box-shadow: 0 18px 36px rgba(17, 42, 99, 0.1);
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	height: 100%;
	}

body.home #price .waku2 .has-vk-color-primary-background-color {
	background: linear-gradient(180deg, #1d4468 0%, #183b59 100%) !important;
	}

body.home #price .waku2 h4.wp-block-heading {
	font-size: 1.35rem !important;
	line-height: 1.45;
	}

body.home #price .waku2 h2.wp-block-heading {
	font-size: clamp(2.35rem, 3.4vw, 3rem) !important;
	line-height: 1.15;
	}

body.home #price .waku2 .legaldesk-price-tax {
	font-size: 0.48em;
	margin-left: 0.08em;
	letter-spacing: 0.04em;
	}

body.home #price .waku2 .vk_gridColumn_item:last-child h2.wp-block-heading {
	font-size: clamp(1.4rem, 2.25vw, 1.85rem) !important;
	line-height: 1.35;
	letter-spacing: 0.02em;
	}

body.post-name-top2 #qa {
	padding: 80px 0 28px;
	}

body.post-name-top2 #qa .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(241, 245, 250, 0.96), rgba(248, 250, 253, 0.96)) !important;
	opacity: 1 !important;
	}

body.post-name-top2 #qa .vk_faq {
	border-radius: 24px;
	border: 1px solid rgba(216, 226, 239, 0.92);
	box-shadow: 0 18px 40px rgba(17, 42, 99, 0.08);
	background: #fff;
	overflow: hidden;
	}

body.post-name-top2 #qa .vk_faq_title,
body.post-name-top2 #qa .vk_faq_content {
	padding-left: 3rem;
	padding-right: 2.5rem;
	}

body.post-name-top2 #qa .vk_faq_title p {
	font-weight: 700;
	color: #173a57;
	}

body.post-name-top2 #contact {
	padding: 90px 0 110px;
	background: linear-gradient(180deg, #153550 0%, #133146 100%);
	}

body.post-name-top2 #contact .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(18, 52, 77, 0.98), rgba(14, 43, 64, 0.98)) !important;
	opacity: 1 !important;
	}

body.post-name-top2 #contact-form {
	margin-top: 1.8rem !important;
	padding: 0;
	border: 0 !important;
	border-radius: 28px !important;
	background: transparent;
	box-shadow: none;
	}

body.post-name-top2 #contact-form .vk_outer-background-area {
	background: transparent !important;
	opacity: 0 !important;
	}

body.post-name-top2 #contact-form .vk_outer_container {
	padding: 0;
	}

body.post-name-top2 .wpcf7 form {
	padding: 34px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 28px 56px rgba(7, 19, 31, 0.22);
	}

body.post-name-top2 .wpcf7-form p {
	font-size: 1rem;
	color: #274054;
	}

body.post-name-top2 .wpcf7-form input,
body.post-name-top2 .wpcf7-form textarea,
body.post-name-top2 .wpcf7-form select {
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: 14px;
	border: 1px solid rgba(193, 206, 221, 0.95);
	background: #f9fbfd;
	font-size: 1rem;
	color: #173a57;
	}

body.post-name-top2 .wpcf7-form input:focus,
body.post-name-top2 .wpcf7-form textarea:focus,
body.post-name-top2 .wpcf7-form select:focus {
	outline: none;
	border-color: #2f5ba1;
	box-shadow: 0 0 0 4px rgba(47, 91, 161, 0.12);
	}

body.post-name-top2 .wpcf7-form input[type="submit"],
body.post-name-top2 .wpcf7-form button,
body.post-name-top2 .wpcf7-submit {
	width: auto;
	min-width: 220px;
	padding: 1rem 1.8rem;
	border-radius: 999px;
	border: 0;
	background: linear-gradient(135deg, #2f539e 0%, #1f3a7a 100%);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	box-shadow: 0 16px 34px rgba(31, 58, 122, 0.24);
	}

body.home #contact .wpcf7-form p:has(> input[type="submit"]),
body.home #contact .wpcf7-form p:has(> .wpcf7-submit) {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	}

@media (max-width: 991.98px) {
	body.post-name-top2 #hero {
		padding-bottom: 14px;
	}

	body.post-name-top2 #cta-top {
		margin-top: -18px;
		margin-bottom: 24px;
	}

	body.post-name-top2 #cta-top > div > .vk_outer_container {
		padding: 24px 20px 22px;
		border-radius: 26px;
	}

	body.post-name-top2 #cta-top .wp-block-columns {
		gap: 16px;
	}

	body.post-name-top2 #cta-top .wp-block-image img {
		width: min(100%, 360px) !important;
	}

	body.post-name-top2 #problem {
		padding: 58px 0 64px;
	}

	body.post-name-top2 #problem .vk_gridColumn.waku2::after {
		display: none;
	}

	body.post-name-top2 #problem h4.wp-block-heading {
		min-height: 0;
		font-size: 1.3rem !important;
	}

	body.post-name-top2 #function > div > .vk_outer_container > .wp-block-image:first-of-type img {
		width: min(220px, 58vw) !important;
	}

	body.post-name-top2 #function > div > .vk_outer_container > h4.wp-elements-d8a38f19d96ddd487b0c31150361ee8b {
		width: min(100%, calc(100% - 16px));
		font-size: 1.05rem !important;
		padding: 0.5rem 0.65rem;
	}

	body.post-name-top2 #youtube .vk_outer_container {
		padding: 0;
		border-radius: 0;
	}

	body.post-name-top2 #function {
		padding-top: 74px;
	}

	body.post-name-top2 #features {
		padding: 24px 18px 10px;
		border-radius: 24px;
	}

	body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns {
		padding: 20px 18px;
		border-radius: 24px;
		gap: 18px;
	}

	body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns .wp-block-column:first-child,
	body.post-name-top2 #function > div > .vk_outer_container > .wp-block-columns .wp-block-column:last-child {
		order: initial;
	}

	body.post-name-top2 #comparison,
	body.post-name-top2 #flow,
	body.post-name-top2 #qa,
	body.post-name-top2 #contact {
		padding-top: 64px;
	}

	body.post-name-top2 #comparison .wp-block-columns,
	body.post-name-top2 #cta-price > div > .vk_outer_container,
	body.post-name-top2 .wpcf7 form {
		padding: 20px 18px;
		border-radius: 22px;
	}
}

@media (max-width: 991.98px) {
	body.home #features
		.wp-block-vk-blocks-grid-column-item:first-child
		.vk_gridColumn_item_inner
		> p:first-of-type {
		font-size: 0.92rem;
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__link {
		min-height: 64px;
		padding: 16px 68px 16px 20px !important;
		font-size: 1.24rem !important;
		line-height: 1.35 !important;
	}

	body.home .legaldesk-trial-button {
		width: min(100%, 440px);
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__link::after {
		width: 38px;
		height: 38px;
		right: 16px;
		font-size: 1.2rem;
	}

	body.home .legaldesk-trial-button {
		margin: 0 auto;
	}

	body.home #cta-top .wp-block-buttons,
	body.home #cta-price .wp-block-buttons {
		justify-content: center !important;
	}

	body.home .vk_outer_container {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.home .site-header.site-header--layout--nav-float {
		backdrop-filter: none;
	}

	body.home #hero {
		border-radius: 0 0 28px 28px;
	}

	body.home .wp-block-columns,
	body.home .wp-block-media-text {
		gap: 20px;
	}
}

@media (max-width: 575.98px) {
	body.home #features
		.wp-block-vk-blocks-grid-column-item:first-child
		.vk_gridColumn_item_inner
		> p:first-of-type {
		font-size: 0.96rem;
		white-space: normal;
	}

	body.home .legaldesk-trial-button {
		width: 100%;
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__link {
		min-height: 60px;
		padding: 14px 58px 14px 16px !important;
		font-size: 1.04rem !important;
		line-height: 1.32 !important;
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__line--primary {
		white-space: normal;
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__line--secondary {
		font-size: 0.92em;
	}

	body.home .legaldesk-trial-button .legaldesk-trial-button__link::after {
		width: 34px;
		height: 34px;
		right: 12px;
		font-size: 1.05rem;
	}
}




