  
.color-white {
	color: #fff;
}

.text-default {
	font-size: 1.6rem;
}

p.text {
	font-size: 1.6rem;
}

sup {
	font-size: .5em;
	vertical-align: top;
	position: relative;
	/*
	top: -0.1em;
	 */
	top: 1em;
}

.plr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.link-text {
	color: #00805D;
	text-decoration: underline;
}
.link-text_arrow {
	font-size: 1.6rem;
	position: relative;
	text-decoration: none;
	padding-right: 2rem;
}
.link-text_arrow:before {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: solid 2px #00805D;
	border-right: solid 2px #00805D;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link-text_arrow-connection {
	font-size: 1.4rem;
	position: relative;
	text-decoration: none;
	padding-right: 2rem;
}
.link-text_arrow-connection:before {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #010101;
	border-right: solid 1px #010101;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




.list-information {
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.5;
}
.list-information li {
	text-indent: -2em;
	padding-left: 2em;
}
.list-information.number li {
	text-indent: -3.5em;
	padding-left: 3.5em;
}
.list-information li span {
	margin-right: 2rem;
}
.list-information li .single {
	margin-right: 1rem;
}

.list-disc > li {
	position      : relative;
	padding-left  : 1em;
	margin-bottom : 5px;
	font-size: 1.6rem;
}
.list-disc > li:after {
	display          : block;
	content          : '';
	position         : absolute;
	top              : .3em;
	left             : 0;
	width            : 6px;
	height           : 6px;
	background-color : #010101;
	border-radius    : 100%;
}
.list-disc > li + li {
	margin-top: 1em;
}


.text_right {
	text-align: right;
}


.innerContents {
	margin-bottom: 0;
}
.innerContents + .innerContents{
	margin-top: 15px;
}

.bg-accent {
	margin: 100px 0 !important;

	width: 100%;
	height: 28.6vw;
	background: url(/about/images/ennesmart/img_accent01.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: 100%;
}

.bnr-sdgs_area {
	display: flex;
	justify-content: center;
	margin: 100px 0;
}
.bnr-sdgs_area a {
	background-color: rgba(255, 255, 255, 0.9);
	border: solid 1px #ccc;
	box-shadow: 0 4px 0 rgb(174 174 158 / 20%);
	flex-wrap: wrap;
	align-items: flex-start;
	min-height: 190px;
	width: 100%;
	max-width: 550px;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 21px 25px;
	word-wrap: break-word;
	position: relative;
}
.bnr-sdgs_area .txt {
	width: 100%;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	margin-top: auto;
}



.contents01 {
	background: #EDF3ED url(../images/ennesmart/bg_content01.png) no-repeat center right;
	background-size: 90%;
	background-position: 270% 70%;
}
.contents-inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 48px;
}
.title-header02 {
	color: #005E37;
	font-size: 4.0rem;
	line-height: 1.44;
	margin-bottom: 49px;
	padding-top: 14px;
}
.title-header02 + p {
	/*
	font-size: 1.6rem;
	 */
	line-height: 2;
}
.contents01-contents {
	background: rgba(113,190,136,.69);
	padding-top: 46px;
}

.title-header03 {
	color: #005E37;
	font-size: 4.0rem;
	line-height: 1;
	margin-bottom: 55px;
}

.ttile-header03 {
	font-size: 2.6rem;
	line-height: 1.77;
}

.title-header04 {
	color: #005E37;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3rem;
}
.title-header04 + p {
	font-size: 1.6rem;
}

.title-header05 {
	color: #005E37;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 4rem;
}

.title-sub05 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.title-sub05 span {
	font-size: 1.4rem;
}


.icon_hint {
	position: relative;
	padding-left: 4rem;
	padding-top: 1rem;
}
.icon_hint:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 46px;
	background: url(/about/images/ennesmart/icon_hint.png) no-repeat center center;
	background-size: contain;
}



.box-contents_info {
	background: #F0F0E5;
	border-radius: 10px;
	padding: 35px 49px;
}
.box-contents_info li {
	font-size: 2.6rem;
	line-height: 1.5;
	position: relative;
	padding-top: 7px;
	padding-left: 11rem;
}
/*
.box-contents_info li sup {
	top: 1em;
}

 */
.box-contents_info [class*=icon]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	height: 82px;
}
.box-contents_info .icon01:before {
	background: url(/about/images/ennesmart/icon_ennesmart01.png) no-repeat center center;
	background-size: contain;
}
.box-contents_info .icon02:before {
	background: url(/about/images/ennesmart/icon_ennesmart02.png) no-repeat center center;
	background-size: contain;
}

.box-contents_info li + li {
	margin-top: 36px;
}
.box-contents_info li span {
	display: block;
	font-size: 1.3rem;
}
.box-contents_info-text {
	background: #00B9D1;
	border-radius: 10px;
	font-size: 2.6rem;
	margin-top: 43px;
	padding: 14px;
	line-height: 1.3;
}
.box-contents_info-text span {
	font-size: 2.0rem;
}



.flag-campaign_time {
	background: #F0F3F5;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto 44px;
	padding: 10px;
	width: 90%;
	max-width: 530px;
	text-align: center;
}

#box-cooperation {
	display: inline-block;
	position: relative;
	margin-top: 50px;
}
#box-cooperation:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #005E37;
}
/*
#box-cooperation .title {
	font-size: 3.0rem;
}

 */
#box-cooperation .counter {
	color: #363F41;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.7;
}
#box-cooperation .counter span {
	color: #005E37;
	font-size: 14.0rem;
}


#box-result_report {
	background: #F0F3F5;
	position: relative;
	margin-top: 118px;
	padding-top: 142px;
}
#box-result_report:before {
	content: '';
	position: absolute;
	top: -3vw;
	left: 50%;
	transform: translateX(-50%);
	width: 98vw;
	height: 3vw;
	background: url(/about/images/ennesmart/band_ennesmart.png) repeat-x left bottom;
	background-size: contain;
}
#box-result_report .contents-inner {
	background: #fff;
	border-radius: 10px;
	padding: 40px 58px;
}
#box-result_report .contents-inner + .contents-inner {
	margin-top: 112px;
}
#box-result_report .icon {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.1;
	position: relative;
	margin-top: -62px;
	z-index: 1;
}
#box-result_report .icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 125px;
	height: 125px;
	background: #68AF7C;
	border-radius: 50%;
	z-index: -1;
}
#box-result_report .report_house {
	background: url(/about/images/ennesmart/bg_report_house.png) no-repeat left top;
	background-size: 100%;
	margin-top: 2em;
	padding-bottom: 80px;
}
#box-result_report .report_tree {
	background: url(/about/images/ennesmart/bg_report_tree.png) no-repeat left top;
	background-size: 100%;
	margin-top: 2em;
	padding-bottom: 80px;
}
#box-result_report .text-result {
	font-size: 5rem;
	font-weight: bold;
	margin: 0;
}
#box-result_report .text-result span {
	color: #68AF7C;
	font-size: 11rem;
	font-weight: bold;
}
#box-result_report .text-result_commit {
	background: #363F41;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
	padding: 1.5rem 2rem;
	font-weight: bold;
	position: relative;
}
#box-result_report .text-result_commit.large {
	padding: 2.5rem 2rem;
}
#box-result_report .text-result_commit:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-bottom: 35px solid #363F41;
}
#box-result_report .text-result_commit span {
	font-size: 4rem;
	font-weight: bold;
}
#box-result_report .list-information {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 0;
}



.contents03 .container-inner {
	max-width: 950px;
}
.contents03 .contents-inner {
	padding-left: 0;
	padding-right: 0;
}
.contents03 .flow-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 2.0rem;
	margin-bottom: 40px;
}
.contents03 .flow-header span {
	color: #005E37;
	font-size: 6.4rem;
	width: 93px;
}
.contents03 .flow-header div {
	background: #005E37;
	border-radius: 8px;
	color: #fff;
	padding: 1.3rem 2rem;
	width: calc(100% - 93px);
}
.contents03 .flow-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.contents03 .flow-body > * {
	width: 46.8%;
	font-size: 1.6rem !important;
}
.contents03 .flow-body .text {

}
.contents03 .flow-body .box-alert div {
	border: solid 1px #00B9D1;
	border-radius: 10px;
	padding: 3rem;
}
.contents03 .flow-body .box-alert dl {
	position: relative;
	padding-left: 70px;
}
.contents03 .flow-body .box-alert dl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
	background: url(/about/images/ennesmart/icon_calender.png) no-repeat center center;
	background-size: contain;
}


.contents03 .flow-body .box-alert dd {
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}
.contents03 .flow-body + .flow-header {
	margin-top: 60px;
}

.contents03 .box-infoEnnet {
	margin-top: 80px;
}
.contents03 .box-infoEnnet figure {
	margin-bottom: 20px;
}

#box-power_saving {
	background: #F0F3F5;
	border-radius: 10px;
	padding: 40px 34px;
	margin-top: 60px;
}


#box-attempt .title-header {
	color: #005E37;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.47;
	text-align: center;
}

/*
#contents-apply {
	padding-top: 100px;
}
#box-apply {
	background: #F0F3F5;
	margin: 0 auto;
	padding: 67px 100px 30px;
	width: 100%;
	max-width: 1200px;
}
.box-apply_inner {
	width: 85%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.box-apply_inner + .box-apply_inner {
	margin-top: 100px;
}
.box-apply_inner h4 {
	color: #005E37;
	font-size: 3.2rem;
	margin-bottom: 60px;
}

 */


.btn-terms {
	text-align: center;
}
.btn-terms a {
	border: solid 1px #707070;
	background: #fff;
	display: inline-block;
	font-size: 2.0rem;
	position: relative;
	padding: 1.5rem;
	width: 90%;
	max-width: 360px;
	text-decoration: none;
}
.btn-terms a:before {
	content: "";
	position: absolute;
	top: 40%;
	right: 7%;
	width: 8px;
	height: 8px;
	border-top: solid 2px #010101;
	border-right: solid 2px #010101;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-pressure a {
	background: #E8854E;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	position: relative;
	padding: 3.1rem 1.5rem;
	width: 90%;
	max-width: 360px;
	text-decoration: none;
}
.btn-pressure a:before {
	content: "";
	position: absolute;
	top: 40%;
	right: 7%;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media only screen and (max-width: 767px) {
	.sp_text-left {
		text-align: left;
	}
	.text-default {
		font-size: 1.4rem;
	}
	p.text {
		font-size: 1.4rem;
	}
	.contents-inner {
		padding: 15px;
	}
	.title-header02 {
		font-size: 2.25rem;
		margin-bottom: 25px;
	}
	.ttile-header03 {
		font-size: 1.8rem;
	}
	.title-header03 {
		font-size: 2.0rem;
		margin-bottom: 25px;
	}
	.title-header04 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.title-header04 + p {
		font-size: 1.4rem;
	}
	.title-header05 {
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 3rem;
	}
	.title-sub05 {
		font-size: 1.7rem;
		line-height: 1.5;
	}

	.contents01-contents {
		padding-top: 20px;
	}
	.box-contents_info {
		padding: 20px;
	}
	.box-contents_info li {
		font-size: 1.5rem;
		padding-top: 7px;
		padding-left: 5rem;
	}
	.box-contents_info [class*=icon]:before {
		width: 40px;
		height: 40px;
	}
	.box-contents_info li + li {
		margin-top: 20px;
	}
	.box-contents_info li span {
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.box-contents_info-text {
		font-size: 1.4rem;
		margin-top: 25px;
		padding: 10px;
	}
	.box-contents_info-text span {
		font-size: 1.2rem;
	}

	.bg-accent {
		margin: 50px 0 !important;

		height: auto;
		background: none;
		margin-top: 8%;
	}



	.list-disc > li {
		font-size: 1.4rem;
	}

	.flag-campaign_time {
		font-size: 1.8rem;
		margin: 0 auto 25px;
		width: 100%;
		line-height: 1.5;
	}

	.bnr-sdgs_area {
		margin: 50px 0;
	}
	.bnr-sdgs_area a {
		min-height: 1vw;
		width: 90%;
		margin: 0 auto;
		font-size: 1.6rem;
		padding: 21px 25px;
	}
	.bnr-sdgs_area .txt {
		font-size: 2rem;
	}

	#box-cooperation {
		margin-top: 25px;
	}
	#box-cooperation:before {
		height: 10px;
	}
	/*
	#box-cooperation .title {
		font-size: 1.8rem;
	}

	 */
	#box-cooperation .counter {
		font-size: 2.0rem;
	}
	#box-cooperation .counter span {
		font-size: 5.0rem;
	}

	#box-result_report {
		margin-top: 78px;
		padding-top: 100px;
	}
	#box-result_report:before {
		top: -35px;
		height: 35px;
		background-size: 310%;
	}

	#box-result_report .icon {
		font-size: 1.6rem;
		margin-top: -62px;
	}
	#box-result_report .icon:after {
		width: 105px;
		height: 105px;
	}

	#box-result_report .contents-inner {
		padding: 30px 20px;
		width: 90%;
	}
	#box-result_report .text-result {
		font-size: 2rem;
	}
	#box-result_report .text-result span {
		font-size: 4rem;
	}
	#box-result_report .text-result_commit {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#box-result_report .text-result_commit:before {
		top: -30px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 25px solid #363F41;
	}
	#box-result_report .text-result_commit span {
		font-size: 2rem;
	}
	#box-result_report .report_house {
		padding-bottom: 0;
	}
	#box-result_report .report_tree {
		padding-bottom: 0;
	}
	#box-result_report .list-information {
		padding: 25px 5%;
	}

	/*
	.contents03 .contents-inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	 */
	.contents03 .flow-header {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.contents03 .flow-header span {
		font-size: 3.2rem;
		width: 5rem;
	}
	.contents03 .flow-header div {
		padding: 1rem 1rem;
		width: calc(100% - 5rem);
	}
	.contents03 .flow-body {
		flex-wrap: wrap;
	}
	.contents03 .flow-body > * {
		width: 100%;
		font-size: 1.4rem !important;
	}
	.contents03 .flow-body .box-alert div {
		padding: 1.5rem;
		margin-top: 15px;
	}
	.contents03 .flow-body .box-alert dl {
		padding-left: 50px;
	}
	.contents03 .flow-body .box-alert dl:before {
		width: 35px;
		height: 35px;
	}
	.contents03 .flow-body + .flow-header {
		margin-top: 40px;
	}

	#box-power_saving {
		padding: 20px 18px;
		margin-top: 40px;
	}

	#box-attempt .title-header {
		font-size: 1.8rem;
	}

	/*
	#contents-apply {
		padding-top: 50px;
	}
	#box-apply {
		padding: 30px 15px 30px;
	}
	.box-apply_inner {
		width: 95%;
	}
	.box-apply_inner h4 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.box-apply_inner + .box-apply_inner {
		margin-top: 60px;
	}

	 */

	.btn-terms a {
		font-size: 1.8rem;
	}

	.btn-pressure a {
		font-size: 1.6rem;
		padding: 2.5rem 1.5rem;
	}

}
