@charset "utf-8";
/*=============================================================
N CUBE
=============================================================*/
* > sup {
	line-height: 14px;
}

.naturalEnergy .n-cube .boxHalf{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.naturalEnergy .n-cube .boxHalf .box{
	width: 320px;
}
.naturalEnergy .n-cube .caption{
	font-size: 90% !important;
}

.naturalEnergy .n-cube .boxPhotoR .box{
	width: 320px;
}
.naturalEnergy .n-cube .boxPhotoR .photo{
	width: 320px;
	float: right;
}

.naturalEnergy .n-cube dl.line{
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.naturalEnergy .n-cube dl.line dt{
	color: #ff9900;
}
.naturalEnergy .n-cube .boxPhotoR dl.line{
	width: 320px;
}


/* specArea
-------------------------------------------------------------*/
#specArea .boxSpec{
	width: 628px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.naturalEnergy .n-cube table{
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
	font-size:115%;
}
.naturalEnergy .n-cube table sup{
	font-size:70%;
	line-height: 12px;
}
.naturalEnergy .n-cube table th{
	background-color:#eee;
	border-top:1px solid #999;
	padding:7px 10px;
	line-height:1.35 !important;
}
.naturalEnergy .n-cube table th.ttl,
.naturalEnergy .n-cube table td.ttl{
	background-color: #CCC;
}
.naturalEnergy .n-cube table td{
	margin:0;
	padding:7px 10px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	line-height:1.35 !important;
}
.naturalEnergy .n-cube table td.w130{
	width: 120px;
}
.naturalEnergy .n-cube .areaUse .boxClm01 h4{
	padding: 5px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .boxBlue{
	padding: 14px;
	border: 1px solid #0099cc;
	background-color: #e8f7ff;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .boxBlue h4{
	background-color: #0099cc;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .boxOrange{
	padding: 14px;
	border: 1px solid #ff6600;
	background-color: #fff8e8;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .boxOrange h4{
	background-color: #ff6600;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxPhoto{
	width: 49%;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxTxt{
	width: 100%;
	padding: 15px 0 0;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxTxt ul{
	margin: 0 0 0 0.5em;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxTxt ul li{
	margin: 0 0 0 1em;
	list-style: disc;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm #usePhoto{
	position: relative;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm #usePhoto:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 12px;
	border-color: transparent transparent transparent #ff6600;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-100%);
	margin: 6px 0 0 2px;
}

.naturalEnergy .n-cube .areaUse .boxClm02{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxL{
	width: 227px;
	position: relative;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxL:after{
	content: "";
	width: 25px;
	height: 100px;
	background: url("../images/n_cube_arw_blue.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 0 0 25px;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxR{
	width: 364px;
}
.naturalEnergy .n-cube .boxClm03 dl{
	background-color: #e1eefa;
	text-align: center;
}
.naturalEnergy .n-cube .boxClm03 dl dt{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background-color: #e1eefa;
	background-color: #0099cc;
	border-radius: 0 0 5px 5px;
}
.naturalEnergy .n-cube .boxClm03 dl dd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px;
}
.naturalEnergy .n-cube .boxClm03 dl dd div{
	width: 24%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:959px) {
* > sup {
	line-height: 16px;
}
	
.small {
	font-size: 90% !important;
}

.naturalEnergy .n-cube .boxHalf{
	display: block;
}
.naturalEnergy .n-cube .boxHalf+.boxHalf{
	margin-top: 20px;
}
.naturalEnergy .n-cube .boxHalf .box{
	width: 100%;
}
.naturalEnergy .n-cube .boxHalf .box+.box{
	margin-top: 20px;
}

.naturalEnergy .n-cube .boxPhotoR{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.naturalEnergy .n-cube .boxPhotoR .box{
	width: 100%;
	order: 0;
}
.naturalEnergy .n-cube .boxPhotoR .photo{
	width: 100%;
	float: none;
	margin-top: 20px;
	order: 1;
}
.naturalEnergy .n-cube .boxPhotoR dl.line{
	width: 100%;
	order: 1;
}
	
	

/* specArea
-------------------------------------------------------------*/
#specArea .boxSpec{
	width: 100%;
	display: block;
}
#specArea .boxSpec p{
	text-align: center;
}
#specArea .boxSpec p img{
	width: auto;
	height: 180px;
}

/* useArea
-------------------------------------------------------------*/
.naturalEnergy .n-cube .areaUse .boxClm01 .boxBlue{
	padding: 9px;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .boxOrange{
	padding: 9px;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm{
	display: block;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxPhoto{
	width: 100%;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxPhoto+.boxPhoto{
	margin-top: 20px;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm .boxTxt{
	width: 100%;
	margin-top: 20px;
}
.naturalEnergy .n-cube .areaUse .boxClm01 .box3Clm #usePhoto:after{
	left: 50%;
	top: 100%;
	transform: translateX(-50%) translateY(0) rotate(90deg);
	margin: -13px 0 0 0;
}
.naturalEnergy .n-cube .areaUse .boxClm02{
	display: block;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxL{
	width: 62.5%;
	margin: 0 auto;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxL:after{
	left: 50%;
	top: 100%;
	transform: translateX(-50%) translateY(0) rotate(90deg);
	margin: -30px 0 0 0;
}
.naturalEnergy .n-cube .areaUse .boxClm02 .boxR{
	width: 100%;
	margin-top: 45px;
}

.naturalEnergy .n-cube .boxClm03 dl dd{
	display: block;
}
.naturalEnergy .n-cube .boxClm03 dl dd div{
	width: 100%;
}
.naturalEnergy .n-cube .boxClm03 dl dd div+div{
	padding-top: 10px;
}
/* sp-table-scroll 
-------------------------------------------------------------*/
	.sp-table-scroll {
		overflow: auto;
		white-space: nowrap;
		table-layout: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 100;
		padding: 0 0 10px;
	}
	.sp-table-scroll>table {
		margin-bottom: 5px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar {
	height:5px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-track {
		background:#e3e4e5;
		border-radius:10px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb {
		background:#84919d;
		border-radius:10px;
	}
	.sp-table-scroll .arwSc {
		background: url(../images/table-arw.png) no-repeat 0 0/auto 46px;
		width: 46px;
		height: 46px;
		margin: 0 0 0 -23px;
		position: absolute;
		top: 5px;
		left: 50%;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: opacity 0.2s ease-out;
	}
	.sp-table-scroll.sc .arwSc {
		opacity: 0.4;
		visibility: visible;
	}
	.sp-table-scroll figure {
		width: 100%;
	}
	.sp-table-scroll img {
		max-width: none !important;
		vertical-align: bottom;
	}

}
