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


/*-----------------
	mainVisual
---------------- */

.mainVisual-DW {
	background: url("../images/mainVisual-DW.png") top center no-repeat;
}

.mainVisual-SDGs {
	background: url("../images/mainVisual-SDGs.png") top center no-repeat;
}


.bg-gray {
}

.bg-gray h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
}

.bg-gray h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}





/* dw */

.dw .bg-gray p {
	width: 100%;
	line-height: 1.8;
	text-align: center;
}

.bg-white p {
	line-height: 1.8;
}

.bg-white h1 {
	font-size: 120%;
	margin-bottom: 20px;
}

.bg-white dl {
	width: 100%;
}

.bg-white dl dt {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	max-width: 100px;
}

.bg-white dl dt:after {
	content: "・・・";
	position: absolute;
	left: 40px;
}


.bg-white dl dd {
	width: 100%;
	margin-left: 100px;
}

.img-bbq {
	margin-bottom: 30px;
}

.img-dw-list {
	margin-top: 30px;
}

.img-dw-list ul {
	width: 100%;
	padding: 0;
}

.img-dw-list ul li:nth-child(3) , .img-dw-list ul li:nth-child(4)  {
	padding-bottom: 30px;
}





/* SDGs */

.sdgs .bg-gray p {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	line-height: 1.8;
}


.sdgs h3 {
	font-size: 26px;
	color: #0760A0;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

#sdgs-contents > section {
	margin-bottom: 100px;
}

#sdgs-contents > section:last-child {
	margin-bottom: 0;
}

#sdgs-contents > p {
	width: 100%;
	margin: 0 auto 10px;
	max-width: 720px;
}

#sdgs-contents p {
	font-size: 90%;
}

#sdgs-contents h4 {
	font-size: 16px;
}

#sdgs-contents ul {
	padding-left: 33px;
	list-style-type: disc;
	line-height: 1.8;
	font-size: 90%;
}

.sdgs01 {
	margin-top: 50px;
}





@media screen and ( max-width:767px ) {
	
	
	.bg-gray {
	}

	.bg-gray h1 {
		font-size: 200%;
	}
	
	.bg-gray h2 {
		font-size: 105%;
	}

	
	
	/* dw(sp) */

	
	.dw .bg-gray p {
		max-width: auto;
		font-size: 90%;
	}

	.bg-white p {
		font-size: 90%;
	}
	
	.bg-white h1 {
	}

	.bg-white dl {
		font-size: 90%;
	}

	.bg-white dl dt {
	}

	.bg-white dl dt:after {
	}


	.bg-white dl dd {
	}

	.img-bbq {
	}

	.img-dw-list {
	}

	.img-dw-list ul {
		width: auto;
	}
	
	.img-dw-list ul li img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.img-dw-list ul li:nth-child(3) , .img-dw-list ul li:nth-child(4)  {
		padding-bottom: 0;
	}
	
	.img-dw-list ul li {
		margin-bottom: 20px;
	}
	
	
	
	
	/* SDGs(sp) */
	
	.sdgs .bg-gray p {
		max-width: auto;
	}


	.sdgs h3 {
		font-size: 130%;
		margin-bottom: 20px;
	}

	#sdgs-contents > section {
		margin-bottom: 50px;
	}

	#sdgs-contents > section:last-child {
	}

	#sdgs-contents > p {
		max-width: 100%;
		padding: 0 3%;
	}

	#sdgs-contents p {
	}

	#sdgs-contents h4 {
		font-size: 100%;
	}

	#sdgs-contents ul {
		line-height: 1.6;
	}
	
	#sdgs-contents ul li {
		margin-bottom: 5px;
	}

	.sdgs01 {
		margin-top: 30px;
	}
	
	.img-sdgs04-02 img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	
	
}




@media only screen and (min-width:768px) and (max-width:1199px) {
	
	/* dw(tab) */

	.dw .bg-gray p {
	}
	
	.dw .bg-gray p .br-sp {
		display: none;
	}

	.bg-white p {
	}
	
	.bg-white p .br-sp {
		display: none;
	}
	
	.bg-white h1 {
	}

	.bg-white dl {
		width: 100%;
		font-size: 95%;
	}

	.bg-white dl dt {
	}

	.bg-white dl dt:after {
	}


	.bg-white dl dd {
	}

	.img-bbq {
	}
	
	.img-bbq img {
		width: 100%;
	}

	.img-dw-list {
	}

	.img-dw-list ul {
	}
	
	.img-dw-list ul li img {
		width: 100%;
	}

	.img-dw-list ul li:nth-child(3) , .img-dw-list ul li:nth-child(4)  {
	}





	/* SDGs(tab) */

	.sdgs .bg-gray p {
	}


	.sdgs h3 {
		font-size: 150%;
	}

	#sdgs-contents > section {
		margin-bottom: 80px;
	}

	#sdgs-contents > section:last-child {
	}

	#sdgs-contents > p {
	}

	#sdgs-contents p {
		font-size: 95%;
	}
	
	.img-sdgsVisual img {
		width: 100%;
	}

	#sdgs-contents h4 {
		font-size: 100%;
	}

	#sdgs-contents ul {
	}

	.sdgs01 {
	}
	
}


