@charset "UTF-8";
/* --------------------------------------------------- */
/* SDGs
/* --------------------------------------------------- */
.ti-primary {
	margin-bottom: 90px;
}
.sdgs .di-section .img-sdgs {
	text-align: center;
	margin-bottom: 100px;
}
.sdgs .gr-row + .gr-row {
	margin-top: 100px;
}
.sdgs .di-section .sbti-sdgs {
	background-color: #1f68b6;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
}
.sdgs .gr-row .x-2 img {
	padding-bottom: 12px;
}
.sdgs-lst {
	padding-left: 30px;
}
.sdgs-lst li {
	position: relative;
}
.sdgs-lst li::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #1f68b6;
	width: 10px;
	height: 10px;
	top: 8px;
	left: -15px;
}
.di-section .sdgs-lst li + li {
	margin-top: 0.3rem;
}


@media only screen and (max-width: 500px) {
	.ti-primary {
		margin-bottom: 1.6rem;
	}
	.sdgs .di-section .img-sdgs {
		margin-bottom: 2rem;
	}
	.sdgs .gr-row + .gr-row {
		margin-top: 2rem;
	}
	.sdgs .gr-col + .gr-col {
		margin-top: 1.5rem;
	}
	.sdgs .di-section .sbti-sdgs {
		font-size: 1.1rem;
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}
	.sdgs .gr-row .x-2 {
		text-align: center;
	}
	.sdgs .gr-row .x-2 img {
		padding-bottom: 0;
	}
	.sdgs .gr-row .x-2 img + img {
		padding-left: 0.75rem;
	}
}