@charset "utf-8";
.sub{
	font-size: 60%;
}
.sup{
	font-size: 60%;;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
/* ------------------------------------------------------------------------------------- MAIN IMAGE */
.mainImage.typeWide{
	background-image: url("../img/img_main.webp");
}
@media print, screen and (min-width:751px) {
	.mainImage.typeWide > div{
		display: flex;
		align-items: center;
		height: 240px;
		width: 90%;
		max-width: 1040px;
	}
	.mainImage > div p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 28px;
	}
}
@media screen and (max-width: 750px) {
	.mainImage.typeWide > div{
		display: flex;
		align-items: center;
		height: 240px;
	}
	.mainImage > div p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
		width: 100%;
	}
}

/* ------------------------------------------------------------------------------------- PARTS */
.noteNumList{
	counter-reset: number 0;
}
.noteNumList > li{
	text-indent: -2em;
	padding-left: 2em;
}
.noteNumList > li:before{
	counter-increment: number 1;
	content: "※" counter(number) " ";
}


.sdgsDetail table td > p{
	line-height: 1.6;
	margin-top: 10px;
}
.sdgsDetail table td > *:first-child{
	margin-top: 0;
}
.sdgsDetail table td .indent{
	text-indent: -1em;
	padding-left: 1em;
}
@media print, screen and (min-width:751px) {
	.sdgaWrap{
		overflow: hidden;
	}
	.sdgsMainList{
		padding-top: 40px;
		margin: 0 auto;
		width: 90%;
		max-width: 1040px;
	}
	.sdgsMainList > dt{
		text-align: center;
		margin-bottom: 50px;
	}
	.sdgsMainList > dt img{
		height: auto;
		max-width: 700px;
	}
	.sdgsMainList > dd > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sdgsMainList > dd > ul > li{
		margin-bottom: .53%;
		width: 10.64%;
	}
	.sdgsMainList > dd > ul > li > img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.sdgsMainList > dd > p{
		font-size: 16px;
		margin-top: 50px;
	}
	
	
	
	.secWrap{
		margin: 0 auto;
		width: 90%;
		max-width: 1040px;
		position: relative;
	}
	.sdgsSectionHead{
		border-bottom: 1px solid #E8E8E8;
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.sdgsSectionHead > h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 34px;
		align-self: center;
	}
	.sdgs{
		display: flex;
		align-items: center;
	}
	.sdgs dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 16px;
		margin-right: 25px;
	}
	.sdgs ul{
		display: flex;
	}
	.sdgs ul > li{
		margin-left: 5px;
		width: 70px;
	}
	.sdgs ul > li img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	
	
	.inner{
		margin-top: 35px;
		position: relative;
	}
	.inner:before{
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		width: 53.7%;
		position: absolute;
		right: -20.37%;
		top: 50%;
		transform: translateY(-50%);
	}
	#globalWarming .inner:before{
		background-image: url("../img/bg_image1.webp");
		padding-bottom: 80.11%;
	}
	#recyclingSociety .inner:before{
		background-image: url("../img/bg_image2.webp");
		padding-bottom: 51.96%;
	}
	#promotion .inner:before{
		background-image: url("../img/bg_image3.webp");
		padding-bottom: 48.39%;
	}
	
	.sdgsDetail{
		width: 58.79%;
	}
	.sdgsDetail h3{
		background-color: #6DB644;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		padding: 10px 20px;
	}
	.sdgsDetail table{
		width: 100%;
	}
	.sdgsDetail table tr:nth-child(even){
		background-color: #F8F8F8;
	}
	.sdgsDetail table tr > td:first-child{
		width: 270px;
	}
	.sdgsDetail table td{
		vertical-align: middle;
		padding: 20px;
	}
	
	.noteNumList{
		font-size: 12px;
		margin: 30px 20px 0;
	}
	
	#globalWarming,
	#recyclingSociety{
		padding: 50px 0 135px;
	}
	#promotion{
		padding: 50px 0 80px;
	}
	#recyclingSociety{
		background-color: #EFF5F7;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
}
@media screen and (min-width: 751px) and (max-width: 935px) {
}
@media screen and (max-width: 750px) {
	.sdgaWrap{
		overflow: hidden;
	}
	.sdgsMainList{
		padding-top: 20px;
		margin: 0 15px;
	}
	.sdgsMainList > dt{
		text-align: center;
		margin-bottom: 25px;
	}
	.sdgsMainList > dt img{
		height: auto;
		max-width: 300px;
	}
	.sdgsMainList > dd > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sdgsMainList > dd > ul > li{
		margin-bottom: 1.25%;
		width: 32.5%;
	}
	.sdgsMainList > dd > ul > li > img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	.sdgsMainList > dd > p{
		font-size: 16px;
		margin-top: 25px;
	}
	
	
	
	.secWrap{
		margin: 0 15px;
	}
	.sdgsSectionHead{
	}
	.sdgsSectionHead > h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 24px;
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.sdgs{
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	.sdgs dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 16px;
		width: 30%;
	}
	.sdgs dd{
		width: 60%;
	}
	.sdgs ul{
		display: flex;
	}
	.sdgs ul > li{
		margin-left: 5px;
		width: 15%;
	}
	.sdgs ul > li img{
		vertical-align: bottom;
		height: auto;
		width: 100%;
	}
	
	
	
	.inner{
		margin-top: 35px;
		position: relative;
	}
	.inner:after{
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		margin: 30px auto 0;
		width: 70%;
	}
	#globalWarming .inner:after{
		background-image: url("../img/sp_bg_image1.webp");
		padding-bottom: 85.4%;
		width: 70%;
		margin-left: auto;
		margin-right: -15px;
	}
	#recyclingSociety .inner:after{
		background-image: url("../img/bg_image2.webp");
		padding-bottom: 67.73%;
	}
	#promotion .inner:after{
		background-image: url("../img/bg_image3.webp");
		padding-bottom: 63.09%;
	}
	
	
	.sdgsDetail{
	}
	.sdgsDetail h3{
		background-color: #6DB644;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		padding: 5px 15px;
	}
	.sdgsDetail table{
		table-layout: fixed;
		width: 100%;
	}
	.sdgsDetail table tr:nth-child(even){
		background-color: #F8F8F8;
	}
	.sdgsDetail table td{
		vertical-align: middle;
		padding: 15px;
	}
	
	.noteNumList{
		font-size: 12px;
		margin: 30px 20px 0;
	}
	
	#globalWarming{
		padding: 50px 0 0;
	}
	#recyclingSociety{
		padding: 50px 0 70px;
	}
	#promotion{
		padding: 50px 0 40px;
	}
	#recyclingSociety{
		background-color: #EFF5F7;
	}
}