.contents { padding-top: 0; }

.sl-guide, .sl-guide * { box-sizing: border-box; }

.sl-guide {
	padding: 0 24px 80px;
	background: #f5f5f7;
	color: #1d1d1f;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.sl-guide__breadcrumb, .sl-guide__hero, .sl-guide__vehicle,
.sl-guide__flow, .sl-guide__after, .sl-guide__help {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.sl-guide__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 24px;
	color: #6e6e73;
	font-size: 13px;
}

.sl-guide__breadcrumb a, .sl-guide__related a { color: #1674d1; text-decoration: none; }

.sl-guide__hero { padding: 56px 0 48px; text-align: center; }

.sl-guide__eyebrow, .sl-guide__section-head > p, .sl-guide__after-label {
	margin: 0 0 10px;
	color: #1674d1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.sl-guide__hero h1 {
	margin: 0 0 14px;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.15;
}

.sl-guide__hero > p:last-child {
	margin: 0;
	color: #6e6e73;
	font-size: 17px;
	line-height: 1.7;
}

.sl-guide__vehicle { margin-bottom: 72px; text-align: center; }

.sl-guide__vehicle h2, .sl-guide__section-head h2, .sl-guide__after h2 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.4;
}

.sl-guide__vehicle > p {
	margin: 0 0 24px;
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.7;
}

.sl-guide__vehicle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.sl-guide__vehicle-card {
	display: flex;
	min-height: 112px;
	align-items: center;
	gap: 18px;
	padding: 24px 28px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	color: #1d1d1f;
	text-align: left;
	text-decoration: none !important;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}

.sl-guide__vehicle-card:hover, .sl-guide__vehicle-card:focus {
	border-color: #b9d9fa;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
	color: #1d1d1f;
	transform: translateY(-2px);
}

.sl-guide__vehicle-card:focus-visible, .sl-guide__button:focus-visible,
.sl-guide__destination-grid a:focus-visible, .sl-guide__help-grid a:focus-visible {
	outline: 3px solid rgba(41, 151, 255, .35);
	outline-offset: 3px;
}

.sl-guide__vehicle-card svg {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	fill: none;
	stroke: #1674d1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.sl-guide__vehicle-card span { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 4px; }
.sl-guide__vehicle-card strong { font-size: 17px; font-weight: 700; }
.sl-guide__vehicle-card small { color: #6e6e73; font-size: 12px; }
.sl-guide__vehicle-card b { color: #1674d1; font-size: 30px; font-weight: 400; }

.sl-guide__flow { margin-bottom: 72px; }
.sl-guide__section-head { margin-bottom: 24px; }

.sl-guide__step {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin-bottom: 16px;
	padding: 32px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.sl-guide__step--with-figure { grid-template-columns: 76px minmax(0, 1fr) minmax(220px, 340px); }

.sl-guide__step-number {
	display: flex;
	width: 64px;
	height: 64px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eaf4ff;
	color: #1674d1;
	line-height: 1;
}

.sl-guide__step-number span { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.sl-guide__step-number strong { margin-top: 3px; font-size: 26px; font-weight: 900; }

.sl-guide__step-body h3 {
	margin: 3px 0 10px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}

.sl-guide__step-body p { margin: 0; color: #515154; font-size: 14px; line-height: 1.8; }
.sl-guide__step-body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.sl-guide__step-body li { padding: 7px 12px; border-radius: 999px; background: #f5f5f7; color: #515154; font-size: 12px; }
.sl-guide__step-figure { margin: 0; text-align: center; }
.sl-guide__step-figure img { display: block; width: 100%; height: auto; border: 1px solid #e5e5e7; border-radius: 12px; }
.sl-guide__step-figure figcaption { margin-top: 6px; color: #86868b; font-size: 11px; }

.sl-guide__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.sl-guide__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid #1674d1;
	border-radius: 999px;
	background: #fff;
	color: #1674d1;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}

.sl-guide__button:hover, .sl-guide__button:focus { background: #eaf4ff; color: #1674d1; }
.sl-guide__button--primary, .sl-guide__button--primary:hover, .sl-guide__button--primary:focus { background: #1674d1; color: #fff; }

.sl-guide__destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }

.sl-guide__destination-grid a, .sl-guide__help-grid a {
	display: flex;
	flex-direction: column;
	padding: 18px;
	border: 1px solid #e5e5e7;
	border-radius: 14px;
	background: #fafafa;
	color: #1d1d1f;
	text-decoration: none !important;
	transition: border-color .2s, background .2s;
}

.sl-guide__destination-grid a:hover, .sl-guide__help-grid a:hover { border-color: #b9d9fa; background: #f4f9ff; color: #1d1d1f; }
.sl-guide__destination-grid strong, .sl-guide__help-grid strong { font-size: 14px; font-weight: 600; }
.sl-guide__destination-grid span, .sl-guide__help-grid span { margin-top: 4px; color: #6e6e73; font-size: 11px; line-height: 1.5; }

.sl-guide__after {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 72px;
	padding: 32px 36px;
	border-radius: 20px;
	background: #1d1d1f;
	color: #fff;
}

.sl-guide__after h2 { margin-bottom: 6px; font-size: 24px; }
.sl-guide__after > div > p:last-child { margin: 0; color: #d2d2d7; font-size: 13px; line-height: 1.7; }
.sl-guide__after .sl-guide__button { flex: 0 0 auto; }
.sl-guide__help { padding-bottom: 8px; }
.sl-guide__help-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sl-guide__help-grid a { min-height: 108px; justify-content: center; background: #fff; text-align: center; }

.sl-guide__related {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 20px;
	margin-top: 28px;
	color: #6e6e73;
	font-size: 12px;
}

.sl-guide__related span { font-weight: 600; }

@media screen and (max-width: 767px) {
	.sl-guide { padding: 0 16px 64px; }
	.sl-guide__breadcrumb { padding-top: 16px; }
	.sl-guide__hero { padding: 36px 0 40px; }
	.sl-guide__hero h1 { font-size: 34px; }
	.sl-guide__hero > p:last-child { font-size: 15px; }
	.sl-guide__vehicle, .sl-guide__flow, .sl-guide__after { margin-bottom: 52px; }
	.sl-guide__vehicle h2, .sl-guide__section-head h2 { font-size: 23px; }
	.sl-guide__vehicle-grid, .sl-guide__help-grid { grid-template-columns: 1fr; }
	.sl-guide__vehicle-card { min-height: 96px; padding: 20px; }
	.sl-guide__step, .sl-guide__step--with-figure { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
	.sl-guide__step-number { width: 52px; height: 52px; }
	.sl-guide__step-number strong { font-size: 22px; }
	.sl-guide__step-body h3 { font-size: 18px; }
	.sl-guide__step-figure { grid-column: 1 / -1; margin-top: 4px; }
	.sl-guide__actions { flex-direction: column; }
	.sl-guide__button { width: 100%; }
	.sl-guide__destination-grid { grid-template-columns: 1fr; }
	.sl-guide__after { flex-direction: column; align-items: stretch; padding: 28px 24px; }
	.sl-guide__after h2 { font-size: 21px; }
}
