@charset 'utf-8';
/*#index{
	padding:25px;
}*/
#index .heading {
	font-weight:bold;
	font-size:36px;
	color:#4d4d4d;
	background:#DBEBC4;
}
#index .heading .heading-wrapper {
	width:1100px;
	margin:0 auto;
}
#index .heading .heading-box {
	padding:48px 0 48px 72px;
}
/********** メイン画像 **********/
#index .bnr-main {
	padding:0 0 15px;
	max-width:1900px;
	margin:0 auto;
}
/********** intro **********/
#index .intro {
	margin:0 auto 40px;
}
#index .intro-inner {
	border:solid 1px #5E8652;
	background:url(../../images/environ/main_img.jpg) no-repeat 100% 100%;
	background-size:auto 100%;
	padding: 10px 20px 30px;
}
/*#index h2{
	line-height:1;
}*/

/********** link-box **********/
#index .link-box {
	text-align:right;
	color:#1C5206;
	font-size:18px;
	padding:0 0 20px;
}
#index .link-box a {
	color:#1C5206;
	font-size:18px;
	text-decoration:underline;
}
#index .energy-outer {
	width:780px;
	margin:0 auto;
}
/********** 地域貢献の取り組み **********/
#index .waste-reduction {
	padding:0 0 20px;
}
#index .waste-reduction .energy1 {
	padding:0 0 40px;
}
#index .waste-reduction .energy h3 {
	margin:0 0 20px;
	font-size: 24px;
}
#index .waste-reduction .energy h3 span {
	border-bottom:3px solid #155530;
	display: inline-block;
	width:400px;
}
#index .waste-reduction .energy h3 span.line {
	border-bottom:3px solid #CBCBCB;
	display: inline-block;
	width:380px;
	vertical-align: bottom;
}
#index .waste-reduction .energy2 h3 span {
	width:360px;
}
#index .waste-reduction .energy2 h3 span.line {
	width:420px;
}
#index .waste-reduction .energy .txt-energy1 {
	line-height:1.5;
	margin:0 0 20px;
}
#index .waste-reduction .energy h4 {
}
#index .waste-reduction .energy .txt-energy2 {
	line-height:1.5;
	margin:0 0 20px;
}
#index .waste-reduction .energy .img-energy1 {
	margin:0 0 40px;
}
#index .waste-reduction .energy .img-energy2 {
	float: right;/*画像の位置を左下にしたい場合はleft*/
	clear: both;/*.spaceのfloat解除*/
	margin: 0 0 0 1.2em;/*画像の周りの余白*/
}
#index .waste-reduction .energy .txt-img1{
	display:flex;
	justify-content: space-between;
	margin:0 0 20px;
}
#index .waste-reduction .energy .txt-energy3{
	line-height:1.5;
	width:520px;
}
#index .waste-reduction .energy .img-energy3{
	width:250px;
}
#index .waste-reduction .energy .img-energy4{
	margin:0 0 40px;
}
#index .waste-reduction .energy .longurl{
	word-break: break-all;
}