@charset "UTF-8";
/* CSS Document */
.sdgs {
	padding-bottom: 40px;
}
.sdgs-part {
	margin-bottom: 60px;
}
.sdgs-ttl {
	text-align: center;
	padding: 80px 0;
}
.sdgs-ttl h2 {
	display: inline-block;
	border-top: 1px solid #005bac;
	border-bottom: 1px solid #005bac;
	padding: 20px 100px;
	color: #005bac;
	font-size: 35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 300;
}
.part-ttl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #005bac;
	padding-bottom: 0;
}
.part-ttl h3 {
	font-size: 35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 300;
	color: #005bac;
	padding-left: 10px;
	line-height: 1.5;
	border-left: 10px solid #005bac;
	margin-bottom: 0;
}
.sdgs-icon img {
		margin: 2px;
	}
.part-con {
	margin-top: 30px;
}
.part-con-img {
	display: flex;
	justify-content: space-between;
	width: 60%;
	float: right;
	margin: 0 15px 15px 15px;
	align-items: flex-start;
}
.part-para {
	font-size: 20px;
	position: relative;
	line-height: 1.6;
	margin: 10px 0 0 20px;
}
.part-para::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 7px;
	left: -20px;
	border: 1px solid #333;
	border-radius: 50%;
}
.blue {
	color: #005bac;
}

/*sp*/
@media only screen and (max-width: 999px) {
	.sdgs {
	padding-bottom: 30px;
}
	.sdgs-part {
	margin-bottom: 30px;
}
	.sdgs-ttl {
		padding: 40px 0;
}
	.sdgs-ttl h2 {
		font-size: 24px;
		padding: 20px;
	}
	.part-ttl h3 {
		font-size: 22px;
		line-height: 2;
		border-left: 8px solid #005bac;
	}
	.sdgs-icon {
		margin-top: 20px;
	}
	.sdgs-icon img {
		width: 15%;
	}
	.part-con {
		display: flex;
		flex-direction: column;
	}
	.part-para {
		font-size: 14px;
		margin-left: 20px;
	}
	.part-para::before {
		width: 10px;
		height: 10px;
		left: -15px;
		top: 5px;
	}
	.part-con-img {
		clear: both;
		width: 100%;
		margin: 0;
	}
	.part-con-img img {
		max-width: 50%;
	}
}