@charset "utf-8";

/*----------------------------------------------------
	width (px)
----------------------------------------------------*/
.w216 {
	width: 216px !important;
}

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



/*----------------------------------------------------
	製品ラインアップ
----------------------------------------------------*/
#smallscale .lineupBox .det {
	position: relative;
	width: 328px;
	height: 220px;
	margin-top: 15px;
}

#smallscale .lineupBox .det .imgInner {
	position: absolute;
	top: 71%;
	padding: 0 9px;
}

/* --- SP --- */
body.responsive-sp#smallscale .lineupBox .det {
	width: 100%;
	height: auto;
	max-width: 328px;
	margin: 10px auto 0;
}



/*----------------------------------------------------
	さらに
----------------------------------------------------*/
#smallscale .sarani {
	width: 100%;
	display: table;
	border: 1px solid #e1e1e1;
	padding: 1em;
	box-sizing: border-box;
}

#smallscale .saraniTd {
	display: table-cell;
}

#smallscale .saraniTd:first-child {
	width: 74px;
	padding-right: 10px;
}



/*----------------------------------------------------
	SHARP SUNVISTA O&M（有償保守サービス）
----------------------------------------------------*/
#smallscale .serviceHoshu {
	border: 1px solid #00428e;
	padding: 10px;
}

#smallscale .serviceHoshu .hn {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #00428e;
	padding: 10px;
	margin-bottom: 1em;
}

#smallscale .serviceHoshu .pointTxt {
	font-size: 15px;
	color: #00428e;
	text-align: center;
	margin-bottom: 1em;
}



/*----------------------------------------------------
	小規模産業用テーブル
----------------------------------------------------*/
#smallscale .grayTxt {
	display: inline-blcok;
	background-color: #dbe0e4;
	padding: 5px;
}

#smallscale .typeA {
	background-color: #e7eff7;
}

#smallscale .typeB {
	background-color: #ecf5eb;
}

/* --- SP --- */
body.responsive-sp#smallscale .indentEm {
	margin-left: 7em;
	text-indent: -7em;
}



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

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

.fsSSS{
	margin-top: 1em;
}