/**
 * LP: Car interior coating (DEOFACTOR Mobi) - v2 redesign.
 * Scope: .dm-lp-car
 * Design: light surface + brand red accent + navy accent + bento cards.
 * Tokens inherited from polish.css (--dm-*), with local fallbacks.
 */

/* ---------- Parent TCD full-width reset on this LP ---------- */
.dm-lp-car-body #main_contents { max-width: 100%; padding: 0; }
.dm-lp-car-body #main_col,
.dm-lp-car-body #left_col { width: 100%; max-width: none; float: none; }
.dm-lp-car-body #article { padding: 0; }

/* ---------- Local tokens ---------- */
.dm-lp-car {
	--lp-red: var(--dm-red, #c8102e);
	--lp-red-dark: var(--dm-red-dark, #a50d24);
	--lp-red-soft: rgba(200, 16, 46, 0.08);
	--lp-navy: var(--dm-navy-900, #0b1f4d);
	--lp-navy-700: var(--dm-navy-700, #1e3a8a);
	--lp-yellow: var(--dm-yellow, #fede00);
	--lp-ink: var(--dm-ink-900, #0b1220);
	--lp-ink-2: var(--dm-ink-700, #334155);
	--lp-muted: var(--dm-ink-500, #64748b);
	--lp-line: var(--dm-line, #e5e7eb);
	--lp-line-soft: var(--dm-line-soft, #eef2f7);
	--lp-surface: var(--dm-surface, #fff);
	--lp-soft: var(--dm-surface-soft, #f8fafc);
	--lp-radius-lg: var(--dm-radius-lg, 20px);
	--lp-radius: var(--dm-radius, 16px);
	--lp-radius-sm: var(--dm-radius-sm, 10px);
	--lp-shadow-sm: var(--dm-shadow-sm, 0 1px 2px rgba(17,24,39,.05), 0 2px 8px -2px rgba(17,24,39,.06));
	--lp-shadow-md: var(--dm-shadow-md, 0 4px 14px rgba(17,24,39,.06), 0 14px 32px -14px rgba(17,24,39,.12));
	font-family: var(--dm-font-sans, system-ui, sans-serif);
	color: var(--lp-ink);
	line-height: 1.75;
	background: linear-gradient(180deg, #ffffff 0%, var(--lp-soft) 38%, #ffffff 100%);
	padding-bottom: 96px;
}

/* ---------- Layout primitives ---------- */
.dm-lp-car__con {
	width: min(1180px, 100% - 32px);
	margin-inline: auto;
}
.dm-lp-car__section { padding: clamp(2.75rem, 6vw, 5rem) 0; }
.dm-lp-car__section--soft { background: var(--lp-soft); }
.dm-lp-car__section--tight { padding: clamp(2rem, 4vw, 3rem) 0; }

.dm-lp-car__section-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--lp-red);
	text-transform: uppercase;
	margin: 0 0 0.75rem;
}
.dm-lp-car__section-eyebrow--center {
	display: block;
	text-align: center;
}
.dm-lp-car__section-title {
	text-align: center;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin: 0 auto 1.75rem;
	color: var(--lp-ink);
	max-width: 36ch;
}
.dm-lp-car__note {
	text-align: center;
	font-size: 0.8125rem;
	color: var(--lp-muted);
	margin: 1rem auto 0;
	max-width: 52rem;
	line-height: 1.75;
}
.dm-lp-car__lead {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto 2rem;
	color: var(--lp-ink-2);
	font-size: 0.95rem;
	line-height: 1.9;
}
.dm-lp-car__lead strong { color: var(--lp-ink); }

/* ---------- Buttons ---------- */
.dm-lp-car__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.95rem 1.75rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	border: 2px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: transform .15s ease, box-shadow .15s ease, background-color .2s, color .2s, border-color .2s;
}
.dm-lp-car__btn:hover { transform: translateY(-1px); }
.dm-lp-car__btn--primary {
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff !important;
	box-shadow: 0 10px 24px -10px rgba(200,16,46,.55);
}
.dm-lp-car__btn--line {
	background: #06c755;
	color: #fff !important;
	box-shadow: 0 10px 24px -10px rgba(6,199,85,.5);
}
.dm-lp-car__btn--line:hover { background: #05b04b; }
.dm-lp-car__btn--ghost {
	background: rgba(255,255,255,.9);
	color: var(--lp-ink);
	border: 2px solid var(--lp-line);
}
.dm-lp-car__btn--ghost:hover { border-color: var(--lp-ink); background: #fff; }

.dm-lp-car__cta-row {
	display: flex;
	justify-content: center;
	padding: 1.75rem 0 0.5rem;
}

.dm-lp-car__cta-row--tight {
	padding-top: 1rem;
	padding-bottom: 0;
}

/* ---------- 1. HERO (image only) ---------- */
.dm-lp-car__hero {
	position: relative;
	margin: 0;
	background: var(--lp-soft);
	line-height: 0;
}
.dm-lp-car__hero-pic,
.dm-lp-car__hero-pic img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* ---------- 2. EVIDENCE ---------- */
.dm-lp-car__evidence {
	background: #fff;
	border-block: 1px solid var(--lp-line-soft);
}
.dm-lp-car__ev-grid {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}
@media (max-width: 767px) { .dm-lp-car__ev-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) { .dm-lp-car__ev-grid { grid-template-columns: repeat(2, 1fr); } }
.dm-lp-car__ev-grid li {
	position: relative;
	background: linear-gradient(180deg, #fff 0%, var(--lp-soft) 100%);
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	padding: 1.1rem 0.5rem 1rem;
	text-align: center;
	box-shadow: var(--lp-shadow-sm);
}
.dm-lp-car__ev-grid li::before {
	content: "";
	position: absolute;
	left: 14%;
	right: 14%;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--lp-red) 0%, var(--lp-navy-700) 100%);
	border-radius: 3px;
}
.dm-lp-car__ev-num {
	display: block;
	font-size: clamp(1.6rem, 4vw, 2.35rem);
	font-weight: 900;
	color: var(--lp-red);
	line-height: 1.1;
	letter-spacing: 0.02em;
}
.dm-lp-car__ev-num small {
	display: inline-block;
	font-size: 0.45em;
	color: var(--lp-ink-2);
	font-weight: 800;
	margin-left: 0.15em;
	letter-spacing: 0;
}
.dm-lp-car__ev-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--lp-ink);
}
.dm-lp-car__ev-cert {
	background: var(--lp-soft);
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	padding: 0.6rem 0;
	overflow: hidden;
}

/* Ticker (cert marks) - dual lane infinite scroll */
.dm-lp-car__ticker {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
}
.dm-lp-car__ticker-lane {
	display: flex;
	flex: 0 0 auto;
	min-width: max-content;
	align-items: center;
	gap: clamp(1rem, 3vw, 3rem);
	will-change: transform;
	animation: dm-lp-ticker-lane 28s linear infinite;
}
@keyframes dm-lp-ticker-lane {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
.dm-lp-car__ticker img {
	height: clamp(48px, 6vw, 72px);
	width: auto;
	object-fit: contain;
	flex: 0 0 auto;
}

/* ---------- 3. PROBLEM ---------- */
.dm-lp-car__worries {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
@media (max-width: 767px) {
	.dm-lp-car__worries { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
}
.dm-lp-car__worries li {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	padding: 1.25rem;
	text-align: center;
	box-shadow: var(--lp-shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}
.dm-lp-car__worries li:hover {
	transform: translateY(-2px);
	box-shadow: var(--lp-shadow-md);
}
.dm-lp-car__worries img {
	width: 100%;
	max-width: 128px;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 auto 0.75rem;
	display: block;
}
.dm-lp-car__worries p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--lp-ink);
	line-height: 1.6;
}

/* ---------- 4. SOLUTION ---------- */
.dm-lp-car__solution-figure {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	padding: clamp(0.75rem, 2vw, 1.25rem);
	box-shadow: var(--lp-shadow-sm);
	max-width: 460px;
	margin: 1rem auto 0;
}
.dm-lp-car__solution-figure img {
	width: 100%;
	height: auto;
	display: block;
}

/* ---------- 5. BENTO 2x2 ---------- */
.dm-lp-car__bento {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}
@media (max-width: 767px) { .dm-lp-car__bento { grid-template-columns: 1fr; } }
.dm-lp-car__bento-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--lp-shadow-sm);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}
.dm-lp-car__bento-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--lp-shadow-md);
}
.dm-lp-car__bento-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-navy-700) 100%);
}
.dm-lp-car__bento-num {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--lp-red);
	background: var(--lp-red-soft);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 0.85rem;
}
.dm-lp-car .dm-icon { width: 1em; height: 1em; vertical-align: -0.125em; fill: currentColor; flex: 0 0 auto; }
.dm-lp-car__bento-icon {
	font-size: 2rem;
	color: var(--lp-red);
	margin-bottom: 0.5rem;
	width: 1em;
	height: 1em;
	display: block;
}
.dm-lp-car__bento-card h3 {
	margin: 0 0 0.55rem;
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--lp-ink);
}
.dm-lp-car__bento-card p {
	margin: 0;
	font-size: 0.9rem;
	color: var(--lp-ink-2);
	line-height: 1.85;
}

/* ---------- 6. COMPARISON MATRIX ---------- */
.dm-lp-car__cmp-wrap {
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	-webkit-overflow-scrolling: touch;
}
.dm-lp-car__cmp {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 640px;
	font-size: 0.875rem;
}
.dm-lp-car__cmp th,
.dm-lp-car__cmp td {
	padding: 0.9rem 0.75rem;
	text-align: center;
	border-bottom: 1px solid var(--lp-line-soft);
}
.dm-lp-car__cmp thead th {
	background: var(--lp-soft);
	font-weight: 800;
	color: var(--lp-ink);
	font-size: 0.875rem;
	vertical-align: middle;
}
.dm-lp-car__cmp thead th small {
	display: block;
	font-size: 0.68rem;
	color: var(--lp-muted);
	font-weight: 600;
	margin-top: 2px;
}
.dm-lp-car__cmp thead th.is-hl {
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff;
}
.dm-lp-car__cmp thead th.is-hl small { color: rgba(255,255,255,.85); }
.dm-lp-car__cmp tbody th {
	background: var(--lp-soft);
	text-align: left;
	font-weight: 700;
	color: var(--lp-ink);
	min-width: 130px;
}
.dm-lp-car__cmp tbody td.is-hl {
	background: var(--lp-red-soft);
	color: var(--lp-red-dark);
	font-weight: 800;
}
.dm-lp-car__cmp tbody tr:last-child th,
.dm-lp-car__cmp tbody tr:last-child td { border-bottom: 0; }

/* ---------- 7. STEPS ---------- */
.dm-lp-car__steps {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	counter-reset: step;
}
@media (max-width: 767px) { .dm-lp-car__steps { grid-template-columns: 1fr; } }
.dm-lp-car__steps li {
	position: relative;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	padding: 2rem 1.5rem 1.5rem;
	text-align: center;
	box-shadow: var(--lp-shadow-sm);
}
.dm-lp-car__steps li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 36px;
	background: var(--lp-red);
	color: #fff;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 800;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 14px -4px rgba(200,16,46,.45);
}
.dm-lp-car__step-icon {
	font-size: 2rem;
	color: var(--lp-red);
	margin: 0.25rem 0 0.75rem;
	width: 1em;
	height: 1em;
	display: block;
}
.dm-lp-car__steps li h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: 800;
}
.dm-lp-car__steps li p {
	margin: 0;
	font-size: 0.875rem;
	color: var(--lp-ink-2);
	line-height: 1.85;
}

/* ---------- 8. PRICE + CAR SIZE ---------- */
.dm-lp-car__price-step {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 2.5rem 0 1rem;
}
.dm-lp-car__price-step-num {
	flex: 0 0 auto;
	background: var(--lp-red);
	color: #fff;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}
.dm-lp-car__price-step h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--lp-ink);
}

/* Car size widget */
.dm-lp-car .car-size-container {
	background: #fff;
	border-radius: var(--lp-radius-lg);
	border: 1px solid var(--lp-line-soft);
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--lp-shadow-sm);
	margin: 0 0 1.5rem;
}
.dm-lp-car .car-size-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 1.25rem;
}
.dm-lp-car .dropdown-container {
	position: relative;
	flex: 1 1 200px;
	max-width: 260px;
}
.dm-lp-car .dropdown-btn {
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff;
	padding: 12px 18px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	font-family: inherit;
	box-shadow: 0 6px 14px -6px rgba(200,16,46,.5);
	transition: transform .15s ease;
}
.dm-lp-car .dropdown-btn:hover:not(:disabled),
.dm-lp-car .dropdown-btn:focus {
	transform: translateY(-1px);
	outline: none;
}
.dm-lp-car .dropdown-btn:disabled {
	background: #e5e7eb;
	color: var(--lp-muted);
	box-shadow: none;
	cursor: not-allowed;
}
.dm-lp-car .dropdown-content {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lp-line);
	box-shadow: var(--lp-shadow-md);
	border-radius: 12px;
	overflow: hidden auto;
	max-height: 280px;
	z-index: 3;
}
.dm-lp-car .dropdown-content.show { display: block; }
.dm-lp-car .dropdown-content a {
	display: block;
	padding: 12px 16px;
	color: var(--lp-ink);
	text-decoration: none;
	font-size: 0.9rem;
	transition: background .2s, color .2s;
}
.dm-lp-car .dropdown-content a:hover,
.dm-lp-car .dropdown-content a:focus {
	background: var(--lp-red-soft);
	color: var(--lp-red);
}
.dm-lp-car .search-container {
	position: relative;
	flex: 1 1 240px;
	max-width: 320px;
}
.dm-lp-car #searchInput {
	width: 100%;
	padding: 12px 60px 12px 20px;
	border: 1px solid var(--lp-line);
	border-radius: 12px;
	font-size: 0.95rem;
	box-sizing: border-box;
	font-family: inherit;
}
.dm-lp-car #searchInput:focus {
	outline: none;
	border-color: var(--lp-red);
	box-shadow: 0 0 0 4px var(--lp-red-soft);
}
.dm-lp-car .search-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: var(--lp-muted);
	pointer-events: none;
}
.dm-lp-car .clear-btn {
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 50%;
	background: var(--lp-red);
	border: 1px solid var(--lp-red);
	color: #fff;
	font-size: 0.75rem;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: background .2s;
}
.dm-lp-car .clear-btn:hover { background: var(--lp-red-dark); }
.dm-lp-car .car-size-car-list { margin-top: 1rem; }
.dm-lp-car .car-size-car-list table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.dm-lp-car .car-size-car-list th,
.dm-lp-car .car-size-car-list td {
	border: 1px solid var(--lp-line-soft);
	padding: 10px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.875rem;
}
.dm-lp-car .car-size-car-list th {
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff;
	font-weight: 800;
}
.dm-lp-car .car-size-car-list tbody tr:nth-child(even) { background: var(--lp-soft); }
.dm-lp-car .car-size-car-list tbody tr:hover { background: var(--lp-red-soft); }
@media (max-width: 767px) {
	.dm-lp-car .car-size-controls { flex-direction: column; }
	.dm-lp-car .dropdown-container,
	.dm-lp-car .search-container { max-width: 100%; }
}

/* Pricing page: compact search panel.
 * The shared LP widget has generous hero spacing; this page needs a dense form row.
 */
.dm-pricing .dm-pricing__widget.dm-lp-car {
	padding-bottom: 0 !important;
	background: #fff;
	overflow: visible !important;
	z-index: 20;
}
.dm-pricing .dm-pricing__widget .car-size-container {
	margin: 0 !important;
	padding: 18px clamp(18px, 2.4vw, 28px) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.dm-pricing .dm-pricing__widget .car-size-controls {
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	margin: 0 !important;
}
.dm-pricing .dm-pricing__widget .dropdown-container {
	flex: 1 1 220px;
	max-width: 260px;
}
.dm-pricing .dm-pricing__widget .search-container {
	flex: 1 1 260px;
	max-width: 320px;
}
.dm-pricing .dm-pricing__widget .dropdown-btn,
.dm-pricing .dm-pricing__widget #searchInput {
	min-height: 46px;
	border-radius: 12px;
}

/* Pricing */
.dm-lp-car .pricing-table-wrapper {
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	margin: 0 0 1rem;
}
.dm-lp-car .pricing-table {
	width: 100%;
	min-width: 640px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.875rem;
}
.dm-lp-car .pricing-table th,
.dm-lp-car .pricing-table td {
	padding: 0.85rem 0.75rem;
	text-align: center;
	border-bottom: 1px solid var(--lp-line-soft);
}
.dm-lp-car .pricing-table thead th {
	background: linear-gradient(180deg, var(--lp-navy-700) 0%, var(--lp-navy) 100%);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.05em;
}
.dm-lp-car .pricing-table tbody tr:last-child th,
.dm-lp-car .pricing-table tbody tr:last-child td { border-bottom: 0; }
.dm-lp-car .pricing-table td:first-child {
	text-align: left;
	font-weight: 700;
}
.dm-lp-car .pricing-card-container {
	display: none;
	gap: 1rem;
	flex-direction: column;
}
@media (max-width: 767px) {
	.dm-lp-car .pricing-table-wrapper { display: none; }
	.dm-lp-car .pricing-card-container { display: flex; }
}
.dm-lp-car .pricing-card {
	background: #fff;
	border-radius: var(--lp-radius);
	border: 1px solid var(--lp-line-soft);
	overflow: hidden;
	box-shadow: var(--lp-shadow-sm);
}
.dm-lp-car .pricing-card-header {
	background: linear-gradient(90deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff;
	padding: 0.75rem 1rem;
	font-weight: 800;
	font-size: 0.95rem;
}
.dm-lp-car .pricing-card-content {
	padding: 1rem;
	font-size: 0.875rem;
}
.dm-lp-car .pricing-card-content span {
	font-weight: 800;
	color: var(--lp-red);
}

/* ---------- 9. VOICE ---------- */
.dm-lp-car__voices {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}
@media (max-width: 767px) { .dm-lp-car__voices { grid-template-columns: 1fr; } }
.dm-lp-car__voice {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	padding: 1.25rem 1.5rem;
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 1rem;
	align-items: start;
	margin: 0;
	box-shadow: var(--lp-shadow-sm);
}
.dm-lp-car__voice img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--lp-line-soft);
}
.dm-lp-car__voice figcaption h3 {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--lp-ink);
}
.dm-lp-car__voice figcaption p {
	margin: 0;
	font-size: 0.875rem;
	color: var(--lp-ink-2);
	line-height: 1.85;
}

/* ---------- 10. FAQ ---------- */
.dm-lp-car__faq {
	max-width: 820px;
	margin: 0 auto;
}
.dm-lp-car__faq details {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	margin-bottom: 0.75rem;
	padding: 0;
	box-shadow: var(--lp-shadow-sm);
	overflow: hidden;
	transition: box-shadow .2s ease;
}
.dm-lp-car__faq details[open] { box-shadow: var(--lp-shadow-md); }
.dm-lp-car__faq summary {
	cursor: pointer;
	font-weight: 700;
	padding: 1rem 3rem 1rem 2.8rem;
	position: relative;
	list-style: none;
	color: var(--lp-ink);
	font-size: 0.95rem;
	line-height: 1.6;
}
.dm-lp-car__faq summary::-webkit-details-marker { display: none; }
.dm-lp-car__faq summary::before {
	content: "Q";
	position: absolute;
	top: 0.95rem;
	left: 1rem;
	color: var(--lp-red);
	font-weight: 900;
	font-size: 1rem;
	width: 1.5rem;
}
.dm-lp-car__faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	color: var(--lp-red);
	font-size: 1.4rem;
	font-weight: 300;
	transition: transform .2s;
}
.dm-lp-car__faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.dm-lp-car__faq details[open] summary { color: var(--lp-red); }
.dm-lp-car__faq details p {
	margin: 0;
	padding: 0.85rem 1.25rem 1.25rem 2.8rem;
	font-size: 0.9rem;
	color: var(--lp-ink-2);
	line-height: 1.9;
	border-top: 1px dashed var(--lp-line-soft);
}
.dm-lp-car__faq details p strong { color: var(--lp-ink); }

/* ---------- 11. FINAL CTA ---------- */
.dm-lp-car__final-cta {
	background: linear-gradient(180deg, var(--lp-soft) 0%, #fff 100%);
}
.dm-lp-car__final-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 1.5rem;
}
@media (max-width: 767px) { .dm-lp-car__final-grid { grid-template-columns: 1fr; } }
.dm-lp-car__final-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	background: #fff;
	border: 2px solid var(--lp-line);
	border-radius: var(--lp-radius-lg);
	padding: 2rem 1rem;
	text-align: center;
	text-decoration: none !important;
	color: var(--lp-ink) !important;
	box-shadow: var(--lp-shadow-sm);
	transition: transform .15s, border-color .15s, box-shadow .15s;
}
.dm-lp-car__final-card:hover {
	transform: translateY(-2px);
	border-color: var(--lp-red);
	box-shadow: var(--lp-shadow-md);
}
.dm-lp-car__final-card i {
	font-size: 2rem;
	color: var(--lp-red);
}
.dm-lp-car__final-card strong {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--lp-ink);
}
.dm-lp-car__final-card span {
	font-size: 0.8rem;
	color: var(--lp-muted);
}
.dm-lp-car__final-card--line i { color: #06c755; }
.dm-lp-car__final-card--line:hover { border-color: #06c755; }
.dm-lp-car__final-note {
	text-align: center;
	font-size: 0.8125rem;
	color: var(--lp-muted);
	margin-top: 2rem;
}

/* Shop finder embed inside final section */
.dm-lp-car__shop-finder {
	margin: 0.5rem auto 0;
	max-width: 960px;
}
.dm-lp-car__final-cta--shop .dm-kp-finder {
	margin: 0;
}

/* ---------- STICKY (mobile) ---------- */
.dm-lp-car__sticky {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.96);
	-webkit-backdrop-filter: saturate(140%) blur(10px);
	backdrop-filter: saturate(140%) blur(10px);
	border-top: 1px solid var(--lp-line);
	box-shadow: 0 -8px 24px -8px rgba(0,0,0,.15);
	padding: 10px calc(10px + env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) calc(10px + env(safe-area-inset-right));
	gap: 8px;
	z-index: 40;
}
@media (max-width: 767px) {
	.dm-lp-car__sticky { display: flex; }
	.dm-lp-car { padding-bottom: 128px; }
}
.dm-lp-car__sticky-btn {
	flex: 1 1 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 14px 8px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 0.9rem;
	text-decoration: none !important;
	color: #fff !important;
	box-shadow: var(--lp-shadow-sm);
	transition: transform .15s;
}
.dm-lp-car__sticky-btn:active { transform: translateY(1px); }
.dm-lp-car__sticky-btn--line { background: #06c755; }
.dm-lp-car__sticky-btn--form { background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%); }
.dm-lp-car__sticky-btn .dm-icon { font-size: 1.15rem; width: 1em; height: 1em; }

/* ---------- A11y / Misc ---------- */
@media (prefers-reduced-motion: reduce) {
	.dm-lp-car__ticker-lane,
	.dm-lp-car__bento-card,
	.dm-lp-car__worries li,
	.dm-lp-car__final-card {
		transition: none !important;
		animation: none !important;
	}
}
.dm-lp-car .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* ---------- Personal LP variants (family / pet / premium / easy) ---------- */
.dm-lp-personal__hero {
	padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(2.75rem, 6vw, 5rem);
	background:
		radial-gradient(circle at 12% 12%, rgba(200,16,46,.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, var(--lp-soft) 100%);
}
.dm-lp-personal__hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	background: rgba(255,255,255,.88);
	border: 1px solid var(--lp-line-soft);
	border-radius: clamp(22px, 3vw, 34px);
	box-shadow: var(--lp-shadow-md);
	padding: clamp(1.25rem, 3.5vw, 3rem);
	overflow: hidden;
}
@media (max-width: 900px) {
	.dm-lp-personal__hero-card { grid-template-columns: 1fr; }
}
.dm-lp-personal__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 1rem;
	padding: .35rem .8rem;
	border-radius: 999px;
	background: var(--lp-red-soft);
	color: var(--lp-red);
	font-weight: 800;
	font-size: .82rem;
	letter-spacing: .08em;
}
.dm-lp-personal__hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 5.2vw, 4.2rem);
	line-height: 1.18;
	letter-spacing: .02em;
	color: var(--lp-ink);
}
.dm-lp-personal__hero-copy > p:not(.dm-lp-personal__badge):not(.dm-lp-personal__service):not(.dm-lp-personal__barrier):not(.dm-lp-personal__duration) {
	margin: .5rem 0 0;
	color: var(--lp-ink-2);
	font-size: clamp(.95rem, 1.8vw, 1.08rem);
	line-height: 1.9;
}
.dm-lp-personal__service {
	margin: 1.35rem 0 .75rem;
	font-size: clamp(1.05rem, 2.4vw, 1.45rem);
	font-weight: 800;
	line-height: 1.65;
	color: var(--lp-ink);
}
.dm-lp-personal__service strong {
	display: inline-block;
	font-size: 1.25em;
	color: var(--lp-red);
}
.dm-lp-personal__barrier {
	margin: .75rem 0 0;
	padding: .95rem 1rem;
	border-radius: var(--lp-radius);
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	font-weight: 800;
	color: var(--lp-navy);
	line-height: 1.7;
}
.dm-lp-personal__duration {
	display: inline-flex;
	margin: 1rem 0 0;
	padding: .4rem .85rem;
	border-radius: 999px;
	background: var(--lp-yellow);
	color: var(--lp-ink);
	font-weight: 900;
}
.dm-lp-personal__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 1.4rem;
}
.dm-lp-personal__hero-visual {
	margin: 0;
	border-radius: var(--lp-radius-lg);
	overflow: hidden;
	border: 1px solid var(--lp-line-soft);
	box-shadow: var(--lp-shadow-sm);
	background: var(--lp-soft);
}
.dm-lp-personal__hero-visual img {
	display: block;
	width: 100%;
	height: auto;
}
.dm-lp-personal__quotes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
@media (max-width: 767px) {
	.dm-lp-personal__quotes { grid-template-columns: 1fr; }
	.dm-lp-personal__cta-row .dm-lp-car__btn { width: 100%; }
}
.dm-lp-personal__quotes p {
	margin: 0;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	padding: 1.25rem;
	box-shadow: var(--lp-shadow-sm);
	color: var(--lp-ink-2);
	font-weight: 700;
	line-height: 1.9;
	position: relative;
}
.dm-lp-personal__quotes p::before {
	content: "“";
	position: absolute;
	right: 1rem;
	bottom: -.25rem;
	color: var(--lp-red-soft);
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
}
.dm-lp-personal__worry-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .9rem;
}
@media (max-width: 980px) {
	.dm-lp-personal__worry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
	.dm-lp-personal__worry-list { grid-template-columns: 1fr; }
}
.dm-lp-personal__worry-list li {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow-sm);
	padding: 1rem 1rem 1rem 2.35rem;
	position: relative;
	font-weight: 700;
	color: var(--lp-ink);
	line-height: 1.75;
}
.dm-lp-personal__worry-list li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.62rem;
	width: .55rem;
	height: .55rem;
	border-radius: 999px;
	background: var(--lp-red);
	box-shadow: 0 0 0 5px var(--lp-red-soft);
}
.dm-lp-personal__proof-grid,
.dm-lp-personal__evidence-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}
@media (max-width: 767px) {
	.dm-lp-personal__proof-grid,
	.dm-lp-personal__evidence-grid { grid-template-columns: 1fr; }
}
.dm-lp-personal__proof,
.dm-lp-personal__evidence-grid article {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	padding: 1.25rem;
	text-align: center;
	font-weight: 800;
	color: var(--lp-ink);
}
.dm-lp-personal__proof {
	min-height: 84px;
	display: grid;
	place-items: center;
}
.dm-lp-personal__proof:first-child {
	background: linear-gradient(180deg, var(--lp-red) 0%, var(--lp-red-dark) 100%);
	color: #fff;
}
.dm-lp-personal__aside {
	max-width: 820px;
	margin: 1.5rem auto 0;
	padding: 1.25rem 1.5rem;
	border-radius: var(--lp-radius-lg);
	background: var(--lp-soft);
	border: 1px solid var(--lp-line-soft);
	color: var(--lp-ink-2);
	line-height: 1.9;
}
.dm-lp-personal__aside p:first-child {
	font-weight: 900;
	color: var(--lp-red);
}
.dm-lp-personal__aside p:last-child {
	margin-bottom: 0;
}
.dm-lp-personal__evidence-grid article {
	text-align: left;
}
.dm-lp-personal__evidence-grid strong {
	display: block;
	color: var(--lp-red);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	line-height: 1.1;
	margin-bottom: .45rem;
}
.dm-lp-personal__evidence-grid span {
	display: block;
	color: var(--lp-ink-2);
	font-size: .9rem;
	line-height: 1.7;
	font-weight: 700;
}

/* ---------- Personal LP : Hero hours / sub-headings ---------- */
.dm-lp-personal__hours {
	margin: .75rem 0 0;
	color: var(--lp-ink-2);
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .04em;
}
.dm-lp-personal__sub-h {
	margin: 2.25rem 0 .75rem;
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
	font-weight: 900;
	color: var(--lp-ink);
	letter-spacing: .02em;
}
.dm-lp-personal__sub-h--center {
	text-align: center;
}

/* ---------- Personal LP : 1分動画解説 ---------- */
.dm-lp-personal__video {
	display: grid;
	grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 1.75rem);
	max-width: 880px;
	margin: 0 auto;
	padding: 1rem;
	border-radius: var(--lp-radius-lg);
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	box-shadow: var(--lp-shadow-sm);
	text-decoration: none;
	color: var(--lp-ink);
	transition: transform .18s ease, box-shadow .18s ease;
}
.dm-lp-personal__video:hover {
	transform: translateY(-2px);
	box-shadow: var(--lp-shadow-md);
}
@media (max-width: 640px) {
	.dm-lp-personal__video { grid-template-columns: 1fr; }
}
.dm-lp-personal__video-frame {
	position: relative;
	display: block;
	border-radius: var(--lp-radius);
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--lp-soft);
}
.dm-lp-personal__video-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dm-lp-personal__video-play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: none;
}
.dm-lp-personal__video-cap {
	font-weight: 800;
	line-height: 1.6;
}

/* ---------- Personal LP : 施工すると / 仕組み ---------- */
.dm-lp-personal__how-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 760px;
	display: grid;
	gap: .65rem;
}
.dm-lp-personal__how-list li {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	padding: .85rem 1rem .85rem 2.4rem;
	position: relative;
	font-weight: 700;
	color: var(--lp-ink);
	line-height: 1.7;
	box-shadow: var(--lp-shadow-sm);
}
.dm-lp-personal__how-list li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 50%;
	width: .55rem;
	height: .55rem;
	transform: translateY(-50%);
	border-radius: 999px;
	background: var(--lp-red);
	box-shadow: 0 0 0 5px var(--lp-red-soft);
}
.dm-lp-personal__how-summary {
	margin: 1.5rem auto 0;
	max-width: 760px;
	text-align: center;
	font-weight: 800;
	color: var(--lp-ink);
	line-height: 1.85;
}
.dm-lp-personal__how-summary p { margin: .25rem 0; }
.dm-lp-personal__mechanism {
	max-width: 820px;
	margin: 0 auto;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	line-height: 1.95;
}
.dm-lp-personal__mechanism p { margin: .35rem 0; }
.dm-lp-personal__mechanism p:first-child { font-weight: 900; color: var(--lp-red); }

/* ---------- Personal LP : Evidence intro / tables ---------- */
.dm-lp-personal__evidence-intro {
	max-width: 880px;
	margin: 0 auto 2rem;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	color: var(--lp-ink-2);
	line-height: 1.9;
}
.dm-lp-personal__evidence-intro p { margin: .35rem 0; }
.dm-lp-personal__evidence-intro p:first-child {
	font-size: 1.05rem;
	font-weight: 900;
	color: var(--lp-ink);
}
.dm-lp-personal__evidence-tables {
	display: grid;
	gap: 1.25rem;
}
.dm-lp-personal__evidence-table {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	padding: 1.25rem 1.25rem 1rem;
}
.dm-lp-personal__evidence-table h3 {
	margin: 0 0 .35rem;
	font-size: 1.05rem;
	font-weight: 900;
	color: var(--lp-ink);
}
.dm-lp-personal__evidence-note {
	margin: 0 0 .75rem;
	color: var(--lp-ink-2);
	font-size: .9rem;
	line-height: 1.75;
}
.dm-lp-personal__evidence-grid-table {
	width: 100%;
	border-collapse: collapse;
	font-size: .92rem;
	line-height: 1.65;
}
.dm-lp-personal__evidence-grid-table th,
.dm-lp-personal__evidence-grid-table td {
	padding: .55rem .65rem;
	border: 1px solid var(--lp-line);
	text-align: left;
	vertical-align: top;
}
.dm-lp-personal__evidence-grid-table thead th {
	background: var(--lp-soft);
	font-weight: 800;
}
.dm-lp-personal__evidence-grid-table thead th.is-data {
	color: var(--lp-red);
}
.dm-lp-personal__evidence-grid-table tbody th {
	background: #fafafa;
	font-weight: 700;
	white-space: nowrap;
}

/* ---------- Personal LP : Voices ---------- */
.dm-lp-personal__voices {
	display: grid;
	gap: 1rem;
}
.dm-lp-personal__voice {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-lg);
	box-shadow: var(--lp-shadow-sm);
	padding: 1.25rem;
}
.dm-lp-personal__voice header {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding-bottom: .85rem;
	margin-bottom: .85rem;
	border-bottom: 1px dashed var(--lp-line);
}
.dm-lp-personal__voice header img {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	object-fit: cover;
	background: var(--lp-soft);
}
.dm-lp-personal__voice header h3 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 900;
	color: var(--lp-ink);
	line-height: 1.5;
}
.dm-lp-personal__voice-body p {
	margin: 0 0 .65rem;
	color: var(--lp-ink-2);
	line-height: 1.95;
}
.dm-lp-personal__voice-body p:last-child { margin-bottom: 0; }

/* ---------- Personal LP : FAQ ---------- */
.dm-lp-personal__faq {
	display: grid;
	gap: .7rem;
	max-width: 920px;
	margin: 0 auto;
}
.dm-lp-personal__faq details {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow-sm);
	overflow: hidden;
}
.dm-lp-personal__faq summary {
	list-style: none;
	cursor: pointer;
	padding: 1rem 2.6rem 1rem 1rem;
	font-weight: 800;
	color: var(--lp-ink);
	line-height: 1.6;
	position: relative;
}
.dm-lp-personal__faq summary::-webkit-details-marker { display: none; }
.dm-lp-personal__faq summary::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--lp-red);
	border-bottom: 2px solid var(--lp-red);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s;
}
.dm-lp-personal__faq details[open] summary::after {
	transform: translateY(-30%) rotate(-135deg);
}
.dm-lp-personal__faq-body {
	padding: 0 1rem 1rem;
	color: var(--lp-ink-2);
	line-height: 1.95;
}
.dm-lp-personal__faq-body p { margin: 0 0 .6rem; }
.dm-lp-personal__faq-body p:last-child { margin-bottom: 0; }

/* ---------- Personal LP : Info (footer-like) ---------- */
.dm-lp-personal__info { text-align: center; }
.dm-lp-personal__address {
	margin: 0 auto 1.5rem;
	font-weight: 800;
	color: var(--lp-ink);
	line-height: 1.85;
}
.dm-lp-personal__makers {
	max-width: 980px;
	margin: 0 auto;
	color: var(--lp-ink-2);
	font-size: .92rem;
	line-height: 1.95;
	letter-spacing: .02em;
}
.dm-lp-personal__regions {
	max-width: 980px;
	margin: 1rem auto 0;
	display: grid;
	gap: .75rem;
	text-align: left;
}
.dm-lp-personal__regions dt {
	font-weight: 900;
	color: var(--lp-red);
	margin-top: .5rem;
}
.dm-lp-personal__regions dd {
	margin: .25rem 0 0;
	color: var(--lp-ink-2);
	font-size: .9rem;
	line-height: 1.85;
}
.dm-lp-personal__terms-link {
	margin-top: 1.25rem;
}
.dm-lp-personal__terms-link a {
	display: inline-flex;
	align-items: center;
	padding: .5rem 1rem;
	border-radius: 999px;
	background: var(--lp-soft);
	border: 1px solid var(--lp-line-soft);
	color: var(--lp-ink);
	font-weight: 800;
	text-decoration: none;
}
.dm-lp-personal__terms-link a:hover { color: var(--lp-red); }

.dm-lp-personal__terms {
	text-align: center;
}
.dm-lp-personal__download {
	margin: .8rem 0 0;
	color: var(--lp-muted);
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .04em;
}
.dm-lp-personal__size-search {
	max-width: 960px;
	margin: 1rem auto 0;
}
.dm-lp-personal__size-search h4 {
	margin: 0 0 1rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 900;
	color: var(--lp-ink);
}
.dm-lp-personal__size-search .car-size-container {
	margin-bottom: 0;
}



/* ============================================================
 * LP: easy-car-clean (depost.yokohama 完コピ版 v2)
 * Scope: .dm-lp-easy
 * ============================================================ */

body.dm-lp-easy-body #main_contents,
body.dm-lp-easy-body #main_col,
body.dm-lp-easy-body #article {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}
body.dm-lp-easy-body #left_col { display: none !important; }

.dm-lp-easy {
	--ec-yellow: #fede00;
	--ec-yellow-dark: #f5c800;
	--ec-yellow-line: #e6b800;
	--ec-orange: #f6a623;
	--ec-orange-dark: #e08e00;
	--ec-blue: #1976c5;
	--ec-blue-dark: #0d5ba6;
	--ec-cyan: #6cb4d6;
	--ec-cyan-dark: #4a9bbf;
	--ec-grey: #c8c8c8;
	--ec-grey-2: #a8a8a8;
	--ec-ink: #1a1a1a;
	--ec-ink-2: #555;
	--ec-bg: #fff;
	--ec-bg-soft: #f7f7f7;
	--ec-line: #e5e5e5;
	--ec-radius: 14px;
	--ec-shadow: 0 8px 24px rgba(0,0,0,.08);
	box-sizing: border-box;
	color: var(--ec-ink);
	background: var(--ec-bg);
	font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	line-height: 1.7;
	overflow-x: hidden;
}
.dm-lp-easy *, .dm-lp-easy *::before, .dm-lp-easy *::after { box-sizing: border-box; }
.dm-lp-easy img { max-width: 100%; height: auto; display: block; }
.dm-lp-easy a { color: inherit; text-decoration: none; }

.dm-lp-easy__wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
.dm-lp-easy-only-sp { display: none; }
@media (max-width: 767px) { .dm-lp-easy-only-sp { display: inline; } }

/* ---------- 共通見出し ---------- */
.dm-lp-easy__h2 {
	display: inline-block;
	padding: 12px 32px;
	background: var(--ec-blue);
	color: #fff;
	font-weight: 900;
	font-size: clamp(20px, 3vw, 30px);
	border-radius: 4px;
	margin: 0 0 28px;
}
.dm-lp-easy__h2--blue { background: var(--ec-blue); }
.dm-lp-easy__h2-plain {
	text-align: center;
	font-weight: 900;
	font-size: clamp(24px, 3.6vw, 36px);
	color: var(--ec-ink);
	margin: 0 0 32px;
}

/* ---------- CTA ---------- */
.dm-lp-easy__cta {
	display: block;
	width: max-content;
	max-width: 100%;
	padding: 18px 64px;
	margin: 32px auto;
	background: var(--ec-orange);
	color: #fff !important;
	font-weight: 900;
	font-size: clamp(18px, 2.2vw, 22px);
	border-radius: 8px;
	box-shadow: 0 6px 0 var(--ec-orange-dark), 0 10px 24px rgba(0,0,0,.18);
	text-align: center;
	letter-spacing: .04em;
	transition: transform .15s, box-shadow .15s;
}
.dm-lp-easy__cta:hover { transform: translateY(2px); box-shadow: 0 4px 0 var(--ec-orange-dark), 0 6px 16px rgba(0,0,0,.18); }
.dm-lp-easy__cta--big { padding: 22px 80px; font-size: clamp(20px, 2.4vw, 26px); }

/* ============================================================
 * FV
 * ============================================================ */
.dm-lp-easy__fv {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 40px;
	overflow: hidden;
}
.dm-lp-easy__fv-pill {
	position: absolute;
	top: 24px; right: 24px;
	background: var(--ec-yellow);
	color: var(--ec-ink);
	font-weight: 900;
	font-size: clamp(13px, 1.6vw, 16px);
	padding: 8px 28px;
	border-radius: 9999px;
	z-index: 5;
}
.dm-lp-easy__fv-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr 1fr;
	gap: 24px;
	align-items: start;
	margin-top: 56px;
}
.dm-lp-easy__fv-photo {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,.15);
}
.dm-lp-easy__fv-photo img { aspect-ratio: 1/1; object-fit: cover; }
.dm-lp-easy__fv-center { text-align: center; padding: 0 8px; }
.dm-lp-easy__fv-title {
	font-weight: 900;
	color: var(--ec-orange-dark);
	margin: 0 0 24px;
	line-height: 1.4;
}
.dm-lp-easy__fv-title-r1,
.dm-lp-easy__fv-title-r2 {
	display: inline-block;
	font-size: clamp(22px, 3.6vw, 38px);
	border-bottom: 3px solid var(--ec-orange);
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.dm-lp-easy__fv-title-r2 { margin-top: 8px; }
.dm-lp-easy__fv-q {
	margin: 0 0 6px;
	font-size: clamp(12px, 1.4vw, 14px);
	color: var(--ec-ink-2);
}
.dm-lp-easy__fv-strong {
	margin: 16px 0;
	font-size: clamp(16px, 2.4vw, 22px);
	font-weight: 900;
	color: var(--ec-ink);
}
.dm-lp-easy__fv-service {
	margin: 16px 0 6px;
	font-size: clamp(13px, 1.6vw, 16px);
	font-weight: 700;
	line-height: 1.6;
}
.dm-lp-easy__fv-logo { max-width: 320px; margin: 6px auto 16px; }
.dm-lp-easy__fv-badges { max-width: 360px; margin: 12px auto 0; }
.dm-lp-easy__fv-woman {
	position: relative;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,.15);
}
.dm-lp-easy__fv-woman img { aspect-ratio: 1/1; object-fit: cover; }
.dm-lp-easy__fv-bubble {
	position: absolute;
	right: -10px; bottom: -10px;
	width: 180px; height: 180px;
	background: var(--ec-yellow);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-weight: 900;
	font-size: 12px;
	color: var(--ec-ink);
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
	border: 3px solid #fff;
	text-align: center;
	line-height: 1.4;
}
.dm-lp-easy__fv-bubble span { display: block; }
.dm-lp-easy__fv-keep {
	text-align: right;
	margin: 12px 0 0;
	color: var(--ec-orange-dark);
	font-weight: 700;
	font-size: clamp(12px, 1.4vw, 14px);
}
@media (max-width: 900px) {
	.dm-lp-easy__fv-grid { grid-template-columns: 1fr; gap: 20px; }
	.dm-lp-easy__fv-photo, .dm-lp-easy__fv-woman { max-width: 480px; margin: 0 auto; width: 100%; }
	.dm-lp-easy__fv-bubble { width: 130px; height: 130px; font-size: 11px; }
	.dm-lp-easy__fv-keep { text-align: center; }
}

/* ============================================================
 * 悩み（上：3カラム）
 * ============================================================ */
.dm-lp-easy__worry-top { padding: 32px 0 16px; background: #fff; }
.dm-lp-easy__worry-top-grid {
	display: grid;
	grid-template-columns: 200px 1fr 280px;
	align-items: center;
	gap: 20px;
}
.dm-lp-easy__worry-fig img { width: 100%; height: auto; }
.dm-lp-easy__worry-fig--left img { max-width: 200px; }
.dm-lp-easy__worry-fig--right img { max-width: 160px; }
.dm-lp-easy__worry-quotes p {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: clamp(13px, 1.6vw, 15px);
}
.dm-lp-easy__worry-answer {
	display: flex;
	align-items: center;
	gap: 12px;
}
.dm-lp-easy__worry-answer-text {
	margin: 0;
	color: var(--ec-orange);
	font-weight: 900;
	font-size: clamp(18px, 2.4vw, 26px);
	border-bottom: 3px solid var(--ec-orange);
	line-height: 1.4;
	padding-bottom: 4px;
}
@media (max-width: 767px) {
	.dm-lp-easy__worry-top-grid { grid-template-columns: 1fr; gap: 12px; text-align: center; }
	.dm-lp-easy__worry-answer { justify-content: center; }
	.dm-lp-easy__worry-fig--left img,
	.dm-lp-easy__worry-fig--right img { max-width: 160px; margin: 0 auto; }
}

/* ============================================================
 * 悩み（下：吹き出し型カード3カラム）
 * ============================================================ */
.dm-lp-easy__worry-list { padding: 32px 0 56px; background: #fff; }
.dm-lp-easy__worry-bubbles-grid {
	display: grid;
	grid-template-columns: 1fr 240px 1fr;
	gap: 24px;
	align-items: end;
}
.dm-lp-easy__worry-bubbles { list-style: none; padding: 0; margin: 0; }
.dm-lp-easy__worry-bubbles li {
	position: relative;
	background: linear-gradient(180deg, #d8d8d8 0%, #b8b8b8 100%);
	color: var(--ec-ink);
	font-size: clamp(13px, 1.5vw, 14px);
	font-weight: 700;
	padding: 14px 22px;
	margin: 0 0 14px;
	border-radius: 8px;
}
.dm-lp-easy__worry-bubbles--left li::after {
	content: "";
	position: absolute;
	right: -12px; top: 50%;
	transform: translateY(-50%);
	width: 0; height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #b8b8b8;
}
.dm-lp-easy__worry-bubbles--right li::before {
	content: "";
	position: absolute;
	left: -12px; top: 50%;
	transform: translateY(-50%);
	width: 0; height: 0;
	border-style: solid;
	border-width: 8px 14px 8px 0;
	border-color: transparent #c8c8c8 transparent transparent;
}
.dm-lp-easy__worry-center { margin: 0; }
.dm-lp-easy__worry-center img { max-width: 240px; margin: 0 auto; }
@media (max-width: 767px) {
	.dm-lp-easy__worry-bubbles-grid { grid-template-columns: 1fr; }
	.dm-lp-easy__worry-bubbles--left li::after,
	.dm-lp-easy__worry-bubbles--right li::before { display: none; }
	.dm-lp-easy__worry-center { order: 3; }
}

/* ============================================================
 * 解決バナー（黄色枠 + ロゴ + テキスト 横並び）
 * ============================================================ */
.dm-lp-easy__solve { padding: 40px 0 56px; background: #fff; }
.dm-lp-easy__solve-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	background: #fff;
	border-top: 6px solid var(--ec-yellow);
	border-bottom: 6px solid var(--ec-yellow);
	padding: 18px 24px;
	max-width: 700px;
	margin: 0 0 28px;
	flex-wrap: wrap;
}
.dm-lp-easy__solve-logo { max-width: 240px; }
.dm-lp-easy__solve-text {
	margin: 0;
	font-size: clamp(20px, 3.2vw, 28px);
	font-weight: 900;
	color: var(--ec-ink);
}
.dm-lp-easy__solve-row {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 32px;
	align-items: center;
}
.dm-lp-easy__proof-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.dm-lp-easy__proof-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 12px;
	align-items: center;
	background: #fff;
	border: 2px solid var(--ec-yellow);
	padding: 10px 14px;
	border-radius: 6px;
}
.dm-lp-easy__proof-label {
	font-weight: 900;
	font-size: clamp(13px, 1.6vw, 16px);
	color: var(--ec-ink);
	text-align: center;
}
.dm-lp-easy__proof-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.dm-lp-easy__proof-tag {
	flex: 1 1 auto;
	min-width: 0;
	background: var(--ec-yellow);
	color: var(--ec-ink);
	font-weight: 900;
	font-size: clamp(12px, 1.5vw, 14px);
	padding: 10px 12px;
	border-radius: 4px;
	text-align: center;
}
.dm-lp-easy__solve-badges { margin: 0; }
.dm-lp-easy__solve-badges img { max-width: 320px; margin: 0 auto; }
@media (max-width: 767px) {
	.dm-lp-easy__solve-row { grid-template-columns: 1fr; }
	.dm-lp-easy__proof-row { grid-template-columns: 1fr; }
}

/* ============================================================
 * ちょっと一言
 * ============================================================ */
.dm-lp-easy__aside-sec { padding: 40px 0 56px; background: #fff; }
.dm-lp-easy__aside {
	background: #fff;
	border: 3px solid var(--ec-yellow);
	border-radius: 6px;
	padding: 24px 28px;
	max-width: 920px;
	margin: 0 auto;
}
.dm-lp-easy__aside-title { color: var(--ec-orange-dark); font-weight: 900; font-size: clamp(15px, 1.8vw, 18px); margin: 0 0 16px; }
.dm-lp-easy__aside-row { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: start; }
.dm-lp-easy__aside-fig img { border-radius: 50%; max-width: 160px; margin: 0; }
.dm-lp-easy__aside-body p { margin: 0 0 8px; font-size: clamp(13px, 1.6vw, 15px); line-height: 1.9; }
@media (max-width: 767px) {
	.dm-lp-easy__aside-row { grid-template-columns: 1fr; text-align: center; }
	.dm-lp-easy__aside-fig img { margin: 0 auto; }
	.dm-lp-easy__aside-body { text-align: left; }
}

/* ============================================================
 * About（てなに？）
 * ============================================================ */
.dm-lp-easy__about { padding: 40px 0 48px; background: #fff; text-align: center; }
.dm-lp-easy__about-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 24px;
	font-weight: 900;
	font-size: clamp(20px, 2.6vw, 28px);
}
.dm-lp-easy__about-logo { max-width: 320px; }
.dm-lp-easy__about-body { max-width: 820px; margin: 0 auto 28px; text-align: left; }
.dm-lp-easy__about-body p { margin: 0 0 10px; font-size: clamp(14px, 1.8vw, 17px); line-height: 1.9; font-weight: 700; }
.dm-lp-easy__movie-block { display: flex; flex-direction: column; align-items: flex-start; max-width: 920px; margin: 0 auto; }
.dm-lp-easy__movie-label {
	display: inline-block;
	background: var(--ec-blue);
	color: #fff;
	font-weight: 900;
	font-size: clamp(16px, 2vw, 22px);
	padding: 10px 28px;
	border-radius: 8px 8px 0 0;
}
.dm-lp-easy__movie { display: block; max-width: 320px; }

/* ============================================================
 * 施工すると
 * ============================================================ */
.dm-lp-easy__after { padding: 40px 0 56px; background: #fafafa; text-align: center; }
.dm-lp-easy__after-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 920px;
	margin: 0 auto 32px;
}
.dm-lp-easy__after-grid figure { margin: 0; background: #fff; border-radius: var(--ec-radius); overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.dm-lp-easy__after-grid figcaption { padding: 14px 18px; text-align: left; font-size: clamp(13px, 1.5vw, 15px); }
.dm-lp-easy__after-grid figcaption p { margin: 0 0 6px; font-weight: 700; }
.dm-lp-easy__after-menu, .dm-lp-easy__after-badges, .dm-lp-easy__after-family { max-width: 920px; margin: 24px auto; }
@media (max-width: 767px) {
	.dm-lp-easy__after-grid { grid-template-columns: 1fr; }
}

/* ============================================================
 * 仕組み
 * ============================================================ */
.dm-lp-easy__mech { padding: 40px 0 56px; background: #fff; text-align: center; }
.dm-lp-easy__mech-h3 { font-size: clamp(18px, 2.4vw, 24px); font-weight: 900; margin: 0 0 28px; }
.dm-lp-easy__mech-row {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto 24px;
	align-items: center;
}
.dm-lp-easy__mech-fig { margin: 0; }
.dm-lp-easy__mech-text { font-size: clamp(13px, 1.6vw, 16px); font-weight: 700; }
@media (max-width: 767px) { .dm-lp-easy__mech-row { grid-template-columns: 1fr; } }

/* ============================================================
 * 効果と安全性
 * ============================================================ */
.dm-lp-easy__effect { padding: 40px 0 56px; background: #fafafa; text-align: center; }
.dm-lp-easy__effect-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin: 0 0 24px;
}
.dm-lp-easy__effect-row img { width: clamp(80px, 14vw, 140px); height: auto; }

/* ============================================================
 * お客さまの声（2 カラム）
 * ============================================================ */
.dm-lp-easy__voice { padding: 40px 0 56px; background: #fff; }
.dm-lp-easy__voice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 1080px;
	margin: 0 auto;
}
.dm-lp-easy__voice-card {
	background: #fff;
	border: 1px solid var(--ec-line);
	border-radius: var(--ec-radius);
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.dm-lp-easy__voice-card header { display: flex; align-items: center; gap: 16px; margin: 0 0 16px; padding: 0 0 12px; border-bottom: 1px solid var(--ec-line); }
.dm-lp-easy__voice-card header img { width: 64px; height: 64px; border-radius: 50%; }
.dm-lp-easy__voice-card header h3 { margin: 0; font-size: clamp(14px, 1.7vw, 17px); font-weight: 900; flex: 1; text-align: center; }
.dm-lp-easy__voice-kind { font-weight: 700; font-size: 13px; color: var(--ec-ink-2); }
.dm-lp-easy__voice-body p { margin: 0 0 8px; font-size: clamp(12px, 1.4vw, 14px); line-height: 1.8; color: var(--ec-ink-2); }
@media (max-width: 767px) { .dm-lp-easy__voice-grid { grid-template-columns: 1fr; } }

/* ============================================================
 * シアン色アコーディオン親（エビデンス・FAQ・料金・規約）
 * ============================================================ */
.dm-lp-easy__acc { padding: 8px 0; background: #fff; }
.dm-lp-easy__acc-bar {
	max-width: 1080px;
	margin: 0 auto;
	background: var(--ec-cyan);
	border-radius: 4px;
	overflow: hidden;
}
.dm-lp-easy__acc-bar > summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 60px 18px 28px;
	color: #fff;
	font-weight: 900;
	font-size: clamp(15px, 2vw, 20px);
	position: relative;
	background: var(--ec-cyan);
}
.dm-lp-easy__acc-bar > summary::-webkit-details-marker { display: none; }
.dm-lp-easy__acc-bar > summary::after {
	content: "+";
	position: absolute;
	right: 28px; top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	transition: transform .2s;
}
.dm-lp-easy__acc-bar[open] > summary::after { content: "−"; }
.dm-lp-easy__acc-body {
	background: #fff;
	padding: 24px;
	border: 1px solid var(--ec-line);
	border-top: none;
	text-align: center;
}
.dm-lp-easy__terms-label {
	display: inline-block;
	background: var(--ec-blue);
	color: #fff;
	font-weight: 900;
	font-size: clamp(15px, 2vw, 20px);
	padding: 8px 28px;
	border-radius: 4px;
	margin: 24px 0 16px;
}
.dm-lp-easy__acc--terms { text-align: left; }

/* エビデンス内部 */
.dm-lp-easy__evi-block { max-width: 920px; margin: 0 auto 40px; padding: 0 0 32px; border-bottom: 1px dashed var(--ec-line); }
.dm-lp-easy__evi-block:last-child { border-bottom: none; }
.dm-lp-easy__evi-h3 {
	display: inline-block;
	background: var(--ec-orange);
	color: #fff;
	padding: 10px 22px;
	border-radius: 4px;
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 900;
	margin: 0 0 20px;
}
.dm-lp-easy__evi-shield { max-width: 280px; margin: 16px auto; }
.dm-lp-easy__evi-fig { max-width: 600px; margin: 16px auto; }
.dm-lp-easy__evi-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 920px; margin: 16px auto; }
.dm-lp-easy__evi-charts figure { margin: 0; }
.dm-lp-easy__evi-charts figcaption { font-size: 13px; color: var(--ec-ink-2); margin-top: 8px; }
.dm-lp-easy__evi-block p { margin: 0 0 12px; font-size: clamp(13px, 1.5vw, 15px); line-height: 1.9; text-align: left; }
.dm-lp-easy__evi-cap { font-weight: 900 !important; margin: 20px 0 12px !important; color: var(--ec-ink); text-align: center !important; }
.dm-lp-easy__evi-note { font-size: 12px !important; color: var(--ec-ink-2); }
.dm-lp-easy__evi-scroll { overflow-x: auto; }
.dm-lp-easy__evi-table {
	width: 100%;
	max-width: 920px;
	margin: 12px auto;
	border-collapse: collapse;
	font-size: clamp(12px, 1.3vw, 14px);
	background: #fff;
}
.dm-lp-easy__evi-table th,
.dm-lp-easy__evi-table td {
	border: 1px solid var(--ec-line);
	padding: 10px 12px;
	text-align: center;
	vertical-align: middle;
}
.dm-lp-easy__evi-table thead th { background: var(--ec-blue); color: #fff; font-weight: 900; }
.dm-lp-easy__evi-table tbody th { background: #f4f6f9; text-align: left; font-weight: 700; }
.dm-lp-easy__evi-table--compare { min-width: 760px; }
.dm-lp-easy__evi-icons { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin: 16px 0; }
.dm-lp-easy__evi-icons figure { margin: 0; }
.dm-lp-easy__evi-icons img { max-width: 140px; }
.dm-lp-easy__evi-icons figcaption { margin-top: 8px; font-size: 13px; font-weight: 700; }
.dm-lp-easy__evi-features dl { max-width: 820px; margin: 0 auto; text-align: left; }
.dm-lp-easy__evi-features dt { background: var(--ec-yellow); font-weight: 900; padding: 10px 16px; border-radius: 6px; margin: 16px 0 8px; }
.dm-lp-easy__evi-features dd { margin: 0 0 8px; font-size: clamp(13px, 1.5vw, 15px); line-height: 1.9; }
@media (max-width: 767px) { .dm-lp-easy__evi-charts { grid-template-columns: 1fr; } }

/* FAQ 内部 */
.dm-lp-easy__faq-list { max-width: 920px; margin: 0 auto; text-align: left; }
.dm-lp-easy__faq-item { background: var(--ec-yellow); border-radius: 8px; margin: 0 0 12px; overflow: hidden; }
.dm-lp-easy__faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 14px 48px 14px 56px;
	font-weight: 900;
	font-size: clamp(14px, 1.7vw, 16px);
	position: relative;
}
.dm-lp-easy__faq-item summary::-webkit-details-marker { display: none; }
.dm-lp-easy__faq-item summary::before {
	content: "Q";
	position: absolute;
	left: 18px; top: 50%; transform: translateY(-50%);
	width: 28px; height: 28px;
	background: var(--ec-orange); color: #fff;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-weight: 900;
}
.dm-lp-easy__faq-item summary::after {
	content: "▼";
	position: absolute;
	right: 20px; top: 50%; transform: translateY(-50%);
	font-size: 12px; color: var(--ec-ink-2);
}
.dm-lp-easy__faq-item[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.dm-lp-easy__faq-body { background: #fff; padding: 16px 24px 20px 56px; position: relative; }
.dm-lp-easy__faq-body::before {
	content: "A";
	position: absolute; left: 18px; top: 18px;
	width: 28px; height: 28px;
	background: var(--ec-blue); color: #fff;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-weight: 900;
}
.dm-lp-easy__faq-body p { margin: 0 0 10px; font-size: clamp(13px, 1.5vw, 15px); line-height: 1.9; }

/* 料金 */
.dm-lp-easy__price-wrap { max-width: 920px; margin: 0 auto 16px; overflow-x: auto; }
.dm-lp-easy__price-table { width: 100%; min-width: 640px; border-collapse: collapse; background: #fff; }
.dm-lp-easy__price-table th, .dm-lp-easy__price-table td { border: 1px solid var(--ec-line); padding: 12px 10px; text-align: center; font-size: clamp(13px, 1.4vw, 14px); }
.dm-lp-easy__price-table thead th { background: var(--ec-orange); color: #fff; font-weight: 900; }
.dm-lp-easy__price-table tbody th { background: #fffaf0; text-align: left; font-weight: 700; }
.dm-lp-easy__note { max-width: 920px; margin: 12px auto 0; font-size: 12px; color: var(--ec-ink-2); text-align: left; }

/* ============================================================
 * 最終 CTA
 * ============================================================ */
.dm-lp-easy__final { padding: 40px 0 56px; background: #fff; text-align: center; }

/* easy-car-clean v3: コピー元との差分修正 */
@media (min-width: 901px) {
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		white-space: nowrap;
		font-size: clamp(24px, 3.1vw, 34px);
	}
}

.dm-lp-easy__compare {
	padding: 40px 0 28px;
	background: #fff;
}
.dm-lp-easy__compare .dm-lp-easy__h2 {
	margin-left: 0;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th,
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td {
	border-color: #d8d8d8;
	padding: 14px 12px;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare thead th {
	background: #ffe38b;
	color: #222;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody th {
	background: #fff3c4;
	text-align: center;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td:nth-child(2),
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th:nth-child(2) {
	background: #e8f4ff;
	border-left: 3px solid #1f83d0;
	border-right: 3px solid #1f83d0;
	font-weight: 700;
}

.dm-lp-easy__features {
	padding: 18px 0 48px;
	background: #fff;
}
.dm-lp-easy__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.dm-lp-easy__feature-grid article {
	background: #fff;
	border: 1px solid var(--ec-line);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
	overflow: hidden;
}
.dm-lp-easy__feature-grid h3 {
	margin: 0;
	padding: 14px 12px;
	background: #fff65a;
	font-size: clamp(14px, 1.6vw, 17px);
	font-weight: 900;
	text-align: center;
}
.dm-lp-easy__feature-grid p {
	margin: 0;
	padding: 18px 14px;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.8;
}

.dm-lp-easy__acc .dm-lp-easy__h2 {
	margin: 24px 0 24px;
}
.dm-lp-easy__price-lead {
	margin: 0 0 18px;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 900;
	text-align: center;
}
.dm-lp-easy__price-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 920px;
	margin: 20px auto 28px;
	text-align: left;
}
.dm-lp-easy__price-cards article {
	background: #fff;
	border: 1px solid var(--ec-line);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 3px 10px rgba(0,0,0,.06);
}
.dm-lp-easy__price-cards h3 {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 900;
}
.dm-lp-easy__price-cards p {
	margin: 0 0 4px;
	font-size: 13px;
}
.dm-lp-easy__size-title {
	margin: 28px 0 14px;
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 900;
	text-align: center;
}
.dm-lp-easy__size-search {
	max-width: 920px;
	margin: 0 auto 16px;
	padding: 18px;
	background: #f7f9fc;
	border: 1px solid var(--ec-line);
	border-radius: 8px;
	text-align: left;
}
.dm-lp-easy__size-search h4 {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 900;
}
.dm-lp-easy .car-size-controls {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.dm-lp-easy .dropdown-container {
	position: relative;
}
.dm-lp-easy .dropdown-btn,
.dm-lp-easy .search-container input {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #d4dae5;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	text-align: left;
}
.dm-lp-easy .dropdown-content {
	display: none;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--ec-line);
	border-radius: 6px;
	box-shadow: var(--ec-shadow);
}
.dm-lp-easy .dropdown-container.open .dropdown-content {
	display: block;
}
.dm-lp-easy .dropdown-content a {
	display: block;
	padding: 9px 14px;
	font-size: 14px;
}
.dm-lp-easy .search-container {
	position: relative;
}
.dm-lp-easy .clear-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
}
.dm-lp-easy .car-size-car-list:not(:empty) {
	margin-top: 18px;
	overflow-x: auto;
}
.dm-lp-easy .car-size-car-list table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.dm-lp-easy .car-size-car-list th,
.dm-lp-easy .car-size-car-list td {
	border: 1px solid var(--ec-line);
	padding: 9px 10px;
	font-size: 13px;
}
.dm-lp-easy .car-size-car-list th {
	background: var(--ec-blue);
	color: #fff;
}

.dm-lp-easy__shop {
	padding: 44px 0 56px;
	background: #eaf7ff;
}
.dm-lp-easy__shop-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	align-items: start;
	margin-bottom: 28px;
}
.dm-lp-easy__shop h2 {
	margin: 0 0 18px;
	color: #004bb5;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
}
.dm-lp-easy__shop h3 {
	margin: 28px 0 10px;
	color: #111;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 900;
}
.dm-lp-easy__shop p,
.dm-lp-easy__regions dd {
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.9;
}
.dm-lp-easy__map {
	min-height: 260px;
	border-radius: 8px;
	overflow: hidden;
	background: #dbeafe;
	box-shadow: 0 4px 14px rgba(0,0,0,.1);
}
.dm-lp-easy__map iframe {
	width: 100%;
	height: 300px;
	border: 0;
	display: block;
}
.dm-lp-easy__makers {
	background: #fff;
	border-radius: 8px;
	padding: 18px;
}
.dm-lp-easy__regions {
	margin: 0;
	background: #fff;
	border-radius: 8px;
	padding: 18px;
}
.dm-lp-easy__regions dt {
	font-weight: 900;
	margin-top: 18px;
}
.dm-lp-easy__regions dt:first-child {
	margin-top: 0;
}
.dm-lp-easy__regions dd {
	margin: 6px 0 0;
}

@media (max-width: 767px) {
	.dm-lp-easy__feature-grid,
	.dm-lp-easy__price-cards,
	.dm-lp-easy .car-size-controls,
	.dm-lp-easy__shop-head {
		grid-template-columns: 1fr;
	}
}

/* easy-car-clean FV: コピー元画像に合わせた単体調整 */
.dm-lp-easy__fv {
	max-width: 1040px;
	min-height: 690px;
	padding: 16px 38px 34px;
}
.dm-lp-easy__fv-pill {
	top: 16px;
	right: 36px;
	border-radius: 0;
	padding: 6px 10px;
	background: #d6c900;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}
.dm-lp-easy__fv-title {
	position: absolute;
	top: 112px;
	left: 41.5%;
	z-index: 2;
	width: 560px;
	margin: 0;
	font-weight: 900;
	color: #f39800;
	line-height: 1.18;
	text-align: left;
}
.dm-lp-easy__fv-title-r1,
.dm-lp-easy__fv-title-r2 {
	display: block;
	border-bottom: 1px solid #f39800;
	padding-bottom: 12px;
	margin: 0;
	white-space: nowrap;
	font-size: 40px;
	letter-spacing: .02em;
}
.dm-lp-easy__fv-title-r1 {
	width: 310px;
}
.dm-lp-easy__fv-title-r2 {
	width: 350px;
	margin-top: 36px;
	margin-left: 205px;
}
.dm-lp-easy__fv-grid {
	grid-template-columns: 310px 260px 310px;
	gap: 34px;
	align-items: start;
	margin-top: 182px;
}
.dm-lp-easy__fv-photo {
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
}
.dm-lp-easy__fv-photo img {
	width: 310px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	box-shadow: 0 0 16px rgba(0,0,0,.22);
}
.dm-lp-easy__fv-photo-caption {
	margin-top: 42px;
	padding-left: 22px;
	font-size: 10px;
	line-height: 1.8;
	color: #111;
	text-align: left;
}
.dm-lp-easy__fv-photo-caption span {
	display: block;
}
.dm-lp-easy__fv-center {
	padding: 88px 0 0;
	text-align: center;
}
.dm-lp-easy__fv-q {
	display: none;
}
.dm-lp-easy__fv-strong {
	margin: 0 0 62px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
}
.dm-lp-easy__fv-service {
	margin: 0 0 36px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.55;
}
.dm-lp-easy__fv-logo {
	max-width: 260px;
	margin: 0 auto 22px;
}
.dm-lp-easy__fv-badges {
	max-width: 260px;
	margin: 0 auto;
}
.dm-lp-easy__fv-woman {
	margin-top: 110px;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
}
.dm-lp-easy__fv-woman img {
	width: 310px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	box-shadow: none;
}
.dm-lp-easy__fv-bubble {
	right: -8px;
	bottom: -28px;
	width: 116px;
	height: 116px;
	background: #ffeb91;
	border: 0;
	font-size: 10px;
	line-height: 1.45;
	box-shadow: none;
}
.dm-lp-easy__fv-keep {
	position: absolute;
	right: 46px;
	bottom: 38px;
	margin: 0;
	color: #111;
	font-size: 11px;
	font-weight: 400;
}

@media (max-width: 900px) {
	.dm-lp-easy__fv {
		min-height: 0;
		padding: 18px 18px 34px;
	}
	.dm-lp-easy__fv-pill {
		position: static;
		display: block;
		width: max-content;
		margin-left: auto;
		font-size: 16px;
	}
	.dm-lp-easy__fv-title {
		position: static;
		width: auto;
		margin: 34px auto 24px;
		text-align: center;
	}
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		width: max-content;
		max-width: 100%;
		margin: 0 auto 14px;
		font-size: clamp(25px, 8vw, 36px);
	}
	.dm-lp-easy__fv-grid {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
	.dm-lp-easy__fv-photo,
	.dm-lp-easy__fv-woman,
	.dm-lp-easy__fv-photo img,
	.dm-lp-easy__fv-woman img {
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.dm-lp-easy__fv-center {
		padding-top: 0;
	}
	.dm-lp-easy__fv-strong {
		margin-bottom: 30px;
	}
	.dm-lp-easy__fv-woman {
		margin-top: 20px;
	}
	.dm-lp-easy__fv-keep {
		position: static;
		margin-top: 18px;
		text-align: center;
	}
}

/* easy-car-clean FV fine tune 2 */
.dm-lp-easy__fv {
	overflow: visible;
}
.dm-lp-easy__fv-title {
	left: 34%;
}
.dm-lp-easy__fv-title-r2 {
	width: 370px;
}
@media (min-width: 901px) and (max-width: 1080px) {
	.dm-lp-easy__fv-title {
		left: 38.5%;
	}
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		font-size: 36px;
	}
	.dm-lp-easy__fv-title-r2 {
		margin-left: 165px;
		width: 350px;
	}
}

/* easy-car-clean FV fine tune 3: reference canvas width */
@media (min-width: 901px) {
	.dm-lp-easy__fv {
		left: 50%;
		width: min(100vw, 983px);
		max-width: none;
		transform: translateX(-50%);
		padding: 16px 48px 40px 65px;
		min-height: 720px;
	}
	.dm-lp-easy__fv-pill {
		right: 38px;
	}
	.dm-lp-easy__fv-title {
		left: 39.5%;
		top: 112px;
	}
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		font-size: 39px;
	}
	.dm-lp-easy__fv-title-r1 {
		width: 306px;
	}
	.dm-lp-easy__fv-title-r2 {
		width: 350px;
		margin-left: 205px;
	}
	.dm-lp-easy__fv-grid {
		grid-template-columns: 280px 230px 285px;
		gap: 30px;
		margin-top: 182px;
	}
	.dm-lp-easy__fv-photo img {
		width: 280px;
	}
	.dm-lp-easy__fv-center {
		padding-top: 94px;
	}
	.dm-lp-easy__fv-logo,
	.dm-lp-easy__fv-badges {
		max-width: 245px;
	}
	.dm-lp-easy__fv-woman {
		margin-top: 110px;
	}
	.dm-lp-easy__fv-woman img {
		width: 285px;
	}
	.dm-lp-easy__fv-bubble {
		right: -12px;
		bottom: -28px;
	}
	.dm-lp-easy__fv > .dm-lp-easy__cta {
		margin-top: 108px;
	}
}

/* easy-car-clean FV rollback bad breakout */
@media (min-width: 901px) {
	.dm-lp-easy__fv {
		left: auto;
		width: auto;
		max-width: 1040px;
		transform: none;
		padding: 16px 38px 40px;
		min-height: 720px;
	}
	.dm-lp-easy__fv-pill {
		right: 36px;
	}
	.dm-lp-easy__fv-title {
		left: 38.5%;
		top: 112px;
	}
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		font-size: 36px;
	}
	.dm-lp-easy__fv-title-r1 {
		width: 285px;
	}
	.dm-lp-easy__fv-title-r2 {
		width: 350px;
		margin-left: 165px;
	}
	.dm-lp-easy__fv-grid {
		grid-template-columns: 310px 260px 310px;
		gap: 34px;
		margin-top: 182px;
	}
	.dm-lp-easy__fv-photo img,
	.dm-lp-easy__fv-woman img {
		width: 310px;
	}
	.dm-lp-easy__fv-center {
		padding-top: 88px;
	}
	.dm-lp-easy__fv-logo,
	.dm-lp-easy__fv-badges {
		max-width: 260px;
	}
	.dm-lp-easy__fv-woman {
		margin-top: 110px;
	}
	.dm-lp-easy__fv > .dm-lp-easy__cta {
		margin-top: 118px;
	}
}

/* easy-car-clean worry intro: コピー元横一列 */
.dm-lp-easy__worry-top {
	padding: 22px 0 24px;
	background: #fff;
}
.dm-lp-easy__worry-top .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 40px;
}
.dm-lp-easy__worry-top-grid {
	display: grid;
	grid-template-columns: 105px 330px 1fr 88px;
	gap: 24px;
	align-items: center;
}
.dm-lp-easy__worry-fig {
	margin: 0;
}
.dm-lp-easy__worry-fig--left img {
	width: 94px;
	max-width: 94px;
	height: auto;
}
.dm-lp-easy__worry-quotes {
	text-align: center;
}
.dm-lp-easy__worry-quotes p {
	margin: 0 0 2px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.45;
	color: #000;
}
.dm-lp-easy__worry-answer {
	display: contents;
}
.dm-lp-easy__worry-answer-text {
	grid-column: 3;
	grid-row: 1;
	align-self: center;
	justify-self: stretch;
	margin: 0;
	padding: 0 0 7px;
	border-bottom: 2px solid #f39800;
	color: #f39800;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .02em;
	white-space: nowrap;
	text-align: left;
}
.dm-lp-easy__worry-fig--right {
	grid-column: 4;
	grid-row: 1;
	justify-self: end;
}
.dm-lp-easy__worry-fig--right img {
	width: 86px;
	max-width: 86px;
	height: auto;
}

@media (max-width: 767px) {
	.dm-lp-easy__worry-top .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__worry-top-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		text-align: center;
	}
	.dm-lp-easy__worry-answer {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 8px;
	}
	.dm-lp-easy__worry-answer-text,
	.dm-lp-easy__worry-fig--right {
		grid-column: auto;
		grid-row: auto;
	}
	.dm-lp-easy__worry-answer-text {
		font-size: 24px;
		white-space: normal;
		text-align: center;
	}
	.dm-lp-easy__worry-fig--left img,
	.dm-lp-easy__worry-fig--right img {
		margin: 0 auto;
	}
}

/* easy-car-clean worry intro fine tune */
@media (min-width: 901px) {
	.dm-lp-easy__worry-top .dm-lp-easy__wrap {
		max-width: 1000px;
		padding: 0 40px;
	}
	.dm-lp-easy__worry-top-grid {
		grid-template-columns: 104px 345px 1fr 92px;
		gap: 24px;
	}
	.dm-lp-easy__worry-answer-text {
		font-size: 27px;
	}
}

/* easy-car-clean worry list: コピー元レイアウト */
.dm-lp-easy__worry-list {
	padding: 20px 0 34px;
	background: #fff;
}
.dm-lp-easy__worry-list .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 34px;
}
.dm-lp-easy__h2-plain {
	margin: 0 0 56px;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: .02em;
	text-align: center;
	color: #000;
}
.dm-lp-easy__worry-bubbles-grid {
	display: grid;
	grid-template-columns: 315px 205px 345px;
	gap: 18px;
	align-items: end;
	justify-content: center;
}
.dm-lp-easy__worry-bubbles {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dm-lp-easy__worry-bubbles li {
	position: relative;
	min-height: 57px;
	margin: 0 0 12px;
	padding: 11px 18px;
	background: linear-gradient(90deg, #d9d9d9 0%, #b7b7b7 100%);
	border-radius: 20px 8px 8px 20px;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}
.dm-lp-easy__worry-bubbles--left li::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 16px;
	border-color: transparent transparent transparent #b7b7b7;
	transform: none;
}
.dm-lp-easy__worry-bubbles--right li {
	padding-left: 22px;
	border-radius: 8px 20px 20px 8px;
	background: linear-gradient(90deg, #d9d9d9 0%, #b7b7b7 100%);
}
.dm-lp-easy__worry-bubbles--right li::before {
	content: "";
	position: absolute;
	left: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 16px 28px 0;
	border-color: transparent #d9d9d9 transparent transparent;
	transform: none;
}
.dm-lp-easy__worry-center {
	margin: 0;
	align-self: end;
}
.dm-lp-easy__worry-center img {
	width: 205px;
	max-width: 205px;
	margin: 0 auto 22px;
}

@media (max-width: 767px) {
	.dm-lp-easy__worry-list .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__h2-plain {
		margin-bottom: 28px;
		font-size: 24px;
	}
	.dm-lp-easy__worry-bubbles-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.dm-lp-easy__worry-bubbles li {
		border-radius: 16px;
	}
	.dm-lp-easy__worry-bubbles--left li::after,
	.dm-lp-easy__worry-bubbles--right li::before {
		display: none;
	}
	.dm-lp-easy__worry-center img {
		margin-bottom: 0;
	}
}

/* easy-car-clean worry list fine tune */
.dm-lp-easy__worry-list {
	padding-top: 10px;
}

/* easy-car-clean solve + aside: コピー元レイアウト */
.dm-lp-easy__solve {
	padding: 26px 0 0;
	background: #fff;
}
.dm-lp-easy__solve .dm-lp-easy__wrap,
.dm-lp-easy__aside-sec .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 38px;
}
.dm-lp-easy__solve-banner {
	width: 540px;
	max-width: 540px;
	min-height: 80px;
	margin: 0 0 14px;
	padding: 10px 14px;
	justify-content: flex-start;
	gap: 24px;
	border: 3px solid #f2d400;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-radius: 0;
	background: linear-gradient(90deg, #fff 0%, #fffde8 100%);
	box-shadow: 0 0 8px rgba(0,0,0,.18);
}
.dm-lp-easy__solve-logo {
	width: 250px;
	max-width: 250px;
}
.dm-lp-easy__solve-text {
	font-size: 19px;
	font-weight: 900;
	white-space: nowrap;
	color: #353300;
}
.dm-lp-easy__solve-row {
	display: grid;
	grid-template-columns: 540px 330px;
	gap: 26px;
	align-items: center;
}
.dm-lp-easy__proof-list {
	width: 540px;
	padding: 8px;
	margin: 0;
	gap: 7px;
	background: #f2d400;
	border: 3px solid #f2d400;
	box-shadow: 0 0 8px rgba(0,0,0,.18);
}
.dm-lp-easy__proof-row {
	grid-template-columns: 160px 1fr;
	gap: 14px;
	min-height: 49px;
	padding: 5px 8px;
	border: 0;
	border-radius: 7px;
	background: #fff;
}
.dm-lp-easy__proof-label {
	font-size: 14px;
	font-weight: 900;
	color: #222;
}
.dm-lp-easy__proof-tags {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.dm-lp-easy__proof-tag {
	padding: 8px 10px;
	border-radius: 7px;
	background: #f7af00;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}
.dm-lp-easy__solve-badges {
	margin: 0;
	align-self: center;
}
.dm-lp-easy__solve-badges img {
	width: 315px;
	max-width: 315px;
	margin: 0 auto;
}
.dm-lp-easy__aside-sec {
	padding: 16px 0 36px;
	background: #fff;
}
.dm-lp-easy__aside {
	width: 540px;
	max-width: 540px;
	margin: 0;
	padding: 32px 12px 14px;
	border: 2px solid #cddc00;
	border-radius: 6px;
	background: #fff;
}
.dm-lp-easy__aside-title {
	margin: 0 0 18px;
	color: #777;
	font-size: 11px;
	font-weight: 400;
}
.dm-lp-easy__aside-row {
	grid-template-columns: 72px 1fr;
	gap: 18px;
	align-items: start;
}
.dm-lp-easy__aside-fig img {
	width: 68px;
	max-width: 68px;
	border-radius: 0;
}
.dm-lp-easy__aside-body p {
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 1.75;
	color: #777;
}
.dm-lp-easy__aside-sec .dm-lp-easy__cta {
	display: none;
}

@media (max-width: 900px) {
	.dm-lp-easy__solve .dm-lp-easy__wrap,
	.dm-lp-easy__aside-sec .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__solve-banner,
	.dm-lp-easy__proof-list,
	.dm-lp-easy__aside {
		width: 100%;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.dm-lp-easy__solve-row {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.dm-lp-easy__solve-badges img {
		max-width: 315px;
	}
}

/* easy-car-clean solve banner fine tune */
.dm-lp-easy__solve-banner {
	flex-wrap: nowrap;
}
.dm-lp-easy__solve-logo {
	flex: 0 0 250px;
}
.dm-lp-easy__solve-text {
	flex: 0 0 auto;
	font-size: 18px;
}

/* easy-car-clean about: コピー元レイアウト */
.dm-lp-easy__about {
	padding: 32px 0 42px;
	background: #fff;
	text-align: left;
}
.dm-lp-easy__about .dm-lp-easy__wrap {
	max-width: 900px;
	padding: 0 70px;
}
.dm-lp-easy__about-title {
	display: grid;
	grid-template-columns: 340px auto;
	grid-template-areas:
		"lead lead"
		"logo what";
	align-items: center;
	justify-content: start;
	column-gap: 28px;
	row-gap: 30px;
	margin: 0 0 86px;
	font-weight: 900;
	color: #111;
}
.dm-lp-easy__about-title span:first-child {
	grid-area: lead;
	font-size: 18px;
	letter-spacing: .08em;
	line-height: 1.4;
	padding-left: 85px;
}
.dm-lp-easy__about-title .dm-lp-easy__about-logo {
	grid-area: logo;
	width: 340px;
	max-width: 340px;
}
.dm-lp-easy__about-title span:last-child {
	grid-area: what;
	font-size: 16px;
	letter-spacing: .12em;
	white-space: nowrap;
}
.dm-lp-easy__about-body {
	max-width: 100%;
	margin: 0;
	text-align: left;
}
.dm-lp-easy__about-body p {
	margin: 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.75;
	letter-spacing: .12em;
	color: #111;
}

@media (max-width: 767px) {
	.dm-lp-easy__about .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__about-title {
		grid-template-columns: 1fr;
		grid-template-areas:
			"lead"
			"logo"
			"what";
		row-gap: 16px;
		margin-bottom: 40px;
		text-align: center;
	}
	.dm-lp-easy__about-title span:first-child {
		padding-left: 0;
	}
	.dm-lp-easy__about-title .dm-lp-easy__about-logo {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	.dm-lp-easy__about-title span:last-child {
		white-space: normal;
	}
	.dm-lp-easy__about-body p {
		font-size: 12px;
		letter-spacing: .04em;
	}
}

/* easy-car-clean about fine tune */
.dm-lp-easy__about .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 70px;
}
@media (min-width: 901px) {
	.dm-lp-easy__about-title,
	.dm-lp-easy__about-body,
	.dm-lp-easy__movie-block {
		margin-left: 0;
		margin-right: auto;
	}
}

/* easy-car-clean movie: コピー元レイアウト */
.dm-lp-easy__movie-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 900px;
	margin: 34px 0 0;
	padding-left: 0;
}
.dm-lp-easy__movie-label {
	display: inline-block;
	margin: 0 0 64px;
	padding: 4px 9px 6px;
	background: #248fbd;
	color: #fff;
	border-radius: 7px;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -.04em;
}
.dm-lp-easy__movie {
	display: block;
	width: 258px;
	max-width: 258px;
	margin: 0 0 0 0;
	box-shadow: 0 0 8px rgba(0,0,0,.34);
}
.dm-lp-easy__movie img {
	width: 258px;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.dm-lp-easy__movie-block {
		align-items: flex-start;
		margin-top: 28px;
	}
	.dm-lp-easy__movie-label {
		margin-bottom: 28px;
		font-size: 26px;
	}
	.dm-lp-easy__movie,
	.dm-lp-easy__movie img {
		width: 258px;
		max-width: 100%;
	}
}

/* easy-car-clean movie iframe */
.dm-lp-easy__movie {
	width: 258px;
	height: 474px;
	max-width: 258px;
	box-shadow: 0 0 8px rgba(0,0,0,.34);
	background: #fff;
	overflow: hidden;
}
.dm-lp-easy__movie iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
@media (max-width: 767px) {
	.dm-lp-easy__movie {
		width: min(258px, 100%);
		height: min(474px, 178vw);
	}
}

/* easy-car-clean after: コピー元レイアウト */
.dm-lp-easy__after {
	padding: 26px 0 38px;
	background: #fff;
	text-align: left;
}
.dm-lp-easy__after .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 30px;
}
.dm-lp-easy__after .dm-lp-easy__h2 {
	margin: 0 0 30px;
	padding: 4px 8px 6px;
	border-radius: 7px;
	background: #248fbd;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__after-grid {
	display: grid;
	grid-template-columns: 274px 44px 540px;
	gap: 28px;
	align-items: center;
	max-width: none;
	margin: 0;
}
.dm-lp-easy__after-card {
	margin: 0;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	box-shadow: 0 1px 5px rgba(0,0,0,.22);
	overflow: hidden;
}
.dm-lp-easy__after-card--before {
	min-height: 202px;
	padding: 18px 12px 10px;
}
.dm-lp-easy__after-before-images {
	display: grid;
	grid-template-columns: 96px 128px;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.dm-lp-easy__after-car {
	width: 96px;
	height: 82px;
	object-fit: contain;
}
.dm-lp-easy__after-spray {
	width: 128px;
	height: 76px;
	object-fit: cover;
	border-radius: 8px;
}
.dm-lp-easy__after-caption {
	padding: 0;
	text-align: left;
}
.dm-lp-easy__after-caption p {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.65;
	color: #111;
}
.dm-lp-easy__after-arrow {
	width: 36px;
	height: 36px;
	border-top: 6px solid #278db6;
	border-right: 6px solid #278db6;
	transform: rotate(45deg);
	justify-self: center;
}
.dm-lp-easy__after-card--after {
	display: grid;
	grid-template-columns: 245px 1fr;
	min-height: 202px;
	padding: 18px 20px;
	gap: 18px;
	align-items: center;
}
.dm-lp-easy__after-left {
	display: grid;
	grid-template-columns: 84px 130px;
	grid-template-areas:
		"car rounds"
		"text text";
	column-gap: 8px;
	align-items: center;
}
.dm-lp-easy__after-clean {
	grid-area: car;
	width: 84px;
	height: 74px;
	object-fit: contain;
}
.dm-lp-easy__after-rounds {
	grid-area: rounds;
	width: 128px;
	height: auto;
}
.dm-lp-easy__after-clean-text {
	grid-area: text;
	margin: 13px 0 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.55;
	color: #111;
}
.dm-lp-easy__after-right h3 {
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 4px solid #c4aa00;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	color: #111;
	white-space: nowrap;
}
.dm-lp-easy__after-family-row {
	display: grid;
	grid-template-columns: 98px 1fr;
	gap: 6px;
	align-items: center;
}
.dm-lp-easy__after-bubble {
	width: 98px;
	height: 98px;
	margin: 0;
	padding: 24px 12px;
	border-radius: 50%;
	background: #ffeb91;
	font-size: 8px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.dm-lp-easy__after-family-img {
	width: 106px;
	height: 62px;
	object-fit: cover;
	border-radius: 10px;
}
.dm-lp-easy__after-menu,
.dm-lp-easy__after-badges,
.dm-lp-easy__after-family {
	display: none;
}

@media (max-width: 900px) {
	.dm-lp-easy__after .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__after-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.dm-lp-easy__after-card--before,
	.dm-lp-easy__after-card--after {
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
	}
	.dm-lp-easy__after-arrow {
		transform: rotate(135deg);
	}
	.dm-lp-easy__after-card--after {
		grid-template-columns: 1fr;
	}
}

/* easy-car-clean after fine tune */
@media (min-width: 901px) {
	.dm-lp-easy__after .dm-lp-easy__wrap {
		max-width: 970px;
		padding: 0 30px;
	}
	.dm-lp-easy__after-grid {
		grid-template-columns: 274px 44px 540px;
		gap: 30px;
		justify-content: start;
	}
	.dm-lp-easy__after-card--before {
		width: 274px;
	}
	.dm-lp-easy__after-card--after {
		width: 540px;
	}
}

/* easy-car-clean mechanism: コピー元レイアウト */
.dm-lp-easy__mech {
	padding: 22px 0 38px;
	background: #fff;
	text-align: left;
}
.dm-lp-easy__mech .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 26px;
}
.dm-lp-easy__mech .dm-lp-easy__h2 {
	margin: 0 0 28px;
	padding: 4px 9px 6px;
	border-radius: 7px;
	background: #248fbd;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__mech-row {
	display: grid;
	grid-template-columns: 390px 1fr;
	gap: 26px;
	align-items: center;
	max-width: none;
	margin: 0;
	padding: 36px 36px 24px;
	border: 1px solid #d1d1d1;
	border-radius: 7px;
	box-shadow: 0 1px 5px rgba(0,0,0,.18);
	background: #fff;
}
.dm-lp-easy__mech-left {
	padding-left: 0;
}
.dm-lp-easy__mech-h3 {
	margin: 0 0 28px 42px;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.55;
	color: #111;
}
.dm-lp-easy__mech-fig {
	margin: 0;
}
.dm-lp-easy__mech-left .dm-lp-easy__mech-fig img {
	width: 262px;
	max-width: 262px;
	margin: 0 0 32px 52px;
}
.dm-lp-easy__mech-row > .dm-lp-easy__mech-fig img {
	width: 390px;
	max-width: 390px;
	margin: 0 auto;
}
.dm-lp-easy__mech-text {
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.55;
	color: #111;
}

@media (max-width: 900px) {
	.dm-lp-easy__mech .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__mech-row {
		grid-template-columns: 1fr;
		padding: 24px 18px;
	}
	.dm-lp-easy__mech-h3,
	.dm-lp-easy__mech-left .dm-lp-easy__mech-fig img {
		margin-left: 0;
	}
	.dm-lp-easy__mech-left .dm-lp-easy__mech-fig img,
	.dm-lp-easy__mech-row > .dm-lp-easy__mech-fig img {
		max-width: 100%;
	}
}

/* easy-car-clean mechanism: final spacing tune */
.dm-lp-easy__mech {
	padding-top: 34px;
}
.dm-lp-easy__mech .dm-lp-easy__h2 {
	margin-left: 0;
}

/* easy-car-clean effect/safety: コピー元レイアウト */
.dm-lp-easy__effect {
	padding: 18px 0 14px;
	background: #fff;
	text-align: left;
}
.dm-lp-easy__effect .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 26px;
}
.dm-lp-easy__effect .dm-lp-easy__h2 {
	margin: 0 0 24px;
	padding: 4px 9px 6px;
	border-radius: 7px;
	background: #248fbd;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__effect-card {
	display: grid;
	grid-template-columns: 306px 1fr;
	gap: 36px;
	align-items: center;
	min-height: 242px;
	margin: 0;
	padding: 30px 34px 28px;
	border: 1px solid #d1d1d1;
	border-radius: 7px;
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	background: #fff;
}
.dm-lp-easy__effect-cert {
	display: grid;
	gap: 10px;
	align-items: center;
}
.dm-lp-easy__effect-siaa {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
	align-items: end;
}
.dm-lp-easy__effect-siaa img {
	width: 132px;
	max-width: 132px;
	height: auto;
}
.dm-lp-easy__effect-sek {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	align-items: start;
	padding: 0 17px;
}
.dm-lp-easy__effect-sek img {
	width: 46px;
	max-width: 46px;
	height: auto;
}
.dm-lp-easy__effect-awards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 38px;
	align-items: center;
	justify-items: center;
}
.dm-lp-easy__effect-awards img {
	width: 150px;
	max-width: 150px;
	height: auto;
}
.dm-lp-easy__effect-row {
	display: none;
}
.dm-lp-easy__effect + .dm-lp-easy__acc {
	padding: 8px 0 28px;
}
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 26px;
}
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__acc-bar {
	max-width: none;
	border-radius: 4px;
	box-shadow: 0 1px 8px rgba(0,0,0,.22);
}
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__acc-bar > summary {
	min-height: 38px;
	padding: 10px 18px 9px 27px;
	border-top: 1px solid rgba(255,255,255,.42);
	font-size: 14px;
	line-height: 1.25;
}
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__acc-bar > summary::after {
	left: 9px;
	right: auto;
	font-size: 20px;
	font-weight: 900;
}

@media (max-width: 900px) {
	.dm-lp-easy__effect .dm-lp-easy__wrap,
	.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__effect-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 24px 18px;
	}
	.dm-lp-easy__effect-cert,
	.dm-lp-easy__effect-awards {
		justify-content: center;
	}
	.dm-lp-easy__effect-awards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* easy-car-clean effect accordion: コピー元の上部青帯 */
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__acc-bar {
	padding-top: 53px;
	background: #2c94b8;
}
.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__acc-bar > summary {
	background: #2c94b8;
}

/* easy-car-clean compare: コピー元テーブル */
.dm-lp-easy__compare {
	padding: 28px 0 30px;
	background: #fff;
}
.dm-lp-easy__compare .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 20px;
}
.dm-lp-easy__compare .dm-lp-easy__h2 {
	margin: 0 0 16px;
	padding: 5px 10px 7px;
	border-radius: 7px;
	background: #248fbd;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__compare .dm-lp-easy__evi-scroll {
	max-width: none;
	margin: 0;
	overflow-x: auto;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare {
	width: 100%;
	min-width: 912px;
	border-collapse: collapse;
	border: 1px solid #999;
	background: #fff;
	font-size: 12px;
	line-height: 1.45;
	color: #111;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th,
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td {
	border: 1px solid #c9c9c9;
	padding: 10px 8px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare thead th {
	height: 37px;
	background: #ffe194;
	color: #111;
	font-weight: 900;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare thead th:first-child {
	width: 96px;
	background: #fff2bf;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare thead th:nth-child(2) {
	width: 230px;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare thead th:nth-child(n+3) {
	width: 136px;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody th {
	background: #fff2bf;
	text-align: center;
	font-weight: 900;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td:nth-child(2),
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th:nth-child(2) {
	background: #e8f4ff;
	border-left: 2px solid #1e88e5;
	border-right: 2px solid #1e88e5;
	font-weight: 900;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody tr:first-child td:nth-child(2),
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody tr:first-child th:nth-child(2) {
	border-top: 2px solid #1e88e5;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody tr:last-child td:nth-child(2),
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tbody tr:last-child th:nth-child(2) {
	border-bottom: 2px solid #1e88e5;
}
.dm-lp-easy__compare .dm-lp-easy__evi-table--compare tfoot td {
	height: 20px;
	padding: 0 0 1px 167px;
	border: 1px solid #999;
	background: #fff;
	color: #1688e5;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-align: left;
}

@media (max-width: 900px) {
	.dm-lp-easy__compare .dm-lp-easy__wrap {
		padding: 0 18px;
	}
}

/* easy-car-clean features: コピー元カード */
.dm-lp-easy__features {
	padding: 18px 0 42px;
	background: #fff;
}
.dm-lp-easy__features .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 30px;
}
.dm-lp-easy__features .dm-lp-easy__h2 {
	margin: 0 0 24px;
	padding: 5px 10px 7px;
	border-radius: 7px;
	background: #248fbd;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: stretch;
}
.dm-lp-easy__feature-grid article {
	min-height: 148px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(0,0,0,.22);
	background: #fff;
	overflow: hidden;
}
.dm-lp-easy__feature-grid h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	padding: 8px 9px;
	background: #ffff52;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	color: #111;
}
.dm-lp-easy__feature-grid p {
	margin: 0;
	padding: 18px 9px 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.58;
	letter-spacing: 0;
	color: #111;
}

@media (max-width: 900px) {
	.dm-lp-easy__features .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 560px) {
	.dm-lp-easy__feature-grid {
		grid-template-columns: 1fr;
	}
}

/* easy-car-clean voice: コピー元カード */
.dm-lp-easy__voice {
	padding: 20px 0 38px;
	background: #fff;
}
.dm-lp-easy__voice .dm-lp-easy__wrap {
	max-width: 760px;
	padding: 0 8px;
	margin: 0 auto;
}
.dm-lp-easy__voice .dm-lp-easy__h2 {
	margin: 0 0 10px;
	padding: 3px 6px 5px;
	border-radius: 4px;
	background: #248fbd;
	font-size: 18px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
.dm-lp-easy__voice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	max-width: none;
	margin: 0;
	align-items: start;
}
.dm-lp-easy__voice-card {
	min-height: 156px;
	padding: 12px 13px 11px;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	background: #fff;
}
.dm-lp-easy__voice-card header {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 9px;
	align-items: center;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 0;
}
.dm-lp-easy__voice-card header img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.dm-lp-easy__voice-card header h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
	color: #111;
}
.dm-lp-easy__voice-kind {
	font-size: 10px;
	font-weight: 900;
	color: #111;
}
.dm-lp-easy__voice-body p {
	margin: 0 0 5px;
	font-size: 8px;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
}

@media (max-width: 560px) {
	.dm-lp-easy__voice .dm-lp-easy__wrap {
		max-width: 390px;
		padding: 0 4px;
	}
	.dm-lp-easy__voice-grid {
		gap: 5px;
	}
	.dm-lp-easy__voice-card {
		padding: 10px 9px;
	}
	.dm-lp-easy__voice-card header {
		grid-template-columns: 34px 1fr;
		gap: 6px;
	}
	.dm-lp-easy__voice-card header img {
		width: 30px;
		height: 30px;
	}
	.dm-lp-easy__voice-card header h3 {
		font-size: 11px;
	}
	.dm-lp-easy__voice-kind {
		font-size: 9px;
	}
	.dm-lp-easy__voice-body p {
		font-size: 7px;
	}
}

/* easy-car-clean FAQ/price/terms: コピー元アコーディオン */
.dm-lp-easy__acc--faq,
.dm-lp-easy__acc--price,
.dm-lp-easy__acc--terms {
	padding: 0 0 16px;
	background: #fff;
	text-align: left;
}
.dm-lp-easy__acc--faq .dm-lp-easy__wrap,
.dm-lp-easy__acc--price .dm-lp-easy__wrap,
.dm-lp-easy__acc--terms .dm-lp-easy__wrap {
	max-width: 790px;
	padding: 0 20px;
	margin: 0 auto;
}
.dm-lp-easy__acc--faq .dm-lp-easy__h2,
.dm-lp-easy__acc--price .dm-lp-easy__h2,
.dm-lp-easy__terms-label {
	display: inline-block;
	margin: 0 0 20px;
	padding: 4px 7px 6px;
	border-radius: 6px;
	background: #248fbd;
	color: #fff;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -.04em;
}
.dm-lp-easy__acc--faq .dm-lp-easy__acc-bar,
.dm-lp-easy__acc--price .dm-lp-easy__acc-bar {
	max-width: none;
	margin: 0 0 18px;
	padding-top: 45px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,.28);
	background: #2c94b8;
	overflow: hidden;
}
.dm-lp-easy__acc--faq .dm-lp-easy__acc-bar > summary,
.dm-lp-easy__acc--price .dm-lp-easy__acc-bar > summary,
.dm-lp-easy__acc--terms .dm-lp-easy__acc-bar > summary {
	min-height: 30px;
	padding: 8px 18px 8px 27px;
	border-top: 1px solid rgba(255,255,255,.5);
	background: #2c94b8;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}
.dm-lp-easy__acc--faq .dm-lp-easy__acc-bar > summary::after,
.dm-lp-easy__acc--price .dm-lp-easy__acc-bar > summary::after,
.dm-lp-easy__acc--terms .dm-lp-easy__acc-bar > summary::after {
	left: 8px;
	right: auto;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}
.dm-lp-easy__acc--price {
	padding-top: 2px;
}
.dm-lp-easy__acc--price .dm-lp-easy__h2 {
	margin-bottom: 19px;
}
.dm-lp-easy__acc--terms {
	padding-top: 0;
	padding-bottom: 28px;
}
.dm-lp-easy__acc--terms .dm-lp-easy__wrap {
	max-width: 790px;
}
.dm-lp-easy__acc--terms .dm-lp-easy__terms-label {
	margin: 0 0 67px;
}
.dm-lp-easy__acc--terms .dm-lp-easy__acc-bar {
	max-width: none;
	margin: 0;
	padding-top: 0;
	border-radius: 4px;
	box-shadow: none;
	background: #2c94b8;
	overflow: hidden;
}
.dm-lp-easy__acc--terms .dm-lp-easy__acc-bar > summary {
	border-top: 0;
}

@media (max-width: 560px) {
	.dm-lp-easy__acc--faq .dm-lp-easy__wrap,
	.dm-lp-easy__acc--price .dm-lp-easy__wrap,
	.dm-lp-easy__acc--terms .dm-lp-easy__wrap {
		padding: 0 14px;
	}
	.dm-lp-easy__acc--faq .dm-lp-easy__acc-bar,
	.dm-lp-easy__acc--price .dm-lp-easy__acc-bar {
		padding-top: 42px;
	}
}

/* easy-car-clean FV: 共通ヘッダーとの重なり防止 */
.dm-lp-easy {
	padding-top: 18px;
}
@media (min-width: 901px) {
	.dm-lp-easy__fv-pill {
		top: 26px;
	}
	.dm-lp-easy__fv-keep {
		top: 640px;
		right: 96px;
		bottom: auto;
	}
}

/* easy-car-clean worry bubbles: 矢印を一体化 */
.dm-lp-easy__worry-bubbles li {
	border-radius: 18px;
}
.dm-lp-easy__worry-bubbles--left li {
	padding-right: 30px;
	border-radius: 18px 0 0 18px;
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}
.dm-lp-easy__worry-bubbles--right li {
	padding-left: 34px;
	border-radius: 0 18px 18px 0;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
}
.dm-lp-easy__worry-bubbles--left li::after,
.dm-lp-easy__worry-bubbles--right li::before {
	display: none;
}

@media (max-width: 767px) {
	.dm-lp-easy__worry-bubbles--left li,
	.dm-lp-easy__worry-bubbles--right li {
		padding: 12px 18px;
		border-radius: 16px;
		clip-path: none;
	}
}

/* easy-car-clean aside: 横1カラムに拡張 */
.dm-lp-easy__aside-sec .dm-lp-easy__wrap {
	max-width: 970px;
	padding: 0 38px;
}
.dm-lp-easy__aside {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 32px 28px 24px;
}
.dm-lp-easy__aside-row {
	grid-template-columns: 72px 1fr;
	gap: 18px;
}
.dm-lp-easy__aside-body {
	max-width: none;
}
.dm-lp-easy__aside-body p {
	max-width: none;
}

@media (max-width: 900px) {
	.dm-lp-easy__aside-sec .dm-lp-easy__wrap {
		padding: 0 18px;
	}
	.dm-lp-easy__aside {
		max-width: none;
	}
}

/* easy-car-clean evidence: アコーディオン内画像サイズ統一 */
.dm-lp-easy__acc-body .dm-lp-easy__evi-shield,
.dm-lp-easy__acc-body .dm-lp-easy__evi-fig {
	max-width: 340px;
	margin: 18px auto;
	text-align: center;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-charts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 720px;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-charts figure {
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-block figure img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 240px;
	margin: 0 auto;
	object-fit: contain;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-icons {
	gap: 16px;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-icons figure {
	width: 120px;
	text-align: center;
}
.dm-lp-easy__acc-body .dm-lp-easy__evi-icons img {
	max-width: 96px;
	max-height: 96px;
}

@media (max-width: 767px) {
	.dm-lp-easy__acc-body .dm-lp-easy__evi-charts {
		grid-template-columns: 1fr;
		max-width: 340px;
	}
	.dm-lp-easy__acc-body .dm-lp-easy__evi-block figure img {
		max-height: 220px;
	}
}

/* easy-car-clean desktop scale: セクション幅と視認サイズを統一 */
@media (min-width: 901px) {
	.dm-lp-easy__wrap,
	.dm-lp-easy__worry-top .dm-lp-easy__wrap,
	.dm-lp-easy__worry-list .dm-lp-easy__wrap,
	.dm-lp-easy__solve .dm-lp-easy__wrap,
	.dm-lp-easy__aside-sec .dm-lp-easy__wrap,
	.dm-lp-easy__about .dm-lp-easy__wrap,
	.dm-lp-easy__after .dm-lp-easy__wrap,
	.dm-lp-easy__mech .dm-lp-easy__wrap,
	.dm-lp-easy__effect .dm-lp-easy__wrap,
	.dm-lp-easy__effect + .dm-lp-easy__acc .dm-lp-easy__wrap,
	.dm-lp-easy__compare .dm-lp-easy__wrap,
	.dm-lp-easy__features .dm-lp-easy__wrap,
	.dm-lp-easy__voice .dm-lp-easy__wrap,
	.dm-lp-easy__acc--faq .dm-lp-easy__wrap,
	.dm-lp-easy__acc--price .dm-lp-easy__wrap,
	.dm-lp-easy__acc--terms .dm-lp-easy__wrap {
		width: min(1120px, calc(100vw - 130px));
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.dm-lp-easy__fv {
		width: min(1120px, calc(100vw - 130px));
		max-width: none;
	}
	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare {
		min-width: 0;
		max-width: none;
		font-size: 13px;
	}
	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th,
	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td {
		padding: 11px 10px;
	}
	.dm-lp-easy__effect-card,
	.dm-lp-easy__mech-row,
	.dm-lp-easy__aside,
	.dm-lp-easy__evi-table,
	.dm-lp-easy__faq-list,
	.dm-lp-easy__price-wrap,
	.dm-lp-easy__price-cards,
	.dm-lp-easy__size-search,
	.dm-lp-easy__acc-bar {
		width: 100%;
		max-width: none;
	}
	.dm-lp-easy__feature-grid {
		gap: 18px;
	}
	.dm-lp-easy__feature-grid article {
		min-height: 176px;
	}
	.dm-lp-easy__feature-grid h3 {
		min-height: 48px;
		font-size: 17px;
	}
	.dm-lp-easy__feature-grid p {
		padding: 20px 11px 16px;
		font-size: 15px;
		line-height: 1.65;
	}
	.dm-lp-easy__voice .dm-lp-easy__h2 {
		font-size: 22px;
	}
	.dm-lp-easy__voice-grid {
		gap: 8px;
	}
	.dm-lp-easy__voice-card {
		min-height: 205px;
		padding: 16px 18px 14px;
	}
	.dm-lp-easy__voice-card header {
		grid-template-columns: 50px 1fr;
		gap: 12px;
		margin-bottom: 12px;
	}
	.dm-lp-easy__voice-card header img {
		width: 42px;
		height: 42px;
	}
	.dm-lp-easy__voice-card header h3 {
		font-size: 14px;
	}
	.dm-lp-easy__voice-kind {
		font-size: 11px;
	}
	.dm-lp-easy__voice-body p {
		font-size: 10px;
		line-height: 1.75;
	}
}

/* easy-car-clean readability pass: 小さすぎる文字・画像と余白を補正 */
@media (min-width: 901px) {
	.dm-lp-easy {
		font-size: 16px;
	}
	.dm-lp-easy__fv {
		min-height: 670px;
		padding-top: 14px;
		padding-bottom: 24px;
	}
	.dm-lp-easy__fv-title {
		top: 98px;
		left: 37%;
	}
	.dm-lp-easy__fv-title-r1,
	.dm-lp-easy__fv-title-r2 {
		font-size: 42px;
	}
	.dm-lp-easy__fv-grid {
		grid-template-columns: 350px 300px 350px;
		gap: 28px;
		margin-top: 170px;
	}
	.dm-lp-easy__fv-photo img,
	.dm-lp-easy__fv-woman img {
		width: 350px;
	}
	.dm-lp-easy__fv-photo-caption {
		margin-top: 30px;
		padding-left: 16px;
		font-size: 12px;
		line-height: 1.7;
	}
	.dm-lp-easy__fv-center {
		padding-top: 82px;
	}
	.dm-lp-easy__fv-strong {
		margin-bottom: 44px;
		font-size: 18px;
	}
	.dm-lp-easy__fv-service {
		margin-bottom: 24px;
		font-size: 14px;
	}
	.dm-lp-easy__fv-logo,
	.dm-lp-easy__fv-badges {
		max-width: 300px;
	}
	.dm-lp-easy__fv-woman {
		margin-top: 96px;
	}
	.dm-lp-easy__fv-bubble {
		width: 126px;
		height: 126px;
		font-size: 11px;
	}
	.dm-lp-easy__fv-keep {
		top: 648px;
		right: 94px;
		font-size: 12px;
	}
	.dm-lp-easy__fv > .dm-lp-easy__cta {
		margin-top: 72px;
	}

	.dm-lp-easy__worry-top,
	.dm-lp-easy__worry-list,
	.dm-lp-easy__solve,
	.dm-lp-easy__aside-sec,
	.dm-lp-easy__about,
	.dm-lp-easy__after,
	.dm-lp-easy__mech,
	.dm-lp-easy__effect,
	.dm-lp-easy__compare,
	.dm-lp-easy__features,
	.dm-lp-easy__voice {
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.dm-lp-easy__h2-plain {
		margin-bottom: 36px;
		font-size: 32px;
	}
	.dm-lp-easy__worry-bubbles-grid {
		grid-template-columns: 370px 240px 390px;
		gap: 20px;
	}
	.dm-lp-easy__worry-bubbles li {
		min-height: 62px;
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 15px;
		line-height: 1.55;
	}
	.dm-lp-easy__worry-center img {
		width: 240px;
		max-width: 240px;
		margin-bottom: 14px;
	}

	.dm-lp-easy__solve-banner,
	.dm-lp-easy__proof-list {
		width: 640px;
		max-width: 640px;
	}
	.dm-lp-easy__solve-row {
		grid-template-columns: 640px 1fr;
		gap: 30px;
	}
	.dm-lp-easy__solve-logo {
		width: 300px;
		max-width: 300px;
	}
	.dm-lp-easy__solve-text {
		font-size: 22px;
	}
	.dm-lp-easy__proof-row {
		grid-template-columns: 190px 1fr;
		min-height: 54px;
	}
	.dm-lp-easy__proof-label,
	.dm-lp-easy__proof-tag {
		font-size: 16px;
	}
	.dm-lp-easy__solve-badges img {
		width: 360px;
		max-width: 360px;
	}
	.dm-lp-easy__aside {
		padding: 28px 32px 24px;
	}
	.dm-lp-easy__aside-title {
		font-size: 14px;
	}
	.dm-lp-easy__aside-row {
		grid-template-columns: 96px 1fr;
		gap: 22px;
	}
	.dm-lp-easy__aside-fig img {
		width: 88px;
		max-width: 88px;
	}
	.dm-lp-easy__aside-body p {
		font-size: 14px;
		line-height: 1.75;
	}

	.dm-lp-easy__about-body p {
		font-size: 18px;
		line-height: 1.9;
	}
	.dm-lp-easy__movie {
		width: 360px;
		height: 620px;
	}

	.dm-lp-easy__after-grid {
		gap: 18px;
	}
	.dm-lp-easy__after-caption p,
	.dm-lp-easy__after-clean-text,
	.dm-lp-easy__after-bubble {
		font-size: 13px;
	}
	.dm-lp-easy__after-right h3 {
		font-size: 20px;
	}

	.dm-lp-easy__mech-row {
		grid-template-columns: 430px 1fr;
		gap: 34px;
	}
	.dm-lp-easy__mech-h3 {
		font-size: 25px;
	}
	.dm-lp-easy__mech-text {
		font-size: 18px;
	}
	.dm-lp-easy__mech-left .dm-lp-easy__mech-fig img {
		width: 310px;
		max-width: 310px;
	}
	.dm-lp-easy__mech-row > .dm-lp-easy__mech-fig img {
		width: 460px;
		max-width: 460px;
	}

	.dm-lp-easy__effect-card {
		grid-template-columns: 360px 1fr;
		gap: 46px;
	}
	.dm-lp-easy__effect-siaa img {
		width: 150px;
		max-width: 150px;
	}
	.dm-lp-easy__effect-sek img {
		width: 54px;
		max-width: 54px;
	}
	.dm-lp-easy__effect-awards img {
		width: 170px;
		max-width: 170px;
	}

	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare {
		font-size: 14px;
	}
	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare th,
	.dm-lp-easy__compare .dm-lp-easy__evi-table--compare td,
	.dm-lp-easy__evi-table th,
	.dm-lp-easy__evi-table td,
	.dm-lp-easy__price-table th,
	.dm-lp-easy__price-table td {
		padding: 12px 12px;
		font-size: 14px;
		line-height: 1.55;
	}
	.dm-lp-easy__feature-grid article {
		min-height: 190px;
	}
	.dm-lp-easy__feature-grid h3 {
		font-size: 18px;
	}
	.dm-lp-easy__feature-grid p {
		font-size: 16px;
		line-height: 1.7;
	}
	.dm-lp-easy__voice-card {
		min-height: 240px;
	}
	.dm-lp-easy__voice-card header img {
		width: 48px;
		height: 48px;
	}
	.dm-lp-easy__voice-card header h3 {
		font-size: 16px;
	}
	.dm-lp-easy__voice-kind {
		font-size: 12px;
	}
	.dm-lp-easy__voice-body p {
		font-size: 12px;
		line-height: 1.75;
	}
	.dm-lp-easy__acc-bar > summary,
	.dm-lp-easy__acc--faq .dm-lp-easy__acc-bar > summary,
	.dm-lp-easy__acc--price .dm-lp-easy__acc-bar > summary,
	.dm-lp-easy__acc--terms .dm-lp-easy__acc-bar > summary {
		font-size: 14px;
	}
	.dm-lp-easy__faq-item summary,
	.dm-lp-easy__faq-body p,
	.dm-lp-easy__price-lead,
	.dm-lp-easy__note {
		font-size: 15px;
	}
	.dm-lp-easy__acc-body .dm-lp-easy__evi-block figure img {
		max-height: 300px;
	}
	.dm-lp-easy__acc-body .dm-lp-easy__evi-icons img {
		max-width: 118px;
		max-height: 118px;
	}
}

/* easy-car-clean worry intro: 小さすぎる画像と引用を拡大 */
@media (min-width: 901px) {
	.dm-lp-easy__worry-top {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.dm-lp-easy__worry-top-grid {
		grid-template-columns: 145px 420px 1fr 120px;
		gap: 22px;
	}
	.dm-lp-easy__worry-fig--left img {
		width: 135px;
		max-width: 135px;
	}
	.dm-lp-easy__worry-quotes p {
		margin-bottom: 4px;
		font-size: 15px;
		line-height: 1.45;
	}
	.dm-lp-easy__worry-answer-text {
		font-size: 32px;
		padding-bottom: 8px;
	}
	.dm-lp-easy__worry-fig--right img {
		width: 112px;
		max-width: 112px;
	}
}

/* easy-car-clean aside: 右余白を減らして本文を広く見せる */
@media (min-width: 901px) {
	.dm-lp-easy__aside {
		padding: 34px 36px 28px;
	}
	.dm-lp-easy__aside-row {
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 28px;
		align-items: center;
	}
	.dm-lp-easy__aside-fig img {
		width: 108px;
		max-width: 108px;
	}
	.dm-lp-easy__aside-body p {
		margin-bottom: 7px;
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: .01em;
	}
}

/* easy-car-clean after: 右カードの余白と丸テキスト崩れを補正 */
@media (min-width: 901px) {
	.dm-lp-easy__after-grid {
		grid-template-columns: 280px 42px 1fr;
		gap: 20px;
	}
	.dm-lp-easy__after-card--before {
		min-height: 230px;
	}
	.dm-lp-easy__after-card--after {
		grid-template-columns: 250px minmax(0, 1fr);
		min-height: 230px;
		padding: 20px 18px;
		gap: 18px;
	}
	.dm-lp-easy__after-left {
		grid-template-columns: 96px 150px;
		column-gap: 12px;
	}
	.dm-lp-easy__after-clean {
		width: 96px;
		height: 84px;
	}
	.dm-lp-easy__after-rounds {
		width: 150px;
	}
	.dm-lp-easy__after-clean-text {
		font-size: 14px;
	}
	.dm-lp-easy__after-right h3 {
		margin-bottom: 12px;
		font-size: 23px;
		white-space: nowrap;
	}
	.dm-lp-easy__after-family-row {
		grid-template-columns: 138px minmax(120px, 1fr);
		gap: 12px;
		align-items: center;
	}
	.dm-lp-easy__after-bubble {
		width: 138px;
		height: 138px;
		padding: 33px 18px;
		font-size: 12px;
		line-height: 1.45;
	}
	.dm-lp-easy__after-bubble span {
		display: block;
		white-space: nowrap;
	}
	.dm-lp-easy__after-family-img {
		width: 100%;
		max-width: 190px;
		height: 90px;
	}
}

/* easy-car-clean FAQ: アコーディオンではなくFAQページへ遷移 */
.dm-lp-easy__acc-link {
	display: block;
	color: #fff !important;
	text-decoration: none;
}
.dm-lp-easy__acc-link span {
	display: block;
	min-height: 30px;
	padding: 8px 18px 8px 27px;
	border-top: 1px solid rgba(255,255,255,.5);
	background: #2c94b8;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	position: relative;
}
.dm-lp-easy__acc-link span::before {
	content: "+";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

/* pet-car-care: ペット向けコピー元の長いFV見出しに合わせる */
@media (min-width: 901px) {
	#dm-lp-pet-car-care .dm-lp-easy__fv-title {
		left: 33%;
		width: 660px;
	}
	#dm-lp-pet-car-care .dm-lp-easy__fv-title-r1 {
		width: 520px;
		font-size: 38px;
	}
	#dm-lp-pet-car-care .dm-lp-easy__fv-title-r2 {
		width: 360px;
		margin-left: 180px;
		font-size: 40px;
	}
	#dm-lp-family-car-care .dm-lp-easy__fv-title {
		left: 37%;
		width: 560px;
	}
	#dm-lp-family-car-care .dm-lp-easy__fv-title-r1 {
		width: 360px;
		font-size: 42px;
	}
	#dm-lp-family-car-care .dm-lp-easy__fv-title-r2 {
		width: 390px;
		margin-left: 120px;
		font-size: 42px;
	}
	#dm-lp-premium-car-clean .dm-lp-easy__fv-title {
		left: 23%;
		top: 96px;
		display: flex;
		align-items: flex-end;
		gap: 30px;
		width: 750px;
		min-height: 110px;
		padding: 0 0 14px;
		background: #3f3f3f;
		border-bottom: 3px solid #f39800;
		box-sizing: border-box;
		white-space: nowrap;
	}
	#dm-lp-premium-car-clean .dm-lp-easy__fv-title-r1,
	#dm-lp-premium-car-clean .dm-lp-easy__fv-title-r2 {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		border-bottom: 0;
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: -.04em;
		color: #f39800;
	}
	#dm-lp-premium-car-clean .dm-lp-easy__fv-photo-caption {
		margin-top: 22px;
	}
}

/* FV yellow bubble: コピー元の淡いグラデーション質感 */
.dm-lp-easy__fv-bubble {
	background:
		radial-gradient(circle at 32% 26%, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, 0) 34%),
		linear-gradient(145deg, #fff4b5 0%, #ffe58c 34%, #ffd766 66%, #f6c95b 100%);
	box-shadow: 0 14px 24px rgba(174, 132, 32, .22), inset 0 1px 0 rgba(255, 255, 255, .38);
}
.dm-lp-easy__after-bubble {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 0 !important;
	background:
		radial-gradient(circle at 31% 24%, rgba(255, 255, 255, .46) 0%, rgba(255, 255, 255, 0) 36%),
		linear-gradient(145deg, #fff5b8 0%, #ffe78d 34%, #ffd868 68%, #f4c85b 100%);
	box-shadow: 0 13px 23px rgba(174, 132, 32, .2), inset 0 1px 0 rgba(255, 255, 255, .42);
}
.dm-lp-easy__after-bubble span {
	display: block;
	white-space: nowrap;
	text-align: center;
}

/* easy / pet common: 「施工すると」を本文幅いっぱいに広げる */
@media (min-width: 901px) {
	.dm-lp-easy__after .dm-lp-easy__wrap {
		width: min(1120px, calc(100vw - 130px));
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.dm-lp-easy__after-grid {
		width: 100%;
		grid-template-columns: 280px 42px minmax(0, 1fr);
		gap: 24px;
	}
	.dm-lp-easy__after-card--before {
		width: 100%;
		box-sizing: border-box;
	}
	.dm-lp-easy__after-card--after {
		width: 100%;
		box-sizing: border-box;
	}
}
