/**
 * 福助商品（/contents/fukujo/）専用スタイル。
 *
 * 見出し帯・小見出しは `page-miso.css` と共通クラスを使用。
 */

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

.hyakushou-fukujo-contents > *:first-child {
	margin-top: 0;
}

.hyakushou-fukujo-contents .hyakushou-fukujo-section {
	margin: 0 0 2rem;
}

.hyakushou-fukujo-main-image {
	display: block;
	width: min(100%, 520px);
	margin: 0 auto 1rem;
	height: auto;
}

.hyakushou-fukujo-body p {
	margin: 0 0 0.65rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #000;
}

.hyakushou-fukujo-body p:last-child {
	margin-bottom: 0;
}

.hyakushou-fukujo-body__quote {
	font-weight: 700;
}

.hyakushou-fukujo-voice-head {
	margin: 0 0 0.55rem;
	padding: 0.5rem 0.7rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	background: #f0ffe8;
	border: 1px solid #7fa46a;
}

.hyakushou-fukujo-voice-text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #000;
}

.hyakushou-fukujo-owner {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.hyakushou-fukujo-owner__item {
	margin: 0;
}

.hyakushou-fukujo-owner__item img {
	display: block;
	width: 180px;
	height: auto;
}

.hyakushou-fukujo-owner__item figcaption {
	margin-top: 0.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

.hyakushou-fukujo-section--lineup .hyakushou-miso-subheading {
	margin-bottom: 0.65rem;
}

.hyakushou-fukujo-lineup-title {
	margin: 0 0 0.65rem;
	padding: 0.45rem 0.55rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	background: #f0ffe8;
	border: 1px solid #7fa46a;
}

.hyakushou-fukujo-lineup-image {
	display: block;
	width: min(100%, 280px);
	height: auto;
	margin: 0 0 0.6rem;
}

.hyakushou-fukujo-lineup-list {
	margin: 0 0 0.8rem;
	line-height: 1.5;
}

.hyakushou-fukujo-section--lineup > p {
	margin: 0 0 0.75rem;
	line-height: 1.65;
	color: #000;
}

.hyakushou-fukujo-lineup-link {
	margin-top: 0.5rem;
}

.hyakushou-fukujo-lineup-link a {
	color: #000;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.hyakushou-fukujo-owner__item img {
		width: 100%;
		max-width: 240px;
	}

	.hyakushou-fukujo-lineup-image {
		max-width: 320px;
	}
}
