@charset "utf-8";

/*----------------------------------------------------
	width (px)
----------------------------------------------------*/
.w207 {
	width: 207px !important;
}

.w216 {
	width: 216px !important;
}

/* --- SP --- */
body.responsive-sp .w207,
body.responsive-sp .w216,
body.responsive-sp .w245,
body.responsive-sp .w410 {
	width: 100% !important;
}



/*----------------------------------------------------
	ナビボタン
----------------------------------------------------*/
.tabMenuWrap .lineupTab {
	height: 50px;
}

/* --- SP --- */
body.responsive-sp .tabMenuWrap .tabMenu {
	height: 90px;
}

body.responsive-sp .tabMenuWrap .tabMenu li a {
	background: #dae0e4 url("/business/solar/images_global/r_lineup_tab_sp_active.png") no-repeat center 70px;
	background-size: 9px auto;
}

body.responsive-sp .tabMenuWrap .tabMenu li a.active,
body.responsive-sp .tabMenuWrap .tabMenu li a:hover {
	background: #275e72 url("/business/solar/images_global/r_lineup_tab_sp_active.png") no-repeat center 70px;
	background-size: 9px auto;
}



/*----------------------------------------------------
	energyBox
----------------------------------------------------*/
.energyBox {
}

.energyBox .flow1 {
	border: 1px solid #b4b9bd;
	padding: 0.75em;
	text-align: center;
}

.energyBox .flow2 {
	border: 1px solid #b4b9bd;
}

.energyBox .flow2 dl {
	text-align: center;
}

.energyBox .flow2 dl dt {
	font-weight: bold;
	background: #efece5;
	padding: 0.75em;
	border-bottom: 1px solid #b4b9bd;
}

.energyBox .flow2 dl dd {
	padding: 0.75em;
}

.energyBox .flow2 ul {
	border-top: 1px solid #b4b9bd;
	overflow: hidden;
}

.energyBox .flow2 ul li {
	float: left;
	width: 50%;
	padding: 0.75em;
	box-sizing: border-box;
}

.energyBox .flow2 ul li:first-child {
	border-right: 1px solid #b4b9bd;
}

/* --- SP --- */
body.responsive-sp .energyBox {
}



/*----------------------------------------------------
	FAQ
----------------------------------------------------*/
.faqBox ul.contentsList li {
	width: 40%;
	margin: 0.2em 1em 0.3em 0;
}

/* --- SP --- */
body.responsive-sp .faqBox ul.contentsList li {
	width: 100%;
}