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


.mainImg img {
    width: 100%;
}
	@media screen and (max-width: 700px) {
		.mainImg img {
			object-fit: cover;
			height: 160px;
			width: 100%;
		}
	}
#sdgs img {
    width: 100%;
    height: auto;
}
#sdgs small {
	display: block;
    font-size: 90%;
	margin: 8px 0;
}

#sdgs ul.list > li {
	text-indent:-1em;
	padding-left:1em;
	line-height: 180%;
}
#sdgs section {
	width: 880px;
	text-align: left;
	margin: 48px auto 0;
	box-sizing: border-box;
}
@media screen and (min-width:701px) and (max-width:1050px) {
	#sdgs section {
		width: 90%;
	}
}
	@media only screen and (max-width: 700px) {
		#sdgs section {
			width: 100%;
		}
		#sdgs section:first-of-type {
			margin: 0 auto 0;
		}
	}
#sdgs #activity {
	background-color: #F7F7F7;
	padding: 40px;
}

#sdgs #activity h1 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	margin-bottom: 24px;
}

#sdgs #activity p {
	font-size: 17px;
	line-height: 200%;
}
	@media only screen and (max-width: 700px) {
		#sdgs #activity {
			padding: 40px 20px;
		}
		#sdgs #activity h1 {
			font-size: 22px;
		}
		#sdgs #activity p {
			font-size: 15px;
		}
	}
	
#sdgs #certification {
	border: #777 1px dotted;
	padding: 32px;
}
#sdgs #certification h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}
#sdgs #certification h2 > span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
}
#sdgs #certification > div#logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 45%;
	margin: 0 auto;
}
#sdgs #certification > div#logo > div:nth-of-type(1) {
	width: 78%;
	padding-right: 32px;
	box-sizing: border-box;
}
#sdgs #certification > div#logo > div:nth-of-type(2) {
	width: 22%;
}

#sdgs #certification > p {
	line-height: 200%;
	margin: 32px 0;
}
#sdgs #certification > p > span {
	display: inline-block;
	margin-top: 24px;
}
#sdgs #certification > div#point {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border-right: #777 1px solid;
	border-left: #777 1px solid;
	margin: 0 auto;
}
#sdgs #certification > div#point > div:nth-of-type(1) {
	width: 23%;
	text-align: center;
	padding: 0 32px;
	box-sizing: border-box;
}
#sdgs #certification > div#point > div:nth-of-type(2) {
	width: 77%;
}
#sdgs #certification h3 {
	font-size: 18px;
	font-weight: 700;
}
#sdgs #certification a:link,
#sdgs #certification a:visited,
#sdgs #certification a:active {
	color: #88b171;
	text-decoration: none;
	border-bottom: #88b171 1px solid;
}
#sdgs #certification a:hover {
	border-bottom: none;
}
#sdgs #certification hr {
	display: none;
}
	@media screen and (min-width:701px) and (max-width:1050px) {
		#sdgs #certification > div#logo {
			width: 60%;
		}
	}
	@media only screen and (max-width: 700px) {
		#sdgs #certification {
			width: 90%;
			margin: 48px auto 0;
			padding: 16px 20px;
		}
		#sdgs #certification h2 {
			font-size: 17px;
		}
		#sdgs #certification h2 > span {
			font-size: 12px;
			padding-top: 20px;
		}
		#sdgs #certification > div#logo {
			width: 100%;
		}
		#sdgs #certification > div#logo > div:nth-of-type(1) {
			padding-right: 25px;
		}
		#sdgs #certification > p {
			font-size: 14px;
			margin: 24px 0;
		}
		#sdgs #certification > p > span {
			margin-top: 0;
		}
		#sdgs #certification > div#point {
			display: block;
			flex-wrap: nowrap;
			align-items: center;
			width: 100%;
			border-right: none;
			border-left: none;
			margin: 0 auto;
		}
		#sdgs #certification > div#point > div:nth-of-type(1) {
			width: 100%;
			text-align: left;
			padding: 0;
		}
		#sdgs #certification > div#point > div:nth-of-type(2) {
			width: 100%;
		}
		#sdgs #certification h3 {
			font-size: 15px;
			margin-bottom: 10px;
		}
		#sdgs #certification > div#point > div > ul.list > li {
			font-size: 14px;
		}
		#sdgs #certification hr {
			display: block;
			width: 70%;
			border-top: #777 1px dashed;
			margin: 0 auto 24px;
		}
	}


#sdgs #attempt > div {
	display: grid;
	width: 100%;
	grid-template-columns: 566px 290px; /*列*/
	gap: 24px;
	border-bottom: #777 1px dotted;
	padding: 24px 0;
}
#sdgs #attempt > div > div:nth-of-type(1) { /*タイトル*/
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	font-size: 20px;
	font-weight: 700;
}
#sdgs #attempt  h4 {
	font-size: 20px;
	margin: 0;
}
#sdgs #attempt > div > div:nth-of-type(2) { /*画像*/
	grid-column: 2 / 3;
	grid-row: 1 / 4;
}
#sdgs #attempt > div > div:nth-of-type(3) { /*内容*/
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	line-height: 160%;
}
#sdgs #attempt > div > div:nth-of-type(4) { /*リンク・アイコン*/
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}
	@media screen and (min-width:701px) and (max-width:1050px) {
		#sdgs #attempt > div {
			grid-template-columns: 58% 40%; /*列*/
			gap: 2%;
		}
	}
	@media only screen and (max-width: 700px) {
		#sdgs #attempt {
			width: 90%;
			margin: 40px auto 24px;
		}
		#sdgs #attempt > div {
			display: block;
			width: 100%;
			grid-template-columns: 0; /*列*/
			gap: 0;
			border-bottom: #777 1px dotted;
			padding: 24px 0;
		}
		#sdgs #attempt > div:first-of-type {
			width: 100%;
			padding: 0 0 24px;
		}
		#sdgs #attempt > div > div:nth-of-type(1) { /*タイトル*/
			font-size: 17px;
		}
		#sdgs #attempt > div > div:nth-of-type(2) { /*画像*/
			margin: 16px 0;
		}
		#sdgs #attempt > div > div:nth-of-type(3) { /*内容*/
			font-size: 14px;
			margin-bottom: 16px;
		}
	}
#sdgs #attempt > div > div:nth-of-type(4) > a {
	display: inline-block;
	width: 213px;
	height: 40px;
	text-align: center;
	line-height: 200%;
	border: #222 1px solid;
	border-radius: 45px;
	padding: 2px 20px;
	box-sizing: border-box;
	position: relative;
}
#sdgs #attempt > div > div:nth-of-type(4) > a:after {
	content: "";
	display: inline-block;
	background-image: url(../images/link_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 52%;
    right: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#sdgs #attempt > div > div > ul.icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; 
}
#sdgs #attempt > div > div > ul.icon > li {
	width: 100px;
	margin-right: 10px;
}
	@media screen and (min-width:701px) and (max-width:1050px) {
		#sdgs #attempt > div > div > ul.icon > li {
			width: 19%;
			margin-right: 1%;
		}
	}
	@media only screen and (max-width: 700px) {
		#sdgs #attempt > div > div:nth-of-type(4) > a {
			width: auto;
			font-size: 14px;
			padding: 6px 40px;
		}
		#sdgs #attempt > div > div:nth-of-type(4) > a:after {
			width: 6px;
			height: 11px;
		}
		#sdgs #attempt > div > div > ul.icon > li {
			width: 19%;
			margin-right: 1%;
		}
	}

#sdgs .banner {
	margin-bottom: 48px;
}
#sdgs .banner a {
	width: 100%;
	border-radius: 4.4px;
	display: flex;
	color: #777;
	font-size: 17px;
	line-height: 200%;
	border-radius: 3px;
	box-shadow: 2px 2px 10px rgb(119 119 119 / .2);
	margin: auto;
	border-bottom: none;
}
#sdgs .banner > a > div {
	width: 50%;
	height: 144px;
}
#sdgs .banner > a > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	width: 50%;
	height: 144px;
	text-align: left;
	padding: 14px 14px 14px 72px;
	box-sizing: border-box;
}
#sdgs .banner > a > div:nth-of-type(2) {
	text-align: right;
	padding: 14px;
	box-sizing: border-box;
}
#sdgs .banner > a > div > img {
	width: auto;
	height: 100%;
}
	@media screen and (min-width:701px) and (max-width:1050px) {
		#sdgs .banner > a > div:nth-of-type(1) {
			width: 90%;
			padding: 14px 14px 14px 20px ;
		}
	}
	@media only screen and (max-width: 768px) {
		#sdgs .banner {
			width: 90%;
			margin: 0 auto 30px;
		}
		#sdgs .banner a {
			display: block;
			box-shadow: none;
		}
		#sdgs .banner > a > div:nth-of-type(1) {
			width: 100%;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			align-items: flex-start;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 10px;
			padding: 43px 40px 43px 10px;
			position: relative;
		}
		#sdgs .banner.b01 > a > div:nth-of-type(1) {
			background-image: url("../images/bnr_sp01.webp");
		}
		#sdgs .banner.b02 > a > div:nth-of-type(1) {
			background-image: url("../images/bnr_sp02.webp");
		}
		#sdgs .banner > a > div:nth-of-type(1):after {
			content: "";
			display: inline-block;
			background-image: url(../images/link_arrow_w.png);
			background-size: contain;
			background-repeat: no-repeat;
			width: 8px;
			height: 14px;
			position: absolute;
			top: 50%;
			right: 5%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		}
		#sdgs .banner > a > div:nth-of-type(2) {
			display: none;
		}
	}


