/* RIZING α / α Pro の購入前案内。既存LPの#root resetと.contents指定を上書きしつつ、この案内だけに限定する。 */
#root .sl-alpha-selection,
.contents .sl-alpha-selection {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	margin: 30px auto 0;
	padding: 22px 24px;
	background: #ffffff;
	border: 1px solid #dfe3e8;
	border-radius: 14px;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
	color: #1d1d1f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
	text-align: left;
	overflow-wrap: anywhere;
	scroll-margin-top: 88px;
}

#root .sl-alpha-selection *,
.contents .sl-alpha-selection * {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

#root .sl-alpha-selection .sl-alpha-selection__title,
.contents .sl-alpha-selection .sl-alpha-selection__title {
	margin: 0;
	color: #1d1d1f;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

#root .sl-alpha-selection .sl-alpha-selection__intro,
.contents .sl-alpha-selection .sl-alpha-selection__intro {
	margin: 8px 0 0;
	color: #4c5560;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

#root .sl-alpha-selection .sl-alpha-selection__links,
.contents .sl-alpha-selection .sl-alpha-selection__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

#root .sl-alpha-selection .sl-alpha-selection__link,
.contents .sl-alpha-selection .sl-alpha-selection__link {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-start;
	padding: 12px 13px;
	background: #f7f9fb;
	border: 1px solid #d7e0e8;
	border-radius: 9px;
	color: #1769aa;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

#root .sl-alpha-selection .sl-alpha-selection__link:hover,
.contents .sl-alpha-selection .sl-alpha-selection__link:hover {
	background: #eef6fc;
	border-color: #8db9d7;
}

#root .sl-alpha-selection .sl-alpha-selection__link:focus,
#root .sl-alpha-selection .sl-alpha-selection__link:focus-visible,
.contents .sl-alpha-selection .sl-alpha-selection__link:focus,
.contents .sl-alpha-selection .sl-alpha-selection__link:focus-visible,
#root .sl-alpha-selection .sl-alpha-selection__text-link:focus,
#root .sl-alpha-selection .sl-alpha-selection__text-link:focus-visible,
.contents .sl-alpha-selection .sl-alpha-selection__text-link:focus,
.contents .sl-alpha-selection .sl-alpha-selection__text-link:focus-visible,
#root .sl-alpha-selection .sl-alpha-selection__product-link:focus,
#root .sl-alpha-selection .sl-alpha-selection__product-link:focus-visible,
.contents .sl-alpha-selection .sl-alpha-selection__product-link:focus,
.contents .sl-alpha-selection .sl-alpha-selection__product-link:focus-visible {
	outline: 3px solid #8bc7f2;
	outline-offset: 3px;
}

#root .sl-alpha-selection .sl-alpha-selection__link-label,
.contents .sl-alpha-selection .sl-alpha-selection__link-label {
	display: block;
	color: #1769aa;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

#root .sl-alpha-selection .sl-alpha-selection__link-note,
.contents .sl-alpha-selection .sl-alpha-selection__link-note {
	display: block;
	margin-top: 5px;
	color: #56616d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

#root .sl-alpha-selection .sl-alpha-selection__comparison,
.contents .sl-alpha-selection .sl-alpha-selection__comparison {
	margin: 16px 0 0;
	color: #4c5560;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}

#root .sl-alpha-selection .sl-alpha-selection__text-link,
.contents .sl-alpha-selection .sl-alpha-selection__text-link {
	display: inline-block;
	margin-left: 4px;
	color: #1769aa;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#root .sl-alpha-selection .sl-alpha-selection__product-link,
.contents .sl-alpha-selection .sl-alpha-selection__product-link {
	display: inline-block;
	margin-top: 14px;
	padding: 9px 15px;
	background: #1769aa;
	border: 1px solid #1769aa;
	border-radius: 999px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

#root .sl-alpha-selection .sl-alpha-selection__product-link:hover,
.contents .sl-alpha-selection .sl-alpha-selection__product-link:hover {
	background: #0f568c;
	border-color: #0f568c;
}

.contents #alpha-products {
	scroll-margin-top: 88px;
}

@media screen and (max-width: 767px) {
	#root .sl-alpha-selection,
	.contents .sl-alpha-selection {
		margin-top: 24px;
		padding: 18px 16px;
		border-radius: 11px;
	}

	#root .sl-alpha-selection .sl-alpha-selection__title,
	.contents .sl-alpha-selection .sl-alpha-selection__title {
		font-size: 18px;
	}

	#root .sl-alpha-selection .sl-alpha-selection__intro,
	.contents .sl-alpha-selection .sl-alpha-selection__intro {
		font-size: 14px;
	}

	#root .sl-alpha-selection .sl-alpha-selection__links,
	.contents .sl-alpha-selection .sl-alpha-selection__links {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	#root .sl-alpha-selection .sl-alpha-selection__link,
	.contents .sl-alpha-selection .sl-alpha-selection__link {
		padding: 11px 13px;
	}

	#root .sl-alpha-selection .sl-alpha-selection__comparison,
	.contents .sl-alpha-selection .sl-alpha-selection__comparison {
		font-size: 14px;
	}
}
