.sg-product-information {
	width: min(1120px, calc(100% - 40px));
	margin: 72px auto 0;
	color: #172d46;
	font-family: inherit;
	box-sizing: border-box;
}

.sg-product-information,
.sg-product-information * {
	box-sizing: border-box;
}

.sg-product-information h2,
.sg-product-information h3 {
	margin: 0;
	color: #082e59;
	line-height: 1.35;
}

.sg-product-information h2 {
	padding-bottom: 16px;
	border-bottom: 2px solid #b9d3ed;
	font-size: clamp(24px, 2.4vw, 32px);
	letter-spacing: .08em;
}

.sg-product-information h3 {
	font-size: clamp(19px, 2vw, 24px);
	letter-spacing: .06em;
}

.sg-product-information__table {
	width: 100%;
	margin: 24px 0 0;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	font-size: 15px;
	line-height: 1.75;
}

.sg-product-information__table th,
.sg-product-information__table td {
	padding: 13px 17px;
	border: 1px solid #cbd9e8;
	vertical-align: top;
	text-align: left;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.sg-product-information__table th {
	width: 29%;
	background: #eef5fb;
	font-weight: 700;
	color: #163c63;
}

.sg-product-information__table td a {
	color: #0d4f98;
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sg-product-information__nutrition {
	margin-top: 48px;
}

.sg-product-information__note {
	margin: 12px 0 0;
	font-size: 14px;
}

.sg-product-information__table--nutrition {
	max-width: 640px;
	margin-top: 12px;
}

.sg-product-information__table--nutrition th {
	width: 50%;
}

.sg-product-information__functionality {
	margin-top: 48px;
	padding: 28px 30px;
	border: 1px solid #c7dced;
	border-radius: 4px;
	background: #f1f7fc;
}

.sg-product-information__functionality p {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 1.9;
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.sg-product-information {
		width: calc(100% - 28px);
		margin-top: 48px;
		overflow: hidden;
	}

	.sg-product-information h2 {
		padding-bottom: 12px;
		font-size: 23px;
	}

	.sg-product-information h3 {
		font-size: 19px;
	}

	.sg-product-information__table {
		margin-top: 18px;
		font-size: 13px;
		line-height: 1.65;
		table-layout: fixed;
	}

	.sg-product-information__table th,
	.sg-product-information__table td {
		padding: 10px 9px;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.sg-product-information__table th {
		width: 34%;
	}

	.sg-product-information__nutrition,
	.sg-product-information__functionality {
		margin-top: 36px;
	}

	.sg-product-information__functionality {
		padding: 20px 16px;
	}

	.sg-product-information__functionality p {
		font-size: 13px;
		line-height: 1.8;
	}
}

.sg-ingredient-comparison {
	width: min(1120px, calc(100% - 40px));
	margin: 72px auto 0;
	color: #172d46;
	font-family: inherit;
}

.sg-ingredient-comparison h2,
.sg-ingredient-comparison h3,
.sg-ingredient-comparison h4 {
	margin: 0;
	color: #082e59;
	line-height: 1.4;
}

.sg-ingredient-comparison h2 {
	padding-bottom: 16px;
	border-bottom: 2px solid #b9d3ed;
	font-size: clamp(24px, 2.4vw, 32px);
	letter-spacing: .08em;
}

.sg-ingredient-comparison__intro {
	max-width: 900px;
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.85;
}

.sg-ingredient-comparison__table-wrap {
	width: 100%;
	margin-top: 24px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sg-ingredient-comparison__table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.sg-ingredient-comparison__table th,
.sg-ingredient-comparison__table td {
	padding: 13px 10px;
	border: 1px solid #cbd9e8;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}

.sg-ingredient-comparison__table thead th {
	background: #eef5fb;
	font-weight: 700;
	color: #163c63;
}

.sg-ingredient-comparison__table thead th:first-child,
.sg-ingredient-comparison__table tbody th {
	width: 25%;
	text-align: left;
}

.sg-ingredient-comparison__table .is-fks {
	background: #fff6df;
}

.sg-ingredient-comparison__table td {
	font-size: 20px;
	font-weight: 700;
}

.sg-ingredient-comparison__table td.is-yes {
	color: #21834a;
}

.sg-ingredient-comparison__table td.is-no {
	color: #c44b4b;
}

.sg-ingredient-comparison__cards {
	margin-top: 48px;
}

.sg-ingredient-comparison__cards h3 {
	font-size: clamp(19px, 2vw, 24px);
	letter-spacing: .06em;
}

.sg-ingredient-comparison__card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.sg-ingredient-comparison__card {
	min-width: 0;
	padding: 22px 24px;
	border: 1px solid #cbd9e8;
	border-radius: 8px;
	background: #f1f5fa;
}

.sg-ingredient-comparison__card.is-fks {
	border-color: #e3bd6b;
	background: #fff8e9;
}

.sg-ingredient-comparison__card h4 {
	font-size: 18px;
	color: #163c63;
}

.sg-ingredient-comparison__card.is-fks h4 {
	color: #a66a14;
}

.sg-ingredient-comparison__card h4 span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #49647f;
}

.sg-ingredient-comparison__card ul {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
}

.sg-ingredient-comparison__card li {
	word-break: break-word;
	overflow-wrap: anywhere;
}

.sg-ingredient-comparison__note {
	margin: 18px 0 0;
	color: #5e7186;
	font-size: 12px;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.sg-ingredient-comparison {
		width: calc(100% - 28px);
		margin-top: 48px;
		overflow: hidden;
	}

	.sg-ingredient-comparison h2 {
		padding-bottom: 12px;
		font-size: 23px;
	}

	.sg-ingredient-comparison__intro {
		font-size: 13px;
		line-height: 1.8;
	}

	.sg-ingredient-comparison__table-wrap {
		margin-top: 18px;
		margin-right: -14px;
		padding-right: 14px;
	}

	.sg-ingredient-comparison__table {
		min-width: 700px;
		font-size: 12px;
	}

	.sg-ingredient-comparison__table th,
	.sg-ingredient-comparison__table td {
		padding: 9px 8px;
	}

	.sg-ingredient-comparison__table td {
		font-size: 18px;
	}

	.sg-ingredient-comparison__cards {
		margin-top: 36px;
	}

	.sg-ingredient-comparison__cards h3 {
		font-size: 19px;
	}

	.sg-ingredient-comparison__card-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 16px;
	}

	.sg-ingredient-comparison__card {
		padding: 18px 16px;
	}

	.sg-ingredient-comparison__card h4 {
		font-size: 17px;
	}

	.sg-ingredient-comparison__card ul {
		font-size: 13px;
	}

	.sg-ingredient-comparison__note {
		font-size: 11px;
	}
}
