/**
 * サポートページ（/contents/support/）専用スタイル。
 */

.hyakushou-support-contents {
	max-width: 100%;
	margin-top: 0;
	padding-top: 0;
	color: #1a1a1a;
}

.hyakushou-support-section {
	margin: 0 0 1.35rem;
}

/* セクション見出しは style.css の .hyakushou-guide-main-heading（味噌ページの大見出しと同型）。字重のみ一段細く */
.hyakushou-support-section > .hyakushou-guide-main-heading {
	margin: 0 0 clamp(0.85rem, 2.2vw, 1.05rem);
	font-weight: 700;
}

.hyakushou-support-intro {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0 0 1.05rem;
}

.hyakushou-support-intro__image {
	flex: 0 0 220px;
	width: 220px;
	height: auto;
}

.hyakushou-support-intro__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
}

.hyakushou-support-callout-image {
	display: block;
	width: min(100%, 690px);
	height: auto;
}

.hyakushou-support-risk-images {
	margin: 0.8rem 0 1rem;
}

.hyakushou-support-risk-images__top {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.hyakushou-support-risk-images__top img {
	width: min(100%, 220px);
	height: auto;
	border: 6px solid #f3f3f3;
	box-shadow: 0 0 0 1px #cfcfcf inset;
}

.hyakushou-support-risk-images__bottom {
	margin-top: 0.25rem;
	display: flex;
	justify-content: center;
}

.hyakushou-support-risk-images__bottom img {
	width: min(100%, 220px);
	height: auto;
	border: 6px solid #f3f3f3;
	box-shadow: 0 0 0 1px #cfcfcf inset;
}

.hyakushou-support-risk-lead,
.hyakushou-support-risk-foot {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.65;
	text-align: center;
	color: #000;
}

.hyakushou-support-risk-emphasis {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	color: #ff0000;
}

.hyakushou-support-products {
	margin-top: 0.9rem;
}

.hyakushou-support-product {
	display: grid;
	grid-template-columns: min(190px, 34%) 1fr;
	gap: 1rem;
	align-items: start;
	margin: 0 0 1.2rem;
}

.hyakushou-support-product__content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	min-width: 0;
}

.hyakushou-support-product--last {
	margin-bottom: 0;
}

.hyakushou-support-product__img {
	width: 100%;
	max-width: 190px;
	height: auto;
}

.hyakushou-support-product__body {
	min-width: 0;
}

.hyakushou-support-product__body h3 {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #000;
	overflow-wrap: anywhere;
	line-height: 1.35;
}

.hyakushou-support-product__body p {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

.hyakushou-support-product__body p:last-child {
	margin-bottom: 0;
}

.hyakushou-support-product__cta {
	align-self: flex-end;
}

.hyakushou-support-product__cta a {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #7bb95f;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.hyakushou-support-story-row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0 0 0.8rem;
}

.hyakushou-support-story-row img {
	width: 260px;
	height: auto;
}

.hyakushou-support-story-row p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

.hyakushou-support-story-row--left img {
	order: 1;
}

.hyakushou-support-story-row--left p {
	order: 2;
}

.hyakushou-support-story-row--right p {
	order: 1;
}

.hyakushou-support-story-row--right img {
	order: 2;
}

.hyakushou-support-story-row--last {
	margin-bottom: 1rem;
}

.hyakushou-support-story-cta {
	margin: 0;
	text-align: center;
}

.hyakushou-support-story-cta a {
	display: inline-block;
	min-width: min(100%, 620px);
	padding: 0.55rem 1rem 0.62rem;
	background: #74b957;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

@media (max-width: 900px) {
	.hyakushou-support-intro {
		flex-direction: column;
		gap: 0.7rem;
	}

	.hyakushou-support-intro__image {
		width: 100%;
		max-width: 260px;
	}

	.hyakushou-support-risk-images__top {
		flex-direction: column;
		align-items: center;
	}

	.hyakushou-support-product {
		grid-template-columns: 1fr;
		gap: 0.6rem;
	}

	.hyakushou-support-product__img {
		width: 100%;
		max-width: 260px;
	}

	.hyakushou-support-product__cta {
		align-self: flex-end;
	}

	.hyakushou-support-story-row {
		flex-direction: column;
		gap: 0.6rem;
	}

	.hyakushou-support-story-row img {
		width: 100%;
		max-width: 320px;
	}

	.hyakushou-support-story-row--left img,
	.hyakushou-support-story-row--left p,
	.hyakushou-support-story-row--right p,
	.hyakushou-support-story-row--right img {
		order: initial;
	}

	.hyakushou-support-story-cta a {
		min-width: 0;
		width: 100%;
	}
}
