@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;
}


/*----------------------------------------------------
	260123Add 太陽光発電システム長期保証ブロック追加
----------------------------------------------------*/
.new-product-highlight {
	border: 6px solid #295e71;
	border-radius: 6px;
	overflow: hidden;
}
.new-product-highlightTit {
	text-align: center;
	background-color: #295e71;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	padding: 0.5em;
	font-size: 167%;
}
.new-product-highlightTit .badgeNew {
	display: inline-block;
	background-color: #c81010;
	color: #fff;
	text-align: center;
	padding: 0 0.5em;
	height: 1.4em;
	line-height: 1.4em;
	font-size: 0.8em;
	vertical-align: middle;
	margin-right: 0.5em;
}
.new-product-highlightTit .colorRed {
	color: #ffdc3d !important;
}
.new-product-highlightSect {
	background-color: #fff;
	padding: 1em;
}
.new-product-highlightSect p {
	line-height: 1.6;
}
p + .btnWrap {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
}
a.btnDetail {
	display: block;
	max-width: 380px;
	border: #3d3d3d 2px solid;
	border-radius: 6px;
	line-height: 1;
	padding: 1em 2em;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
	background-image: url("/products/common/images/chevron-right-solid.svg");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: auto 1em;
	margin-left: auto;
	margin-right: auto;
}
/* --- SP --- */
body.responsive-sp .new-product-highlightWrap {
	padding: 3.125% 2.8125%;
	border-top: #fff 12px solid;
}
body.responsive-sp .new-product-highlightTit {
	font-size: 138.5%;
}