@charset "utf-8";

/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/
/* lineupNavi
------------------------------------------- */
.lineupNavi {
	border: 1px solid #c2c7cb;
	background-color: #dbdee3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lineupNavi .lineupSearch {
	border-bottom: 1px solid #b8c0c3;
	border-top: 1px solid #e6e9ee;
	padding: 13px 10px;
}

.lineupNavi .lineupSearch:first-child {
	border-top: none;
}

.lineupNavi .lineupSearch:last-child {
	border-bottom: none;
}

.lineupNavi .lineupSearch dt {
	margin-bottom: 0.5em;
}

.lineupNavi .lineupSearch dt img {
	vertical-align: bottom;
}

.lineupNavi .lineupSearch dt span.illBtn a {
	display: inline-block;
	width: 112px;
	height: 22px;
	background: url(../images/btn_illustration.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

.lineupNavi .lineupSearch dt span.illBtn.current a,
.lineupNavi .lineupSearch dt span.illBtn a:hover {
	background: url(../images/btn_illustration_on.jpg) no-repeat 0 0;
}

.lineupNavi .lineupSearch ul {
	letter-spacing: -0.4em;
}

.lineupNavi .lineupSearch .btn {
	display: inline-block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	box-sizing: border-box;
}

.lineupNavi .lineupSearch .btn a {
	display: block;
	position: relative;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	border: 1px solid #b9bec2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, ##eeeff1 51%, #dde2e5 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#eeeff1 51%,#dde2e5 100%);
	background: linear-gradient(to bottom, #fff 0%,#eeeff1 51%,#dde2e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#dde2e5',GradientType=0 );
}

.lineupNavi .lineupSearch .btn a:before {
	position: absolute;
	display: block;
	top: 35%;
	left: 10px;
	content: '';
	width: 14px;
	height: 12px;
	background: url(../../images_global/icn_arrow_3.gif) no-repeat 0 0;
	background-size: 14px 12px;
}

.lineupNavi .lineupSearch .btn a:hover,
.lineupNavi .lineupSearch .btn.active a {
	background: #205469;
	color: #fff;
}

/* --- SP --- */
body.responsive-sp .lineupNavi .lineupSearch dt {
	margin-bottom: 1em;
}

body.responsive-sp .lineupNavi .lineupSearch .btn {
	width: 100%;
	margin: 0 0 5px;
}

body.responsive-sp .lineupNavi .lineupSearch .btn:last-child {
	margin-bottom: 0;
}

/* lineupScrollArea
------------------------------------------- */
#lineupScrollArea {
	padding-top: 30px;
}

/* lineupProduct
------------------------------------------- */
.lineupProduct {
	/*
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 40px;
	*/
}

.lineupProduct:last-child {
	margin-bottom: 0;
}

.lineupProduct .boxWrap {
	overflow: hidden;
}

.lineupProduct .boxWrap .boxL {
	float: left;
	width: 720px;
	overflow: hidden;
	display: table;
}

.lineupProduct .boxWrap .boxLL {
	display: table-cell;
	width: 35%;
	text-align: center;
}

.lineupProduct .boxWrap .boxLL .boxPhoto {
}

.lineupProduct .boxWrap .boxLR {
	display: table-cell;
	width: 65%;
}

.lineupProduct .boxWrap .boxLR .boxTtl {
	margin-bottom: 15px;
}

.lineupProduct .boxWrap .boxLR .boxTtl .subTxt {
	padding-bottom: 5px;
}

.lineupProduct .boxWrap .boxLR .boxTtl .hn {
	position: relative;
	font-size: 115.3846%;
	color: #275e72;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.lineupProduct .boxWrap .boxLR .boxTtl .hn .hnSub {
	position: absolute;
	right: 0;
	bottom: 7px;
	font-size: 84.6153846154%;
	font-weight: normal;
	color: #333;
	border: 1px solid #ccc;
	padding: 4px 5px 2px;
}

.lineupProduct .boxWrap .boxLR .boxTtl .numTxt {
	font-weight: bold;
}

.lineupProduct .boxWrap .boxR {
	float: right;
	width: 164px;
}

.lineupProduct .boxWrap .boxR p {
	margin-bottom: 10px;
}

.lineupProduct .boxWrap .boxR p:last-child {
	margin-bottom: 0;
}

.lineupProduct .boxTxt {
	padding: 20px 20px 12px;
	background-color: #eee;
	margin: 30px 20px 0;
	/*
	padding: 0 20px;
	margin-top: 30px;
	*/
}

/* --- SP --- */
body.responsive-sp .lineupProduct {
	/* padding-bottom: 20px; */
}

body.responsive-sp .lineupProduct .boxWrap .boxL {
	float: none;
	width: 100%;
}

body.responsive-sp .lineupProduct .boxWrap .boxLL {
	width: 40%;
}

body.responsive-sp .lineupProduct .boxWrap .boxLR {
	width: 60%;
}

body.responsive-sp .lineupProduct .boxWrap .boxLR .boxTtl .hn {
}

body.responsive-sp .lineupProduct .boxWrap .boxLR .boxTtl .hn .hnSub {
	position: relative;
	display: inline-block;
	bottom: 0;
	margin-top: 10px;
}

body.responsive-sp .lineupProduct .boxWrap .boxR {
	float: none;
	width: 60%;
	margin-top: 30px;
	padding-left: 40%;
	letter-spacing: -0.4em;
}

body.responsive-sp .lineupProduct .boxWrap .boxR p {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 10px;
	vertical-align: top;
}

body.responsive-sp .lineupProduct .boxTxt {
	padding: 15px 15px 10px;
	margin: 20px 0 0;
}

/* ラインアップ一覧
------------------------------------------- */
.lineupList {
	padding: 0 15px;
}

.lineupList .item {
	float: left;
	margin-right: 40px;
}

.lineupList .item .img {
	margin-bottom: 10px;
}

.lineupList .item .no {
	font-size: 107.692307692%;
	background: url(../../images_global/icn_arrow_3.gif) no-repeat 0 50%;
	background-size: 14px 12px;
	padding-left: 22px;
	margin-bottom: 10px;
}

.lineupList .item .cat {
	margin-bottom: 10px;
}

/* --- SP --- */
body.responsive-sp .lineupList .item {
	min-height: 170px;
	margin-bottom: 10px;
}

body.responsive-sp .lineupList .item .img {
	margin-bottom: 5px;
}

body.responsive-sp .lineupList .item .no {
	margin-bottom: 5px;
}


/*----------------------------------------------------
	イラストから探すページ
----------------------------------------------------*/
.map1 {
	position: relative;
}

.mapSearch .btn {
	position: absolute;
	display: inline-block;
	background-color: #fff;
}

.mapSearch #iitype01.btn { top: 40px;  left: 133px; }
.mapSearch #iitype09.btn { top: 305px; left: 417px; }
.mapSearch #iitype10.btn { top: 32px;  left: 327px; }
.mapSearch #iitype11.btn { top: 66px;  left: 572px; }
.mapSearch #iitype13.btn { top: 207px; left: 701px; }
.mapSearch #iitype19.btn { top: 284px; left: 217px; }
.mapSearch #iitype20.btn { top: 141px; left: 576px; }

.map2 {
	position: relative;
	margin-top: -20px;
}

.mapSearch #iitype15.btn { top: 56px; left: 439px; }
.mapSearch #iitype16.btn { top: 56px; left: 32px; }
.mapSearch #iitype17.btn { top: 56px; left: 257px; }

.map3 {
	position: relative;
	margin-top: -20px;
}

.mapSearch #iitype18.btn { top: 56px; left: 81px; }

.illustTwoWrap .leftBox {
	float: left;
	width: 620px;
}

.illustTwoWrap .rightBox {
	float: right;
	width: 260px;
}

/* --- SP --- */
body.responsive-sp .mapSearch p img,
body.responsive-sp .mapSearch .btn img {
	max-width: none;
}

body.responsive-sp .mapSearch #iitype01.btn { top: 40px;  left: 133px; }
body.responsive-sp .mapSearch #iitype09.btn { top: 305px; left: 417px; }
body.responsive-sp .mapSearch #iitype10.btn { top: 32px;  left: 327px; }
body.responsive-sp .mapSearch #iitype11.btn { top: 66px;  left: 572px; }
body.responsive-sp .mapSearch #iitype13.btn { top: 207px; left: 701px; }
body.responsive-sp .mapSearch #iitype19.btn { top: 284px; left: 217px; }
body.responsive-sp .mapSearch #iitype20.btn { top: 141px; left: 576px; }

body.responsive-sp .illustTwoWrap .leftBox {
	margin-bottom: 3em;
}

body.responsive-sp .illustTwoWrap .leftBox,
body.responsive-sp .illustTwoWrap .rightBox {
	float: none;
	width: 100%;
	padding: 5% 3.125%;
	box-sizing: border-box;
}

body.responsive-sp .map2 {
	margin-top: 0;
}

body.responsive-sp .map3 {
	margin-top: 0;
}



/*----------------------------------------------------
	製品詳細ページ
----------------------------------------------------*/
.lineupMainImg {
	overflow: hidden;
	display: table;
	width: 100%;
}

.lineupMainImg .box {
	display: table-cell;
	text-align: center;
	width: 33.3333%;
}

.lineupMainImg .box p .point{
	border: #275e72 1px solid;
	color: #275e72;
	display: inline-block;
	padding: 3px 10px;
	font-size: 80% !important;
}

/* --- SP --- */
body.responsive-sp .lineupMainImg {
	display: block;
}

body.responsive-sp .lineupMainImg .box {
	display: block;
	width: 100%;
}

/*----------------------------------------------------
	外形図最大幅追加
----------------------------------------------------*/
.lineupMainImg .box.t-min {
	width: 29.9%;
}
.lineupMainImg .box.m-min {
	width: 24.5%;
}
.lineupMainImg .box.o-max {
	width: 45.6%;
}

/*----------------------------------------------------
	過去製品一覧ページ /business/solar/lineup/finished-list/ 2025.11 Add
----------------------------------------------------*/
.finishedList {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.finishedList > li {
	font-size: 1.25em;
	width: 49%;
	margin-right: 2%;
	margin-top: 1.5em;
	padding-left: 1.25em;
	background-image: url("/products/common/images/chevron-right-solid.svg");
	background-repeat: no-repeat;
	background-position: left 0.1em;
	background-size: 1em;
	box-sizing: border-box;
}
.finishedList > li:nth-child(2n) {
	margin-right: 0;
}
.finishedList > li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* 上記以外の製品をみる */
.moreLink {
	text-align: center;
	font-size: 1.1em;
}
.moreLink > a {
	color: #000;
	text-decoration: none;
	padding-left: 1em;
	background-image: url("/products/common/images/chevron-right-solid.svg");
	background-repeat: no-repeat;
	background-position: left 0.3em;
	background-size: auto .8em;
}
.section + .moreLink {
	margin-top: 2em;
}
/* --- SP --- */
body.responsive-sp .finishedList {
	width: 90%;
}
body.responsive-sp .finishedList > li {
	font-size: 1em;
}
@media (hover: hover) {
	.finishedList > li a:hover,
	.moreLink > a:hover {
		text-decoration: underline;
	}
}

/*----------------------------------------------------
	太陽電池モジュール＜NU-435KB＞NEW /business/solar/lineup/substance/nu-435kb.html 2025.11 Add
----------------------------------------------------*/
.featureListTtl {
	background-color: #295e71;
	color: #fff;
	width: fit-content;
	padding: 0.25em 0.5em;
	font-size: 1.15em;
	line-height: 1.2;
	vertical-align: bottom;
	margin-bottom: 0.5em;
}
.dent {
	text-indent: -1em;
	padding-left: 1em
}

/* PC */
@media print, screen and (min-width: 768px) {
	.pcW60per {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*----------------------------------------------------
	太陽電池モジュール＜NB-D450B＞NEW /business/solar/lineup/substance/nb-d450b.html 2025.11 Add
----------------------------------------------------*/
/* PC */
@media print, screen and (min-width: 768px) {
	.lineupMainImg.t-o-2col .box:first-child {
		width: calc(100% / 3);
	}
	.lineupMainImg.t-o-2col .box:nth-child(2) {
		width: calc(100% - (100% / 3));
	}
	.lineupMainImg.value-1col {
		display: flex;
		justify-content: center;
	}
	.lineupMainImg.value-1col > p {
		margin: 0 10px;
	}
	.lineupMainImg + .lineupMainImg {
		margin-top: 45px;
	}
}
/* SP */
body.responsive-sp .clearfix .imgR.spNoFloat {
	float: none !important;
	margin-left: 0 !important;
	width: 100%;
	text-align: center;
}

