/* Quick Rentacar official-site FC entry bridge — 2026-08-26 v2 */

.dnd-fcse-v2-banner,
.dnd-fcse-v2-banner * {
	box-sizing: border-box;
}

.dnd-fcse-v2-banner {
	width: min(1180px, calc(100% - 40px));
	margin: clamp(40px, 6vw, 80px) auto;
	color: #fff !important;
	background: #102b50;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(8, 27, 52, 0.16);
}

.dnd-fcse-v2-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 4vw, 56px);
	padding: clamp(28px, 4vw, 52px);
}

.dnd-fcse-v2-banner__copy {
	min-width: 0;
	max-width: 730px;
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__kicker {
	margin: 0 0 10px;
	color: #ffd34e !important;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.dnd-fcse-v2-banner h2#dnd-fcse-v2-banner-title {
	margin: 0;
	color: #fff !important;
	font-size: clamp(1.45rem, 2.7vw, 2.25rem);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.015em;
	text-wrap: balance;
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__body {
	margin: 14px 0 0;
	color: #e8eef6 !important;
	font-size: clamp(0.95rem, 1.25vw, 1.05rem);
	line-height: 1.8;
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 13px 20px;
	color: #102b50 !important;
	background: #ffd34e;
	border: 2px solid #ffd34e;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(255, 211, 78, 0.28);
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:visited {
	color: #102b50 !important;
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:hover {
	color: #102b50 !important;
	background: #fff2b7;
	border-color: #fff2b7;
}

.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:focus-visible {
	color: #102b50 !important;
	outline: 3px solid #ffd34e;
	outline-offset: 4px;
}

.dnd-fcse-v2-menu-item > a:focus-visible {
	outline: 3px solid #ffd34e;
	outline-offset: 4px;
}

.desktop-nav .dnd-fcse-v2-menu-item > a {
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.mobile-menu-panel .dnd-fcse-v2-menu-item {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(16, 43, 80, 0.18);
}

.mobile-menu-panel .dnd-fcse-v2-menu-item > a {
	display: flex;
	min-height: 48px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1px;
}

.mobile-menu-panel .dnd-fcse-v2-menu-item > a::before {
	content: "法人向け";
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

@media (min-width: 1025px) and (max-width: 1360px) {
	.topbar {
		gap: 14px;
	}

	.desktop-nav > ul {
		gap: 14px;
	}

	.desktop-nav a {
		font-size: 14px;
	}
}

@media (max-width: 760px) {
	.dnd-fcse-v2-banner {
		width: min(100% - 28px, 680px);
		margin-block: 36px;
		border-radius: 18px;
	}

	.dnd-fcse-v2-banner__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 22px;
		padding: 26px 22px;
	}

	.dnd-fcse-v2-banner__link {
		width: 100%;
		min-height: 52px;
	}
}

@media (forced-colors: active) {
	.dnd-fcse-v2-banner {
		color: CanvasText !important;
		background: Canvas;
		border-color: CanvasText;
	}

	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__kicker,
	.dnd-fcse-v2-banner h2#dnd-fcse-v2-banner-title,
	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__body {
		color: CanvasText !important;
	}

	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link,
	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:visited,
	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:hover,
	.dnd-fcse-v2-banner .dnd-fcse-v2-banner__link:focus-visible {
		color: ButtonText !important;
		background: ButtonFace;
		border-color: ButtonText;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dnd-fcse-v2-banner__link {
		scroll-behavior: auto;
	}
}
