@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

.sdgs-about{
	margin-bottom:100px;
}
.sdgs-about .declaration{
	width:48%;
	padding:0 4%;
}
.sdgs-about .txt{
	width:50%;
	font-size:16px;
	line-height:1.8;
}
.sdgs-about .ttl{
	margin-bottom:20px;
	font-size:28px;
	line-height:1.3;
}
.sdgs-list{
}
.sdgs-list li{
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	padding:40px 20px;
	background-color:#fff;
	border-radius:15px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
.sdgs-list li:nth-child(2n){
	margin-right:0;
}

.sdgs-list .goals{
	margin-bottom:20px;
}
.sdgs-list .ttl{
	margin-bottom:20px;
	font-size:28px;
}

/* +++++++++++++++++++++++++ */

.csr-list{
}
.csr-list li{
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	padding:30px 20px;
	background-color:#fff;
	border-radius:15px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
.csr-list li:nth-child(2n){
	margin-right:0;
}
.csr-list .ttl{
	font-size:18px;
	line-height:1.3;
	color:#004C9F;
}
.csr-list p{
	margin-top:10px;
}


}

@media screen and (min-width:768px) and ( max-width:1110px) {
}

@media (max-width: 768px) {


	.sdgs-about{
		margin-bottom:10vw;
	}
	.sdgs-about .declaration{
		width:80%;
		margin: 0 auto 5vw;
	}
	.sdgs-about .txt{
		width:100%;
	}
	.sdgs-about .ttl{
		margin-bottom:2vw;
		font-size:24px;
		text-align:center;
		color:#004C9F;
		line-height:1.3;
	}
	.sdgs-list{
	}
	.sdgs-list li{
		width:100%;
		margin-bottom:5vw;
		padding:7vw 4vw;
		background-color:#fff;
		border-radius:15px;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
	}
	.sdgs-list li:last-child{
		margin-bottom:0;
	}
	.sdgs-list .goals{
		margin-bottom:2vw;
	}
	.sdgs-list .ttl{
		margin-bottom:2vw;
		font-size:22px;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.csr-list{
	}
	.csr-list li{
		width:100%;
		margin-bottom:5vw;
		padding:5vw 4vw;
		background-color:#fff;
		border-radius:15px;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
	}
	.csr-list li:last-child{
		margin-bottom:0;
	}
	.csr-list .ttl{
		font-size:17px;
		line-height:1.3;
		color:#004C9F;
	}
	.csr-list p{
		margin-top:2vw;
	}
	
		

}








