.esg20-page {
	background: var(--esg-color-white);
}

.esg20-page .esg20-topic-summary {
	max-width: 850px;
	padding: 12px 52px;
	background: #ffffff;
	margin: 0 auto;
}

.esg20-page .esg20-topic-row {
	display: flex;
	align-items: center;
	min-height: 104px;
	padding: 28px 52px;
	border-bottom: 1px solid;
}

.esg20-page .esg20-topic-row:last-child {
	border-bottom: none;
}

/* 環境面 */
.esg20-page .esg20-topic-row-e {
	background: #eaf5ef;
	border-color: #ff8a3d;
}

/* 社會面 */
.esg20-page .esg20-topic-row-s {
	background: #fff4ee;
	border-color: #8d75b9;
}

/* 治理面 */
.esg20-page .esg20-topic-row-g {
	background: #f0eff7;
	border-color: #8d75b9;
}

.esg20-page .esg20-topic-icon {
	flex: 0 0 94px;
	width: 94px;
	height: 94px;
	margin-right: 22px;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.esg20-page .esg20-topic-icon img {
	width: 94px;
	height: 94px;
	display: block;
	object-fit: contain;
}

.esg20-page .esg20-topic-content {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 24px;
	font-family: var(--esg-font-family);
	color: #222222;
}

.esg20-page .esg20-topic-title {
	flex: 0 0 auto;
	font-size: 28px;
	align-items: center;
	font-weight: 700;
	line-height: 1.4;
	color: #111111;
	white-space: nowrap;
}

.esg20-page .esg20-topic-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
