@charset "utf-8";
/*=============================================================
INDEX
=============================================================*/
/* #naturalEnergyIndLineup */
.naturalEnergy #naturalEnergyIndLineup {
	margin:0;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn {
	width:100%;
}
.naturalEnergy #naturalEnergyIndLineup li a {
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #006fae;
	box-sizing: border-box;
	border: 3px solid #006fae;
	border-radius: 5px;
	color:#fff;
	text-shadow: 0px 0px 3px #000; 
	text-decoration: none !important;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .boxThum {
	width: 450px;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .boxTxt {
	width: 201px;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .boxTxt span{
	display: inline-block;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .title {
	width: 100%;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	border-bottom: 1px dotted #dde7f0;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .title sup {
	font-size: 75%;
line-height: 16px;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .description {
	width:205px;
	margin: 0;
	font-size: 13px;
	text-align:center;
	color:#dde7f0;
	line-height: 1.25;
	padding: 0 5px;
	box-sizing: border-box;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .more {
	width:90%;
	padding: 3px;
	box-sizing: border-box;
	text-align: center;
	margin: 5px auto 0;
	background-color: #cce2ef;
	border-radius: 5px;
	color: #006fae !important;
	text-shadow: 0px 0px 0px #fff; 
	font-weight: bold;
	position: relative;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .more:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #006fae;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
/* .toggle */
.naturalEnergy .toggle .boxClm{
	border: 1px solid #006fae;
}
.naturalEnergy .toggle .boxBtn{
	padding: 19px 80px 19px 19px;
	background-color: #d8eef9;
	cursor: pointer;
	position: relative;
}
.naturalEnergy .toggle .boxBtn p{
 color: #006fae;
}
.naturalEnergy .toggle .boxBtn p.ttl{
	font-size: 18px !important;
	font-weight: bold;
}
.naturalEnergy .toggle .boxBtn .boxIcnOuter{
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
}
.naturalEnergy .toggle .boxBtn .boxIcn{
	width: 40px;
	height: 40px;
	margin: 5px auto 0;
	background-color: #006fae;
}
.naturalEnergy .toggle .boxBtn .boxIcn span{
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
}
.naturalEnergy .toggle .boxBtn .boxIcn span:before,
.naturalEnergy .toggle .boxBtn .boxIcn span:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.naturalEnergy .toggle .boxBtn .boxIcn span:before{
	transform: translate(-50%,-50%);
	transition:all 0.8s ease-out 0.3s;
}
.naturalEnergy .toggle .boxBtn .boxIcn span:after{
	transform: translate(-50%,-50%) rotate(90deg);
	transition:all 0.8s ease-out 0.3s;
}
.naturalEnergy .toggle .boxBtn.open .boxIcn span:before{
	transform: translate(-50%,-50%) rotate(180deg);
}
.naturalEnergy .toggle .boxBtn.open .boxIcn span:after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.naturalEnergy .toggle .boxChild{
	padding: 19px;
	display: none;
}
.naturalEnergy .toggle .boxChild .boxFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto01{
	width: 220px;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto02{
	width: 380px;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto03{
	width: 290px;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxTxt{
	width: 310px;
}
.naturalEnergy .toggle .boxChild .boxFlex p.caption{
	padding: 5px 0 0;
	font-size: 12px !important;
}
/* #netisArea */
.naturalEnergy #netisArea{
	width: 100%;
}
.naturalEnergy #netisArea .netisMark{
	width: 150px;
	padding: 0 0 10px 10px;
	float: right;
}
.naturalEnergy #netisArea ul.note{
	padding: 10px 0 0;
}
.naturalEnergy #netisArea ul.note li{
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 80%;
}
/* #sdgsArea */
.naturalEnergy #sdgsArea .sdgsMark{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
/* #greenPowerArea */
.naturalEnergy #greenPowerArea a{
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}
.naturalEnergy #greenPowerArea .box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #036825;
	border-radius: 5px;
	overflow: hidden;
}
.naturalEnergy #greenPowerArea .box>div{
	width: 50%;
}
.naturalEnergy #greenPowerArea .box>div.boxL{
	box-sizing: border-box;
	padding: 0 20px;
}
.naturalEnergy #greenPowerArea .box>div.boxL p{
	line-height: 1.15;
}
.naturalEnergy #greenPowerArea .box>div.boxL p.ttl{
	font-size: 135%;
	padding: 0;
	position: relative;
}
.naturalEnergy #greenPowerArea .box>div.boxL p.more{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 5px 10px 5px 30px;
	position: relative;
}
.naturalEnergy #greenPowerArea .box>div.boxL p.more:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.naturalEnergy #greenPowerArea .box>div.boxR{
	order: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:959px) {
/* #naturalEnergyIndLineup */
.naturalEnergy #naturalEnergyIndLineup li a {
	display: block;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .boxThum {
	width: 100%;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .boxTxt {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 0;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .title {
	width: 100%;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .description {
	width: 100%;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .more {
	width: 100%;
}
.naturalEnergy #naturalEnergyIndLineup li.fullBtn .more:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #006fae;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
	/* toggle */
.naturalEnergy .toggle .boxChild .boxFlex{
	display: block;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto01{
	width: 100%;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto02{
	width: 100%;
	margin: 20px 0 0;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxPhoto03{
	width: 100%;
	margin: 20px 0 0;
}
.naturalEnergy .toggle .boxChild .boxFlex .boxTxt{
	width: 100%;
}
/* #netisArea */
.naturalEnergy #netisArea .netisMark{
	width: 120px;
}
/* #greenPowerArea */
.naturalEnergy #greenPowerArea .box{
	display: block;
}
.naturalEnergy #greenPowerArea .box>div{
	width: 100%;
}
.naturalEnergy #greenPowerArea .box>div.boxL p.ttl{
	font-size: 115%;
}
.naturalEnergy #greenPowerArea .box>div.boxL{
	padding: 15px;
}
}
