#ReEnergy h3 {
	padding: .5rem 1rem;
	background: #ff6f00;
	text-align: center;
}
	@media(min-width:1024px){
		#ReEnergy h3 {
			text-align: left;
		}
	}

#ReEnergy h4 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: normal;
	color: #ff6f00;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #dae2fb;
}
	@media(min-width:1024px){
		#ReEnergy h4 {
			margin: 0;
			font-size: 1.4rem;
			font-weight: normal;
			line-height: 1.5;
		}
	}


#ReEnergy .h3Inner {
	padding: 1rem 0 1rem 2rem;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: .2rem;
	background: url(../img/icon/Icon-h3W.png) no-repeat 0% 50%;
	background-size: 16px;
	color: #fff;
	text-shadow: 0 0 .4rem #04345d;
}
	@media(min-width:1024px){
	}

#ReEnergy .h3Down{
	margin: 1rem 0;
	overflow: hidden;
}
	@media(min-width:1024px){
	}

#ReEnergy .h3Down .h3DownLeft {
	width: 100%;
	margin: 0 0 1rem 0;
	float: none;
}
	@media(min-width:1024px){
		#ReEnergy .h3Down .h3DownLeft {
			width: 48%;
			margin: 0;
			float: left;
		}
	}

#ReEnergy .h3Down .h3DownRight {
	width: 100%;
	float: none;
}
	@media(min-width:1024px){
		#ReEnergy .h3Down .h3DownRight {
			width: 48%;
			float: right;
		}
	}

#ReEnergy .InArea {
	margin-bottom: 4rem;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea .BtnSyousai {
	padding: .5rem 1rem;
	text-align: center;
	border-radius: .5rem;
	box-shadow: 0 0 0 #999;
	transition: all .2s linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	box-shadow: none;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea .BtnSyousai:hover {
	box-shadow: 0 0 .4rem #999;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea .BtnSyousai a {
	width: 100%;
	height: 100%;
	display: block;
	color: #2e527d;
	text-decoration: none;
	transition: all .2s linear;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea .BtnSyousai a:hover {
	color: #27a712;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea h4 {
	margin: 0 0 .5rem 0;
	padding: 1rem 1rem .6rem 1.5rem;
	color: #ff6f00;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: .1rem;
	background: url(../img/DotLine.png) repeat-x 0% 100%;
}
	@media(min-width:1024px){
		#ReEnergy .InArea h4 {
			font-size: 1.2rem;
			text-align: left;
		}
	}

#ReEnergy .InArea .BgRE {
	background: url(../img/HTitleBg3-3.png) no-repeat 0 85%;
}

#ReEnergy .InArea .Area1Column {
	width: 100%;
	padding: 0;
	overflow: visible !important;
	clear: both;
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area1Column {
			margin: 0 0 1rem 0 !important;
			padding: 0;
			display: inline-block;
			position: relative;
		}
	}

#ReEnergy .InArea .Area1Column .ReUL ul {
	padding: 0;
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area1Column .ReUL ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .InArea .Area1Column .ReUL ul li {
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area1Column .ReUL ul li {
			margin: .5rem;
			padding: .5rem;
			width: calc(100%/4.3);
		}
	}

#ReEnergy .InArea .Area2Column {
	padding: 0;
	overflow: visible !important;
	clear: both;
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area2Column {
			padding: 0 0 1rem 0;
			margin: 0 0 1rem 0;
			overflow: hidden !important;
			display: inline-block;
			position: relative;
		}
	}

#ReEnergy .InArea .Area2Column .A2CLeft {
	width: 100%;
	float: none;
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area2Column .A2CLeft {
			width: 55%;
			float: left;
		}
	}

#ReEnergy .InArea .Area2Column .A2CLeft p {
	margin: 0 0 1rem 0;
}
	@media(min-width:1024px){
		#ReEnergy .InArea .Area2Column .A2CLeft p {
			margin: 0;
		}
	}

#ReEnergy .StarList ul {
	list-style: none;
}
	@media(min-width:1024px){
	}

#ReEnergy .StarList ul li {
	width: 100% !important;
	margin: .5rem 0 !important;
	padding: 0 0 0 2rem !important;
	border-bottom: 1px solid #ddd !important;
	background: url(../img/icon/icon-Star.png) no-repeat 0% 50% !important;
	background-size: 16px !important;
	box-shadow: none !important;
	color: #E44F17 !important;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn3 {
	background: #e2f3ff;
	padding: .5rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn3 {
			padding: 1rem !important;
		}
	}

#ReEnergy .BlueSquereColumn3 ul {
	list-style: none;
	padding: 0 !important;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn3 ul li {
	margin: 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: calc(100% / 2) !important;
	color: #333 !important;
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
	line-height: 2.2rem;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn3 ul li {
			width: -webkit-calc(100%/3) !important;
			width: calc(100%/3) !important;
		}
	}

#ReEnergy .BlueSquereColumn3 ul li:nth-child(7) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn3 ul li:nth-child(8) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn3 ul li:nth-child(9) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 45% !important;
	background-size: 16px !important;
	position: relative;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn3 .Small {
	position: absolute;
	top: 1.3rem;
	font-size: .7rem;
}

#ReEnergy .BlueSquereColumn2 {
	background: #e2f3ff;
	padding: .5rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn2 {
			padding: 1rem !important;
		}
	}

#ReEnergy .BlueSquereColumn2 ul {
	list-style: none;
	padding: 0 !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn2 ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .BlueSquereColumn2 ul li {
	margin: 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100%!important;
	color: #333 !important;
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn2 ul li {
			width: -webkit-calc(100%/2) !important;
			width: calc(100%/2) !important;
			line-height: 2.2rem;
		}
	}

#ReEnergy .BlueSquereColumn1 {
	background: #e2f3ff;
	padding: .5rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1 {
			padding: 1rem !important;
		}
	}

#ReEnergy .BlueSquereColumn1 ul {
	list-style: none;
	padding: 0 !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1 ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .BlueSquereColumn1 ul li {
	margin: 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100%!important;
	color: #333 !important;
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1 ul li {
			width: 100% !important;
			line-height: 1.5rem;
		}
	}

#ReEnergy .BlueSquereColumn1 ul li:nth-child(4) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 15% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1 ul li:nth-child(4) {
			background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
			background-size: 16px !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP {
	background: #e2f3ff;
	padding: .5rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP {
			padding: 1rem !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul {
	list-style: none;
	padding: 0rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul li {
	margin: 0 0 .5rem 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100%!important;
	color: #333 !important;
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul li {
			width: 100% !important;
			line-height: 1.5rem;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul li:nth-child(1) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 8% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul li:nth-child(1) {
			background: url(../img/icon/Icon-Square.png) no-repeat 0% 15% !important;
			background-size: 16px !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul li:nth-child(2) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 8% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul li:nth-child(2) {
			background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
			background-size: 16px !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul li:nth-child(4) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 8% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul li:nth-child(4) {
			background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
			background-size: 16px !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP ul li:nth-child(5) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 15% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP ul li:nth-child(5) {
			background: url(../img/icon/Icon-Square.png) no-repeat 0% 49% !important;
			background-size: 16px !important;
		}
	}


#ReEnergy .BlueSquereColumn1SP ul li:nth-child(7) {
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 9% !important;
	background-size: 16px !important;
	position: relative;
}
	@media(min-width:1024px){
	}

#ReEnergy .BlueSquereColumn1SP2 {
	background: #e2f3ff;
	padding: .5rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP2 {
			padding: 1rem !important;
		}
	}

#ReEnergy .BlueSquereColumn1SP2 ul {
	list-style: none;
	padding: 0rem !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP2 ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .BlueSquereColumn1SP2 ul li {
	margin: 0 0 .5rem 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100%!important;
	color: #333 !important;
	background: url(../img/icon/Icon-Square.png) no-repeat 0% 10% !important;
	background-size: 16px !important;
}
	@media(min-width:1024px){
		#ReEnergy .BlueSquereColumn1SP2 ul li {
			width: 100% !important;
			line-height: 1.5rem;
		}
	}

#ReEnergy .Area2Column .A2CRight {
	width: 100%;
	float: none;
}
	@media(min-width:1024px){
		#ReEnergy .Area2Column .A2CRight {
			width: 42%;
			float: right;
		}
	}

#ReEnergy .RBtnArea {
	overflow: hidden;
	margin: 0 0 1rem 0;
}
	@media(min-width:1024px){
		#ReEnergy .RBtnArea {
		}
	}

#ReEnergy .RBtnArea h5 {
	width: 100%;
	margin: 0 0 .5rem 0;
	padding: .5rem 1.3rem;
	color: #5fc39c;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	float: left;
	background: url(../img/HTitleBgLong.png) no-repeat 0% 100%;
}
	@media(min-width:1024px){
		#ReEnergy .RBtnArea h5 {
			width: 60%;
			font-size: 1.2rem;
			font-weight: normal;
			text-align: left;
			background: url(../img/HTitleBg.png) no-repeat 0% 100%;
		}
	}

#ReEnergy .RBtnArea .ResultBtn {
	width: 100%;
	float: right;
	padding: .3rem 1rem;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	box-shadow: none;
}
	@media(min-width:1024px){
		#ReEnergy .RBtnArea .ResultBtn {
			width: 40%;
			padding: .3rem 4rem;
			box-shadow: .1rem .1rem .4rem #666;
		}
	}

#ReEnergy .RBtnArea .ResultBtn a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #5fc39c;
	transition: all .3s linear;
}
	@media(min-width:1024px){
	}

#ReEnergy .RBtnArea .ResultBtn a:hover {
	color: #27a712;
}
	@media(min-width:1024px){
	}

#ReEnergy .CpdArea {
	margin: 3rem 0 0 0;
	position: relative;
	box-shadow: 0 0 .4rem #989898;
	border-radius: .4rem;
}
	@media(min-width:1024px){
	}

#ReEnergy .CpdArea h5 {
	padding: .2rem .5rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}
	@media(min-width:1024px){
	}

#ReEnergy .CpdArea h5 .h5Inner {
	margin: .5rem 0 .5rem 1rem;
	padding: 0 0 0 1rem;
	letter-spacing: .1rem;
	color: #fff;
	border-left: 2px solid #fff;
	font-weight: normal;
}
	@media(min-width:1024px){
	}

#ReEnergy .CpdArea ul {
	list-style: disc !important;
	list-style-position: outside !important;
	padding: 1rem 2rem !important;
	display: -webkit-flex !important; /* Safari */
	display: flex !important;
	-webkit-flex-wrap: wrap !important; /* Safari */
	flex-wrap: wrap !important;
	-webkit-justify-content: flex-start !important; /* Safari */
	justify-content: flex-start !important;
	-webkit-align-items: flex-start !important; /* Safari */
	align-items: flex-start !important;
}
	@media(min-width:1024px){
		#ReEnergy .CpdArea ul {
			padding: 1rem 10rem 1rem 2rem !important;
		}
	}

#ReEnergy .CpdArea ul li {
	width: -webkit-calc(100%/3.29) !important;
	width: calc(100%/3.29) !important;
	margin: 0 .2rem !important;
	padding: 0 !important;
	box-shadow: none !important;
	font-size: .8rem !important;
}
	@media(min-width:1024px){
	}

#ReEnergy .CpdArea .JMap {
	width: 60%;
	position: absolute;
	top: -50%;
	left: 50%;
	opacity: .7;
}
	@media(min-width:1024px){
		#ReEnergy .CpdArea .JMap {
			width: 60%;
			top: -35%;
			left: 55%;
		}
	}


#ReEnergy .InArea ul {
	list-style: none;
	padding: 0 0 1rem 0;
}
	@media(min-width:1024px){
		#ReEnergy .InArea ul {
			padding: 1rem;
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .InArea ul li {
	width: 100%;
	margin: .7rem 0;
	padding: 1rem;
	box-shadow: 0 0 .6rem #999;
}
	@media(min-width:1024px){
		#ReEnergy .InArea ul li {
			width: -webkit-calc(100%/2.05);
			width: calc(100%/2.05);
		}
	}

#ReEnergy .InArea ul li h5 {
	padding: 1rem .5rem 1rem 4.5rem;
	color: #5fc39c;
	font-size: 2rem;
	letter-spacing: .2rem;
}
	@media(min-width:1024px){
	}

#ReEnergy .H5Bg01 {
	background: url(../img/ContHead/AboutH501.png) no-repeat 0% 50%;
	background-size: 60px;
}
	@media(min-width:1024px){
	}

#ReEnergy .H5Bg02 {
	background: url(../img/ContHead/AboutH502.png) no-repeat 0% 50%;
	background-size: 60px;
}
	@media(min-width:1024px){
	}

#ReEnergy .H5Bg03 {
	background: url(../img/ContHead/AboutH503.png) no-repeat 0% 50%;
	background-size: 60px;
}
	@media(min-width:1024px){
	}

#ReEnergy .H5Bg04 {
	background: url(../img/ContHead/AboutH504.png) no-repeat 0% 50%;
	background-size: 60px;
}
	@media(min-width:1024px){
	}

#ReEnergy .InArea table {
	margin: 3rem 0;
	width: 100%;
}
	@media(min-width:1024px){
	}

th {
	width: 25%;
	padding: .5rem .3rem;
	background: #eaeaea;
	border: 1px #d0d0d0 solid;
}
	@media(min-width:1024px){
	}

td {
	width: 25%;
	padding: .5rem;
	border: 1px #d0d0d0 solid;
}
	@media(min-width:1024px){
	}

#ReEnergy .PBtnArea {
	padding: 1rem 0;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
	@media(min-width:1024px){
	}

#ReEnergy .PBtnArea ul {
	list-style: none;
}
	@media(min-width:1024px){
		#ReEnergy .PBtnArea ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-justify-content: space-between; /* Safari */
			justify-content: space-between;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

#ReEnergy .PBtnArea ul li {
	margin: 0 0 1rem 0;
	padding: .5rem 1rem;
	width: 100%;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	box-shadow: .1rem .1rem .4rem #666;
}
	@media(min-width:1024px){
		#ReEnergy .PBtnArea ul li {
			margin: 0 1rem;
			width: -webkit-calc(100%/2.15);
			width: calc(100%/2.15);
		}
	}

#ReEnergy .PBtnArea ul li:last-child {
	margin: 0;
}
	@media(min-width:1024px){
		#ReEnergy .PBtnArea ul li:last-child {
			margin: 0;
		}
	}

#ReEnergy .PBtnArea ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #5fc39c;
	text-decoration: none;
	transition: all .3s linear;
}
	@media(min-width:1024px){
	}

#ReEnergy .PBtnArea ul li a:hover {
	color: #27a712;
}
	@media(min-width:1024px){
	}

#ReEnergy .PBtnArea ul li a:after {
	content: ' ➡︎';
}
	@media(min-width:1024px){
	}

#ReEnergy .AreaBlue {
	margin: .5rem 0;
	padding: .5rem 1rem;
	color: #ff6f00;
	background: #fff2e8;
}


#ReEnergy .AreaYellow {
	margin: .5rem 0 !important;
	padding: 1rem 1rem 1rem 1rem !important;
	background: #fffcd2;
}

#ReEnergy .REPoint {
	width: 100%;
	font-size: 1.2rem;
	padding: 0 0 0 1.5rem;
	color: #ff6600;
	background: url(../img/icon/Icon-Point.png) no-repeat 0% 50% !important;
	background-size: 24px !important;
}
	@media(min-width:1024px){
	}

#ReEnergy .REPTitle {
	margin: .5rem auto;
	padding: .6rem 1rem;
	width: 99%;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
	background: #b3dced; /* Old browsers */
	background: -moz-linear-gradient(top, #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
	letter-spacing: .1rem;
/*	background: #2494c3;*/
	border-radius: 1rem;
	border: 1px solid #55cdf3;
}
	@media(min-width:1024px){
	}

#ReEnergy .REBtn {
	position: absolute;
	top: 215px;
	width: 55%;
}
	@media(min-width:1024px){
	}

/* REBtn */

#ReEnergy .REBtn .ResultBtn {
	width: 100%;
	margin: 1rem 0 0 0;
	padding: .3rem 1rem;
	border-radius: 1rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	box-shadow: none;
}
	@media(min-width:1024px){
		#ReEnergy .REBtn .ResultBtn {
			padding: .3rem 4rem;
			box-shadow: .1rem .1rem .4rem #666;
		}
	}

#ReEnergy .REBtn .ResultBtn a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #ff6f00;
	transition: all .3s linear;
}
	@media(min-width:1024px){
	}

#ReEnergy .REBtn .ResultBtn a:hover {
	color: #0d5e98;
}
	@media(min-width:1024px){
	}

#ReEnergy .Area1Column .ResultBtn2 {
	width: calc(100% - 53.5%);
	margin: 1rem 1rem 0 1rem;
	padding: .3rem 1rem;
	border-radius: 1rem;
	text-align: center;
	float: left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	box-shadow: none;
}
	@media(min-width:1024px){
		#ReEnergy .Area1Column .ResultBtn2 {
			padding: .3rem 4rem;
			box-shadow: .1rem .1rem .4rem #666;
		}
	}

#ReEnergy .Area1Column .ResultBtn2 a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #5fc39c;
	transition: all .3s linear;
}
	@media(min-width:1024px){
	}

#ReEnergy .Area1Column .ResultBtn2 a:hover {
	color: #0d5e98;
}
	@media(min-width:1024px){
	}



/* REBtn */

/* Maintenance */
.Columun02List ul {
	list-style: none;
}
	@media(min-width:1024px){
		.Columun02List ul {
			display: -webkit-flex; /* Safari */
			display: flex;
			-webkit-flex-wrap: wrap; /* Safari */
			flex-wrap: wrap;
			-webkit-justify-content: space-between; /* Safari */
			justify-content: space-between;
			-webkit-align-items: stretch; /* Safari */
			align-items: stretch;
		}
	}

.Columun02List ul li {
	width: 100%;
}
	@media(min-width:1024px){
		.Columun02List ul li {
			width: calc(100%/2.05);
			box-shadow: 0 0 .4rem #999;
		}
	}





