@charset "UTF-8";
/* CSS Document */


#goals {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#goals > * {
	width: 510px;
}

#concrete-efforts {
	margin-top: 50px;
}
#concrete-efforts table {
	width: 100%;
}
#concrete-efforts table thead tr th {
	padding: 1.2em 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#concrete-efforts table thead tr th + th {
	padding-left: 2em;
}
#concrete-efforts table tbody {
	line-height: 1.6;
}
#concrete-efforts table tbody tr td {
	padding: 1.2em 0;
	border-bottom: 1px solid #CCCCCC;
}
#concrete-efforts table tbody tr td + td {
	padding-left: 2em;
}
#concrete-efforts table tbody tr td h3 + p {
	margin-top: 0.4em;
}
.efforts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.efforts .text {
	flex-grow: 1;
}
.sdgs-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 2em;
}
.sdgs-icon li {
	width: 78px;
}
.sdgs-icon li + li {
	margin-left: 8px;
}
.sdgs-icon li img {
	width: 100%;
	height: auto;
}

#contents .cont-block table p,
#contents .cont-block table ul {
	line-height: 1.6;
}
.hd {
	text-indent: -1em;
	padding-left: 1em;
}



@media screen and (max-width: 767px) {
	#goals {
		gap: 4vw;
	}
	#goals > * {
		width: 100%;
	}
	
	#concrete-efforts {
		margin-top: 10vw;
	}
	#concrete-efforts table {
		display: block;
		border-top: 1px solid #666666;
	}
	#concrete-efforts table thead {
		display: none;
	}
	#concrete-efforts table tbody {
		line-height: 1.6;
	}
	#concrete-efforts table tbody tr td {
		display: block;
	}
	#concrete-efforts table tbody tr td:nth-of-type(1) {
		padding-bottom: 0;
		border-bottom: none;
	}
	#concrete-efforts table tbody tr td + td {
		padding-left: 0;
	}
	#concrete-efforts table tbody tr td div {
		font-size: 3.466vw;
	}
	#concrete-efforts table tbody tr td h3 {
		font-size: 3.466vw;
	}
	.efforts {
		display: block;
	}
	.sdgs-icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-top: 1em;
		gap: 1vw;
	}
	.sdgs-icon li {
		width: 20.1vw;
	}
	.sdgs-icon li + li {
		margin-left: 0;
	}
}


@media screen and (max-width: 767px) and (orientation: landscape) {
	
}