/* /guide/lowbeam のみ、旧レイアウトの幅を特集ページ用に広げる。 */
.contents-container--lowbeam {
	width: 100%;
	max-width: 1200px;
}

.contents-container--lowbeam > .contents {
	width: 100%;
	float: none;
}

.contents-container--lowbeam .contents-header {
	display: none;
}

.contents {
	padding-top: 0;
}

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

.sl-lowbeam {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #f5f7f9;
	color: #14202b;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
}

.sl-lowbeam__breadcrumb,
.sl-lowbeam__main {
	width: calc(100% - 48px);
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.sl-lowbeam__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 22px;
	color: #697783;
	font-size: 12px;
}

.sl-lowbeam__breadcrumb a,
.sl-lowbeam__text-link,
.sl-lowbeam__source-links a {
	color: #0877bd;
	text-decoration: none;
}

.sl-lowbeam__breadcrumb a:hover,
.sl-lowbeam__breadcrumb a:focus,
.sl-lowbeam__text-link:hover,
.sl-lowbeam__text-link:focus,
.sl-lowbeam__source-links a:hover,
.sl-lowbeam__source-links a:focus {
	text-decoration: underline;
}

.sl-lowbeam__mobile-break {
	display: none;
}

.sl-lowbeam__hero {
	position: relative;
	min-height: 570px;
	margin-top: 18px;
	overflow: hidden;
	background: #081421;
}

.sl-lowbeam__hero-media,
.sl-lowbeam__hero-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sl-lowbeam__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 38% center;
}

.sl-lowbeam__hero-overlay {
	background: linear-gradient(90deg, rgba(3, 13, 24, .08) 0%, rgba(3, 13, 24, .18) 35%, rgba(3, 13, 24, .66) 63%, rgba(3, 13, 24, .96) 100%);
}

.sl-lowbeam__hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	width: 52%;
	min-height: 570px;
	margin-left: auto;
	flex-direction: column;
	justify-content: center;
	padding: 60px 7% 64px 4%;
	color: #fff;
}

.sl-lowbeam__eyebrow {
	margin: 0 0 12px;
	color: #198fd1;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
}

.sl-lowbeam__hero .sl-lowbeam__eyebrow {
	color: #8edcff;
}

.sl-lowbeam__hero-kicker {
	margin: 0 0 16px;
	color: #d9f5ff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
}

.sl-lowbeam__hero h1 {
	margin: 0 0 18px;
	font-size: 54px;
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: 1.25;
}

.sl-lowbeam__hero h1 span {
	display: block;
	white-space: nowrap;
}

.sl-lowbeam__hero-lead {
	max-width: 500px;
	margin: 0;
	color: #d8e2ea;
	font-size: 15px;
	line-height: 1.9;
}

.sl-lowbeam__hero-actions,
.sl-lowbeam__closing-actions,
.sl-lowbeam__inline-links,
.sl-lowbeam__professional-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sl-lowbeam__hero-actions {
	align-items: center;
	margin-top: 28px;
}

.sl-lowbeam__button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 20px;
	border: 1px solid #0877bd;
	border-radius: 999px;
	background: #fff;
	color: #0877bd;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
}

.sl-lowbeam__button span,
.sl-lowbeam__text-link span,
.sl-lowbeam__source-links a span {
	font-size: 1.25em;
	line-height: 1;
}

.sl-lowbeam__button:hover,
.sl-lowbeam__button:focus {
	background: #e8f6ff;
	color: #075f97;
}

.sl-lowbeam__button--light,
.sl-lowbeam__button--light:hover,
.sl-lowbeam__button--light:focus {
	border-color: #fff;
	background: #fff;
	color: #0b5f96;
}

.sl-lowbeam__button--outline-light,
.sl-lowbeam__button--outline-light:hover,
.sl-lowbeam__button--outline-light:focus {
	border-color: #8edcff;
	background: transparent;
	color: #bdeeff;
}

.sl-lowbeam__button:focus-visible,
.sl-lowbeam__hero-text-link:focus-visible,
.sl-lowbeam__text-link:focus-visible,
.sl-lowbeam__source-links a:focus-visible,
.sl-lowbeam__breadcrumb a:focus-visible,
.sl-lowbeam__destination-grid a:focus-visible,
.sl-lowbeam__check-item input:focus-visible {
	outline: 3px solid rgba(25, 143, 209, .45);
	outline-offset: 3px;
}

.sl-lowbeam__hero-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: #d9f5ff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.sl-lowbeam__hero-text-link:hover,
.sl-lowbeam__hero-text-link:focus {
	color: #fff;
	text-decoration: underline;
}

.sl-lowbeam__hero-caption {
	position: absolute;
	z-index: 1;
	bottom: 16px;
	left: 24px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 10px;
	line-height: 1.5;
}

.sl-lowbeam__main {
	padding-bottom: 88px;
}

.sl-lowbeam__diagnosis {
	padding: 96px 0 74px;
}

.sl-lowbeam__section-intro {
	margin-bottom: 34px;
}

.sl-lowbeam__section-intro h2 {
	margin: 0 0 12px;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.35;
}

.sl-lowbeam__intro-copy {
	max-width: 720px;
	margin: 0;
	color: #536371;
	font-size: 15px;
	line-height: 1.9;
}

.sl-lowbeam__diagnosis-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #c9d4dc;
	border-bottom: 1px solid #c9d4dc;
}

.sl-lowbeam__diagnosis-item {
	min-height: 260px;
	padding: 28px 30px 32px 0;
	border-right: 1px solid #c9d4dc;
}

.sl-lowbeam__diagnosis-item + .sl-lowbeam__diagnosis-item {
	padding-left: 30px;
}

.sl-lowbeam__diagnosis-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.sl-lowbeam__diagnosis-number {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 22px;
	color: #0877bd;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1;
}

.sl-lowbeam__diagnosis-number span {
	color: #7d8d99;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.sl-lowbeam__diagnosis-item h3 {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.4;
}

.sl-lowbeam__diagnosis-item p:last-child {
	margin: 0;
	color: #536371;
	font-size: 13px;
	line-height: 1.9;
}

.sl-lowbeam__diagnosis-trust {
	margin: 28px 0 0;
	padding-left: 18px;
	border-left: 4px solid #198fd1;
	color: #142b3d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}

.sl-lowbeam__rules {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	column-gap: 42px;
	padding: 48px 52px 42px;
	background: #0e1c2a;
	color: #fff;
}

.sl-lowbeam__rules-label {
	padding-top: 5px;
}

.sl-lowbeam__rules .sl-lowbeam__eyebrow {
	color: #8edcff;
}

.sl-lowbeam__rules-date {
	margin: 28px 0 0;
	color: #8ea5b8;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
}

.sl-lowbeam__rules-body h2 {
	margin: 0 0 18px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.45;
}

.sl-lowbeam__rules-body p {
	max-width: 720px;
	margin: 0 0 12px;
	color: #d2dee8;
	font-size: 13px;
	line-height: 1.85;
}

.sl-lowbeam__rules-body p strong {
	color: #fff;
	font-size: 15px;
}

.sl-lowbeam__source-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 22px;
	font-size: 12px;
	font-weight: 700;
}

.sl-lowbeam__source-links a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #8edcff;
}

.sl-lowbeam__rules-note {
	grid-column: 2;
	margin: 26px 0 0;
	padding-top: 18px;
	border-top: 1px solid #314456;
	color: #aebfcd;
	font-size: 11px;
	line-height: 1.8;
}

.sl-lowbeam__flow {
	padding: 100px 0 88px;
}

.sl-lowbeam__section-intro--flow {
	margin-bottom: 42px;
}

.sl-lowbeam__flow-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-lowbeam__flow-list::before {
	position: absolute;
	top: 46px;
	bottom: 46px;
	left: 31px;
	width: 1px;
	background: #a8c5d7;
	content: "";
}

.sl-lowbeam__flow-item {
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 30px;
	padding: 30px 0 34px;
	border-top: 1px solid #c9d4dc;
}

.sl-lowbeam__flow-item:last-child {
	border-bottom: 1px solid #c9d4dc;
}

.sl-lowbeam__flow-index {
	position: relative;
	z-index: 1;
	display: flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	border: 1px solid #0877bd;
	border-radius: 50%;
	background: #f5f7f9;
	color: #0877bd;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .04em;
}

.sl-lowbeam__flow-label {
	margin: 1px 0 8px;
	color: #198fd1;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
}

.sl-lowbeam__flow-copy h3 {
	margin: 0 0 8px;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.5;
}

.sl-lowbeam__flow-copy > p:not(.sl-lowbeam__flow-label) {
	max-width: 800px;
	margin: 0;
	color: #536371;
	font-size: 14px;
	line-height: 1.85;
}

.sl-lowbeam__text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 700;
}

.sl-lowbeam__inline-links {
	gap: 18px;
}

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

.sl-lowbeam__destination-grid a {
	display: flex;
	min-height: 92px;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	border: 1px solid #c9d4dc;
	background: #fff;
	color: #14202b;
	text-decoration: none;
	transition: border-color .2s, background .2s;
}

.sl-lowbeam__destination-grid a:hover,
.sl-lowbeam__destination-grid a:focus {
	border-color: #0877bd;
	background: #edf8ff;
	color: #14202b;
	text-decoration: none;
}

.sl-lowbeam__destination-grid strong {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.sl-lowbeam__destination-grid span {
	margin-top: 5px;
	color: #6b7b87;
	font-size: 11px;
	line-height: 1.5;
}

.sl-lowbeam__evidence {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	gap: 54px;
	align-items: center;
	padding: 68px 0;
	border-top: 1px solid #c9d4dc;
}

.sl-lowbeam__evidence-figure {
	margin: 0;
}

.sl-lowbeam__evidence-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 340px;
	object-fit: cover;
	border-radius: 2px;
}

.sl-lowbeam__evidence-figure figcaption {
	margin-top: 10px;
	color: #72818b;
	font-size: 11px;
	line-height: 1.7;
}

.sl-lowbeam__evidence-copy h2 {
	margin: 0 0 14px;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.45;
}

.sl-lowbeam__evidence-copy > p:not(.sl-lowbeam__eyebrow) {
	margin: 0;
	color: #536371;
	font-size: 14px;
	line-height: 1.9;
}

.sl-lowbeam__professional {
	padding: 54px 56px 58px;
	background: #0e1c2a;
	color: #fff;
}

.sl-lowbeam__professional .sl-lowbeam__eyebrow {
	color: #8edcff;
}

.sl-lowbeam__professional .sl-lowbeam__section-intro {
	margin-bottom: 30px;
}

.sl-lowbeam__professional .sl-lowbeam__section-intro h2 {
	font-size: 31px;
}

.sl-lowbeam__professional .sl-lowbeam__intro-copy {
	color: #bdcbd5;
}

.sl-lowbeam__professional-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
	gap: 34px;
	align-items: start;
}

.sl-lowbeam__checklist {
	border-top: 1px solid #3b5265;
	border-bottom: 1px solid #3b5265;
}

.sl-lowbeam__checklist-title {
	margin: 0;
	padding: 16px 0 14px;
	color: #8edcff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sl-lowbeam__check-item {
	display: flex;
	min-height: 68px;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 12px 0;
	border-top: 1px solid #263b4c;
	cursor: pointer;
}

.sl-lowbeam__check-item input {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	accent-color: #3db9ed;
}

.sl-lowbeam__check-item > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.sl-lowbeam__check-item strong {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.sl-lowbeam__check-item small {
	color: #aebfcd;
	font-size: 11px;
	line-height: 1.5;
}

.sl-lowbeam__professional-note {
	padding: 22px 24px 26px;
	border-left: 2px solid #3db9ed;
	background: #142a3b;
}

.sl-lowbeam__professional-note-label {
	margin: 0 0 12px;
	color: #8edcff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.sl-lowbeam__professional-note > p:not(.sl-lowbeam__professional-note-label) {
	margin: 0;
	color: #d3e0e8;
	font-size: 13px;
	line-height: 1.85;
}

.sl-lowbeam__professional-actions {
	margin-top: 26px;
}

.sl-lowbeam__closing {
	margin-top: 72px;
	padding: 58px 52px 62px;
	background: #0877bd;
	color: #fff;
	text-align: center;
}

.sl-lowbeam__closing .sl-lowbeam__eyebrow {
	color: #bdeeff;
}

.sl-lowbeam__closing h2 {
	margin: 0 0 13px;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.45;
}

.sl-lowbeam__closing > p:not(.sl-lowbeam__eyebrow) {
	max-width: 700px;
	margin: 0 auto;
	color: #e0f6ff;
	font-size: 13px;
	line-height: 1.85;
}

.sl-lowbeam__closing-actions {
	justify-content: center;
	margin-top: 26px;
}

@media screen and (max-width: 900px) {
	.sl-lowbeam__hero-content {
		width: 62%;
		padding-right: 5%;
	}

	.sl-lowbeam__hero h1 {
		font-size: 45px;
	}

	.sl-lowbeam__destination-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sl-lowbeam__professional-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.sl-lowbeam__mobile-break {
		display: block;
	}

	.contents-container--lowbeam {
		width: 100%;
	}

	.sl-lowbeam__breadcrumb,
	.sl-lowbeam__main {
		width: calc(100% - 32px);
	}

	.sl-lowbeam__breadcrumb {
		padding-top: 16px;
	}

	.sl-lowbeam__hero {
		min-height: 590px;
		margin-top: 12px;
	}

	.sl-lowbeam__hero-media img {
		object-position: 34% center;
	}

	.sl-lowbeam__hero-overlay {
		background: linear-gradient(180deg, rgba(3, 13, 24, .12) 0%, rgba(3, 13, 24, .5) 45%, rgba(3, 13, 24, .97) 100%);
	}

	.sl-lowbeam__hero-content {
		width: 100%;
		min-height: 590px;
		justify-content: flex-end;
		padding: 90px 22px 60px;
	}

	.sl-lowbeam__hero-kicker {
		font-size: 15px;
	}

	.sl-lowbeam__hero h1 {
		font-size: 36px;
		letter-spacing: -.055em;
	}

	.sl-lowbeam__hero-lead {
		font-size: 13px;
		line-height: 1.8;
	}

	.sl-lowbeam__hero-actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 22px;
	}

	.sl-lowbeam__hero-actions .sl-lowbeam__button {
		width: 100%;
	}

	.sl-lowbeam__hero-text-link {
		justify-content: center;
	}

	.sl-lowbeam__hero-caption {
		right: 16px;
		bottom: 12px;
		left: 16px;
	}

	.sl-lowbeam__main {
		padding-bottom: 60px;
	}

	.sl-lowbeam__diagnosis {
		padding: 66px 0 58px;
	}

	.sl-lowbeam__section-intro {
		margin-bottom: 26px;
	}

	.sl-lowbeam__section-intro h2 {
		font-size: 29px;
	}

	.sl-lowbeam__intro-copy {
		font-size: 13px;
	}

	.sl-lowbeam__diagnosis-grid {
		display: block;
	}

	.sl-lowbeam__diagnosis-item,
	.sl-lowbeam__diagnosis-item + .sl-lowbeam__diagnosis-item {
		min-height: 0;
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid #c9d4dc;
	}

	.sl-lowbeam__diagnosis-item:last-child {
		padding-bottom: 27px;
		border-bottom: 0;
	}

	.sl-lowbeam__diagnosis-number {
		margin-bottom: 14px;
	}

	.sl-lowbeam__diagnosis-item h3 {
		font-size: 20px;
	}

	.sl-lowbeam__diagnosis-trust {
		font-size: 14px;
	}

	.sl-lowbeam__rules {
		display: block;
		padding: 32px 22px 30px;
	}

	.sl-lowbeam__rules-date {
		margin-top: 16px;
		font-size: 15px;
	}

	.sl-lowbeam__rules-body h2 {
		font-size: 24px;
	}

	.sl-lowbeam__rules-body p strong {
		font-size: 14px;
	}

	.sl-lowbeam__source-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.sl-lowbeam__rules-note {
		margin-top: 22px;
	}

	.sl-lowbeam__flow {
		padding: 66px 0 58px;
	}

	.sl-lowbeam__section-intro--flow {
		margin-bottom: 28px;
	}

	.sl-lowbeam__flow-list::before {
		top: 35px;
		bottom: 35px;
		left: 23px;
	}

	.sl-lowbeam__flow-item {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 22px 0 26px;
	}

	.sl-lowbeam__flow-index {
		width: 48px;
		height: 48px;
		font-size: 12px;
	}

	.sl-lowbeam__flow-copy h3 {
		font-size: 19px;
	}

	.sl-lowbeam__flow-copy > p:not(.sl-lowbeam__flow-label) {
		font-size: 13px;
	}

	.sl-lowbeam__inline-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}

	.sl-lowbeam__destination-grid {
		grid-template-columns: 1fr;
	}

	.sl-lowbeam__evidence {
		display: flex;
		flex-direction: column-reverse;
		gap: 28px;
		padding: 54px 0;
	}

	.sl-lowbeam__evidence-copy h2 {
		font-size: 25px;
	}

	.sl-lowbeam__professional {
		padding: 36px 22px 38px;
	}

	.sl-lowbeam__professional .sl-lowbeam__section-intro h2 {
		font-size: 27px;
	}

	.sl-lowbeam__professional-grid {
		gap: 28px;
	}

	.sl-lowbeam__professional-note {
		padding: 20px 18px 22px;
	}

	.sl-lowbeam__professional-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sl-lowbeam__professional-actions .sl-lowbeam__button {
		width: 100%;
	}

	.sl-lowbeam__closing {
		margin-top: 52px;
		padding: 42px 22px 46px;
	}

	.sl-lowbeam__closing h2 {
		font-size: 26px;
	}

	.sl-lowbeam__closing-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sl-lowbeam__closing-actions .sl-lowbeam__button {
		width: 100%;
	}
}
