/********************************************
============================================
*
*	過積載太陽光キットランディングページ専用CSS
* 	gc.kawakata調整ver。
*
============================================
********************************************/


/***************************************
*
*	common
*
***************************************/




body{
	font: 16px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	background: #fff repeat-x top;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight:bold;
	    text-align: justify;
}
li { list-style:none; }
a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #000;
}
a:hover {
	opacity: 0.5;
	text-decoration:none;
}

.contents{
	width:100%;
	}
	
.contents-gray{
	width:100%;
	background:#fafafa!important;
	padding-bottom: 128px;
	}	

.center-contents{
	max-width:1000px;
	margin:0 auto;
	}
	
img{
	width:100%;	
	}	
table {
    border-collapse: collapse;
	}
.simulation h2,
.option h2,
.phonosolar h2,
.kasekisai h2 {
    font-size: 1.28rem;
    margin-bottom: 40px;
	text-align:center
}

/***************************************
*
*	header
*
***************************************/

header{
	max-height:68px;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px #f2f2f2 solid;
	max-width:1600px;
	margin:1.1% auto 0;
	}

header h1 img{
	max-height:37px;
	}	
	
header .left{
	overflow:hidden;
	margin-top:0.3%;
	float:left;
	    width: 60%;
	}
	
header .left li{
	float:left;
	}

header .left li:first-child{
	}

header .left li:last-child{
	font-size: 0.81rem;
	line-height:16px;
	font-weight:normal;
	margin-top:0.4%;
	margin-left:2%;
	}
	
header .left .text-style01{
	color:#d30000;
	}
	
header .right{
	float:right;
	text-align:right;
	margin-top: 0.3%;
	    width: 40%;
	}
	
header .right img{
	display:inline-block;
	float:left;
	}	
	
header .right .tel img{
	width: 42.4%;
	}	
	
header .right .contact img{
	margin-left:2%;
	width: 50.1%;
	}


/*------------------------
	画面の横幅が1115px(タブレット)以下
------------------------*/
@media screen and (max-width: 1115px){	
	
}



/*------------------------
	画面の横幅が767px(タブレット)以下
------------------------*/
@media screen and (max-width: 767px){	
	header{
	display:none;
	}
}
			
	
/***************************************
*
*	gnav
*
***************************************/
	
.bg{
	width:100%;
	background-color:#fff;
	box-shadow:0px 6px 14px -7px #000;
	-moz-box-shadow:0px 6px 14px -7px #000;
	-webkit-box-shadow:0px 6px 14px -7px #000;
	}

.gnav{
	clear:both;
	overflow:hidden;
	width:100%;
	background-color:#FFFFFF;
	max-width:1000px;
	margin:0 auto;
	font-size:0.75rem;
	}

.gnav li{
	float:left;
	/*margin-right:0.4%;
	width: 24%;*/
	width: calc(100% / 3 - 4px);
	height:64px;
	border-bottom:3px solid #0085cd;
	}
.gnav li:not(:last-child) {
	margin-right: 6px;
}


.gnav li span{
	color:#0085cd;
	}

.inbox{
	overflow:hidden;
	padding-top:3%;
	}
	
.inbox li{
	float:left;
	line-height:15px;
	}

.inbox .left{
	width:19.7%!important;
	margin-right:2%!important;
	}

.inbox .right{
	width:78%!important;
	padding-top:1%;
	/*letter-spacing: -1px;*/
	font-size: 120%;
	}

/*------------------------
	画面の横幅が915pxまで
------------------------*/
@media screen and (max-width: 915px){	
	.inbox li{
	font-size: 0.62rem;
	}
}

/*------------------------
	画面の横幅が767px(タブレット)以下
------------------------*/
@media screen and (max-width: 767px){	
	.pc{
	display:none;
	}
}


/*===============================
	nav　タブレット以下用
===============================*/
nav.tab-nav {
	display: none;
	font-weight: 700;
	background: #0085cd;
	padding: 10px 0;
}
 nav.tab-nav .panel ul li {
	border-bottom: 1px dashed #005e33;
	text-align: center;
}
nav.tab-nav .panel ul li:first-child {
	line-height: 20px;	
	font-size: 60%;
	font-weight: 301;
	color: #fff;
	padding-bottom: 10px;
}
nav.tab-nav .panel ul li:first-child p {
	width: 210px;
	margin: 0 auto 10px;

}

nav.tab-nav .panel ul li:last-child {
	border-bottom: none;
}
nav.tab-nav .panel ul li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
}
nav.tab-nav .panel ul li a span span {
	display: inline-block;
	height: 20px;
}
nav.tab-nav+span.tab-arrow {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 22px 0 22px;
    border-color: #007f13 transparent transparent transparent;
    margin: 0 auto;
	position:relative;
}
/*20170717 ドロワー用*/
.sp-header {
	display: none;
}
/*------------------------
	画面の横幅が767pxまで
------------------------*/
@media screen and (max-width: 767px){
	nav.pc-nav {
			display: none;
		}
	nav.tab-nav {
			display:block;
		}
	nav.tab-nav+span.tab-arrow {
			display: block;
	}
	/*20170717 ドロワー用*/
	.sp-header {
		display: block;
		background: #0085cd;
		position: relative;
		top: 0;
		height: 60px;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		background-color: #fff;
	}
	.sp-header .logo_area {
		position: fixed;
		background: #0085cd;
		width: 100%;
		z-index: 9996;
	}
	.sp-header .logo_area span.logo {
		display: block;
	    width: 200px;
	    height: 45px;
	    margin: 0 auto;
	    font-size: 0;
	    padding-top: 15px;
	}
	.sp-header .logo_area span.logo img {
		font-size: 30px;
    	display: inline-block;
	}
	.drawer-nav {
		background: #0085cd;
		color: #fff;
		z-index: 9998;
		width: 10.25rem;
	}
	.drawer-nav a {
		color: #fff;
	}
	.drawer-nav a:hover {
		color: #fff;
	    opacity: .6;
	    text-decoration: none;
	}
	.drawer-overlay {
	    background-color: rgba(0,0,0,0.45);
	    z-index:  9997;
	}
	.drawer-hamburger {
	    z-index: 9999;
	}
	ul.drawer-menu li:not(:last-child) {
	    border-bottom: 1px dotted #48a1cc;
	}
	ul.drawer-menu li:not(:last-child) a {
	    font-size: 80%;
	    line-height: 16px;
	    letter-spacing: 0;
	}
	ul.drawer-menu li:last-child {
		text-align: center;
		line-height: 20px;
		padding: 12px;
	}
	ul.drawer-menu li:last-child span.tellink strong {
		display: block;
	    font-size: 107%;
	    margin-bottom: 15px;
	}
	ul.drawer-menu li:last-child a.contact_link {
	    padding: 0 0 0 38px;
	    text-align: left;
	}
	ul.drawer-menu li:last-child a:last-child {
	    background: url(../img/sekou-lp/svg/email_b.svg) no-repeat left;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 10.25rem;
	}
	ul.drawer-menu li strong.drawer-brand+span {
	    font-size: 45%;
	    color: #fff;
	    display: inline-block;
	    margin: 0 12px 12px;
	    line-height: 13px;
	    letter-spacing: 0.5px;
	}
}



/***************************************
*
*	mainimage
*
***************************************/


#mainimage{
	clear:both;
	text-align: center;
	background-color: #ebeaeb;
	width:100%;

	}
#mainimage .first-view_bg1 {
	height: 0;
	background: url(../img/kasekisai-lp/mainimage8.jpg) 0 0 no-repeat;
	background-size: contain;
	padding-top: 32.3%;
}
	
#mainimage img {
	max-width:1400px;
	}

/*------------------------
	画面の横幅が767pxまで
------------------------*/
@media screen and (max-width: 767px){	
	#mainimage{
	/*margin-top:-1.4%;*/
	position: relative;
	top: 0;
	}
}

/*------------------------
	画面の横幅が414pxまで
------------------------*/
@media screen and (max-width: 414px){	
	#mainimage{
	margin-top: -2.6%;
	}
}


/*------------------------
	画面の横幅が375pxまで
------------------------*/	
@media screen and (max-width: 375px){	
	#mainimage{
	margin-top: -3%;
	}
}
	
/*------------------------
	画面の横幅が320pxまで
------------------------*/	
@media screen and (max-width: 375px){	
	#mainimage{
	margin-top: -3.3%;
	}
}
	
/***************************************
*
*	belt
*
***************************************/	
	

#belt{
	height:70px;
	background:url(../img/kasekisai-lp/bgimage01.png) repeat-x;
	text-align:center;
	color:#FFFFFF;
	position:relative;
	}

.radius02{
	/*border-radius: 30px;
	padding:12px 10px;
	background-color:#0085cd;
	color:#FFFFFF;
	text-align:center;
	font-size:156.25%;
	min-width: 26%;*/
	position:absolute;
	top:-40%;
	left:0;
	right: 0;
	margin:0 auto;
	width: 530px;
	/*box-shadow:3px 3px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:3px 3px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:3px 3px 2px 0px rgba(0,0,0,0.3);*/
	}
	
#belt p{
	font-size:125.00%;
	padding-top: 1.7%;
	}
#belt02{
	border-top: 1px solid #164182;
	margin-bottom: 62px;
	}
#belt02:before{
	content: "";
	display:block;
	height: 3px;
	width: 15%;
	background: #164182;
	margin: 0 auto;
	}




/*------------------------
	画面の横幅が1450pxまで
------------------------*/
@media screen and (max-width: 1450px){	
	.radius02{
	}
	#belt p{
	padding-top:2.35%;
	}
	}

/*------------------------
	画面の横幅が1200pxまで
------------------------*/	
@media screen and (max-width: 1200px){	
	.radius02{
	}
	#belt p{
	padding-top:2.8%;
	}
	}
	
/*------------------------
	画面の横幅が1000pxまで
------------------------*/	
@media screen and (max-width: 1000px){	
	.radius02{
	font-size: 145.25%;
	padding: 8px 10px;
	width: 50%;
	}
	#belt p{
	padding-top: 3.5%;
	}
}	

	
	
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){	
	.radius02{
	}
	
	#belt p{
	font-size: 1.05rem;
	line-height: 22px;
	}
	}
	
/*------------------------
	画面の横幅が700pxまで
------------------------*/
@media screen and (max-width: 700px){	
	.radius02{
	font-size: 94.25%;
	padding: 0px 10px;
	top: -24%;
	width: 50%;
	}
}			
	
/*------------------------
	画面の横幅が414pxまで
------------------------*/
	
@media screen and (max-width: 415px){	
	#belt {
	height: 92px;
	background: url(../img/kasekisai-lp/bgimage01.png) repeat;
	}
	.radius02{
	width: 80%;
	top: -10%;
	font-size: 104%;
	padding: 1.5% 4.7% 0.5%;
	width: 90%
	}
	#belt p{
	font-size: 100%;
	padding-bottom: 3.3%;
	padding-top: 10%;
	line-height: 22px;
	}
}	

/*------------------------
	画面の横幅が320pxまで
------------------------*/
	
@media screen and (max-width: 320px){	
	.radius02{
	font-size: 87%;
	left: 5%;
	}
	
	#belt p{
	font-size: 93%;
	padding-bottom: 3.3%;
	padding-top: 11%;
	line-height: 22px;
	}
}
	
.allow01{
		display:block;
		margin: 0 auto;
		max-width:20px;
		}
	

/***************************************
*
*	line-up
*
***************************************/		

#line-up{
	margin-top:30px;
	width: 100%;
	margin-bottom: 70px;
	}

#line-up h2{
	font-size: 1.2rem!important;
	background: url(../img/kasekisai-lp/bgimage02.png) no-repeat center;
	color:#FFFFFF;
	text-align:center;
	margin-bottom: 9.7%;
	height:31px;
	padding-top:6px;
	width: 99%;
	}
#line-up h2 .none{
	display:none;
	}

#line-up ul.line-up-list {
	width: 1000px;
	margin: 0 auto 18px;
	}
#line-up ul.line-up-list li {
	width: calc(100% / 3 - 10px);
	width: -webkit-calc(100% / 3 - 10px);
	width: -moz-calc(100% / 3 - 10px);
	float: left;
	}
#line-up ul.line-up-list li:not(:last-child) {
	margin-right: 5px;
	}
#line-up ul+p {
	text-align: center;
	}
	
	
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#line-up{
		width: 95%;
		margin: 0 auto 70px;
		}
	#line-up ul.line-up-list {
		width: 100%;
		}
	#line-up h2 {
		font-size: 0.9rem !important;
		background-color: #fd1114;	
		background-image: none;	
	}
}
/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	#line-up h2 {
	    font-size: 1.2rem;
		line-height: 22px;
		height: 20%;
		padding-bottom: 2%;
		padding-bottom: 1%;
		margin-bottom: 3%;
		}
	#line-up h2 .none{
		display: block;
		}
	#line-up ul.line-up-list li:nth-child(2) {
		border-right:1px solid #e6e6e6;
	}


}
/*===============================
	products
===============================*/
.center-contents .products {
	/*border: 1px solid #e6e6e6; */
	margin-bottom: 123px;
    width: 100%;
	}
.center-contents .products .product-contents {
	border: 1px solid #e6e6e6;
	}
.center-contents #product01,
.center-contents #product02,
.center-contents #product03,
.center-contents #product04 {
	padding-top: 100px;
	margin-top: -100px;
	}
.center-contents .products h3 {
	background: #66a3c3;
	padding: 18px 0;
	text-align: center;
	}
.center-contents .products h3 .radius03 {
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: inline-block;
	height: 40px;
	line-height: 45px;
	padding: 0 20px;
	margin-bottom: 15px;
	color: #fd1114;
	}
.center-contents .products h3 .radius03 b {
	font-size: 170%;
	display: block;
	float:right;
	}
.center-contents .products h3 .kit-name {
	color: #fff;
	font-size: 140%;
	line-height: 40px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	}
.center-contents .products h3 .kit-name strong {
	display: block;
	font-size: 160%;
	}
.center-contents .products h3 .kit-name strong br {
	display: none;
}
.center-contents .products h3 .kit-name strong b {
	font-size: 70%;
	}
.center-contents .products h3+p.b-arrow {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 22px;
    border-color: #66a3c3 transparent transparent transparent;
    margin: 0 auto 22px;
	}
.center-contents .products .content01,
.center-contents .products .content02 {
	padding: 0 39px;
	}
.center-contents .products .content02 {
	margin-bottom: 20px;
	}
.center-contents .products .content01 .left {
	float: left;
	width:47%;
	}
.center-contents .products .content01 .right {
	float: right;
	width:50%;
	}
.center-contents .products .content01 .right p {
	margin-bottom: 20px;
	font-size: 14px;
    font-weight: normal;
	line-height: 18px;
	}
.center-contents .products .content01 .right ul.icon {	
	margin-bottom: 20px;
	}
.center-contents .products .content01 .right ul.icon li {
	float: left;
	color: #fff;
	background: #0085cd;
	height: 28px;
	line-height: 28px;
	font-size: 0.7rem;
	margin-right: 10px;
	padding: 0 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
.center-contents .products .content01 .right ul.icon+p {
	line-height: 20px;
	font-size: 0.88rem;
    margin-bottom: 20px;
}
.center-contents .products .content01 .right table {
    border: #e6e6e6 1px solid;
    text-align: center;
    width: 100%;
	margin-bottom: 5px;
}
.center-contents .products .content01 .right table tr {
    height: 41px;
	}
.center-contents .products .content01 .right table th {
    background-color: #fd1114;
	color: #fff;
    border: #fd1114 3px solid;
    font-size: 18px;
	}
.center-contents .products .content01 .right table td {
    border: #fd1114 3px solid;
    font-size: 1.06rem;
	}
.center-contents .products .content02 table.set .border-bottom td {
    border-bottom: #0085cd 3px solid;
    z-index: 0;
}
.center-contents .products .content02 ul.tab li {
	float: left;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-top: 4px solid #0085cd;
	border-bottom: none;
	height: 38px;
	line-height: 38px;
	width: 182px;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	}
.center-contents .products .content02 ul.tab li:hover {
	opacity: 0.8;
}
.center-contents .products .content02 ul.tab li.select-a,
.center-contents .products .content02 ul.tab li.select-b,
.center-contents .products .content02 ul.tab li.select-c,
.center-contents .products .content02 ul.tab li.select-d {
	background: #fff;
	}
.center-contents .products .content02 ul.tab-content li.hide {
    display: none;
}
.center-contents .products .content02 table.set {
    border: #e6e6e6 1px solid;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.center-contents .products .content02 table.set tr {
    height: 28px;
    width: 100%;
}
.center-contents .products .content02 table.set th {
    border: #e6e6e6 1px solid;
    font-size: 1.06rem;
    height: 203px;
    width: 228px;
}
.center-contents .products .content02 table.set td {
    border: #e6e6e6 1px solid;
    font-size: 0.9rem;
    font-weight: normal;
    z-index: 1;
    word-wrap: break-word;
    word-break: break-all;
	line-height: 20px;
	padding: 10px 0;
}
.center-contents .products .content02 table.set td a {
	display:block;
}
.center-contents .products .content02 table.set td a img.outsite-icon {
	width: 86px;
}
.center-contents .products .content02 table.set th img.sola1 {
    max-width: 72px;
}
.center-contents .products .content02 table.set th img.sola2 {
    max-width: 64px;
}
.center-contents .products .content02 table.set th img.sola3 {
    max-width: 55px;
}
.center-contents .products .content02 table.set th img.power1 {
    max-width: 81px;
}
.center-contents .products .content02 table.set th img.power2 {
    max-width: 140px;
}
.center-contents .products .content02 table.set th img.power3 {
    max-width: 140px;
}
.center-contents .products .content02 table.set th img.power4 {
    max-width: 150px;
}
.center-contents .products .content02 table.set th img.kadai {
    max-width: 171px;
}
.center-contents .products .content02 table.set th img.sonota {
    max-width: 136px;
}
.center-contents .products .content02 table.shiyou {
    width: 100%;
    text-align: center;
    height: 250px;
    border-top: #e6e6e6 1px solid;
}
.center-contents .products .content02 table.shiyou tr.border {
    border-top: #e6e6e6 1px solid;
}
.center-contents .products table.shiyou th {
    background: #f2f2f2;
    height: 41px;
	margin-right: 1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.center-contents .products table.shiyou td {
    height: 41px;
	margin-right: 1px;
	border-right: 1px solid #fff;
	background: #fafafa;
	border-bottom: 1px solid #fff;
}
.center-contents .products table.shiyou+p.shiyou-text {
    font-size: 0.8rem;
    color: #4d4d4d;
}
.center-contents .products table.shiyou+p.shiyou-text span {
    color: #0085cd;
}
.center-contents .products .content02 p.set-text {
    background: #fafafa;
    color: #000000;
    font-size: 87.50%;
    font-weight: normal;
    text-align: left;
    padding-left: 8px;
    padding-top: 2%;
    line-height: 22px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.content02 p.set-text span {
    color: #0085cd;
}

.contact-belt .caption {
    background: url(../img/kasekisai-lp/contact-beltimage.png) no-repeat center;
    max-width: 518px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 0 0;
    color: #fd1114;
}
.contact-belt .banner {
    overflow: hidden;
    background: #f2f2f2;
    width: 100%;
}
.contact-belt .banner li {
    float: left;
}
.banner-left {
    width: 48%;
    margin-right: 2%;
}
.banner-right {
    width: 48%;
}
.contact-belt .banner li:first-child img {
    width: 100%;
}
.contact-right {
    overflow: hidden;
    width: 100%;
}
.contact-right li:first-child {
    padding-top: 1.25%;
    margin-right: 4.22%;
    width: 65%;
}
.contact-right li:last-child {
    padding-top: 2%;
    float: right;
}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.center-contents .products {
		width: 95%;
		margin: 0 auto 123px;
		}
	.contact-right li:last-child {
	    padding-top: 0.5%;
	    width: 25%;
	}
}
/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	.center-contents .products .content01 .left,
	.center-contents .products .content01 .right {
		float: none;
		width: 100%;
	}
	.center-contents .products .content01 .left {
		margin-bottom: 50px;
		}
	.center-contents .products .content01 .right {
		position: relative;
		overflow: hidden;
		}
	.center-contents .products .content01 .right ul.icon {
		position: relative;
		float: left;
		left: 50%;
		}
	.center-contents .products .content01 .right ul.icon li {
		position: relative;
		left:-50%;
		margin-bottom: 10px;
		}
	.center-contents .products .content01 .right ul.icon+p {
		clear: both;
		}
	.contact-belt .caption {
		font-size: 0.9rem;
		background: #e7f42c;
		margin: 0px;
		padding: 5px 10px;
		line-height: 18px;
		letter-spacing: 0;
		}
	.center-contents .products .content02 ul.tab li {
		width: 120px;
		}
	.center-contents .products h3 .kit-name {
		font-size: 100%;
	}
	.center-contents .products h3 .kit-name strong {
		font-size: 120%;
		line-height: 24px;
	}
	.center-contents .products h3 .kit-name strong br {
		display: block;
	}
	.center-contents .products .content01,
	.center-contents .products .content02,
	.contact-belt {
		padding: 0;
		width: 87%;
		margin: 0 auto;
		}
	.contact-belt {
		margin-bottom: 10px;
	}
	.contact-belt .banner li {
		float: none;
	}
	.banner-left,
	.banner-right,
	.contact-right li:first-child {
		width: initial;
		margin: 0;
	}
	.banner-left {
		padding: 15px;
	}
	.banner-right {
			padding: 0 15px 15px;
	}
	.banner-right .contact-right li {
		padding: 0;
	}
	.contact-right li:first-child {
		margin: 0 auto 5px;
	}
	.contact-right li:last-child {
		margin: 0 auto;
		width: 82px;
	}
}
/***************************************
*
*	売電シミュレーション
*
***************************************/
.simulation {
    padding-top: 45px;
}
.simulation h2{
    font-size: 1.2rem!important;
    background: url(../img/kasekisai-lp/bgimage02.png) no-repeat center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px;
    height: 31px;
    padding-top: 6px;
    width: 99%;
	}
.simulation h2+p{
	width: 762px;
	margin: 0 auto 30px;
	}
.simulation .tab-box {
	position: relative;
	overflow: hidden;
	}
.simulation ul.nav-tab {
	position: relative;
	float: left;
	left: 50%;
	top: 1px;
	}
.simulation ul.nav-tab li {
	position: relative;
	float:left;
	left: -50%;
	}
.simulation ul.nav-tab li a {
	font-size: 68.75%;
	line-height: 12px;
	text-align:left;
	padding: 10px 0 10px 80px;
	margin-right: 3px;
	border-top: 4px solid #0085cd;
	width: 165px;
	background: #fff;
	letter-spacing: 0px;
	display: block;
	}
.simulation ul.nav-tab li a span.sp-nav_name{
	display:none;
	}
.simulation ul.nav-tab li strong a {
	color: #0085cd;
	display:block;
	}
.simulation ul.nav-tab li a span.pc-nav_name strong{
	display: block;
	color:#0085cd;
	}
.simulation ul.nav-tab li a span.pc-nav_name em {
	font-size: 130%;
	font-weight: bold;
}
.simulation ul.nav-tab li a span.pc-nav_name strong b{
	font-size: 150%;
	}
.simulation ul.nav-tab li:first-child a {
	background:#e6e6e6 url(../img/kasekisai-lp/gnav01-04.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(2) a {
	background:#e6e6e6 url(../img/kasekisai-lp/gnav02-03.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(3) a {
	background:#e6e6e6 url(../img/kasekisai-lp/gnav03-04.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(4) a{
	background:#e6e6e6 url(../img/kasekisai-lp/gnav04.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:first-child.select-kit a {
	background:#fff url(../img/kasekisai-lp/gnav01-04.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(2).select-kit a {
	background:#fff url(../img/kasekisai-lp/gnav02-03.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(3).select-kit a {
	background:#fff url(../img/kasekisai-lp/gnav03-04.png) no-repeat 6px 7px;
	}
.simulation ul.nav-tab li:nth-child(4).select-kit  a{
	background:#fff url(../img/kasekisai-lp/gnav04.png) no-repeat 6px 7px;
	}
.simulation ul.content-kit li.hide {
	display: none;
}
.simulation .sample {
	background: #fff;
	padding: 40px;
	}
.simulation .sample h3 {
	font-size: 24px;
	margin: 40px 30px;
	position: relative;
	color: #0085cd;
	}
.simulation .sample h3 span b{
	display: block;
	font-size: 17px;
	line-height: 23px;	
	}
.simulation .sample h3 span strong{
	font-size: 24px;
	display: block;
	position:absolute;
	top: 10px;
	left: 35px;
	}
.simulation .sample h3 span strong span{
	font-size: 140%;
	letter-spacing: -2px;
	color: #000;
	}
.simulation .sample h3 span strong em {
	font-size: 200%;
	}
.simulation .sample h3:before {
	content: "";
	display: block;
	width: 20px;
	height: 8px;
	background: #0085cd;
	margin-right: 15px;
	float: left;
	margin-top: 18px;
	}
.simulation .sample .case h4 {
	color: #fff;
	background: #fd1114;
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
	padding: 10px 0;
	}
.simulation .sample .case span {
	color: #0085cd;
	}
.simulation .sample .case table {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-bottom: 35px;
	}
.simulation .sample .case table+p {
	font-size: 12px;
	text-align: right;
	color: #666;
	margin-bottom: 35px;
	line-height: 18px;
	}
.simulation .sample .case table:nth-of-type(2),
.simulation .sample .case table:nth-of-type(3) {
	margin-bottom: 0;
	}
.simulation .sample .case table tr th {
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	background: #f4a300;
	color: #fff;
	text-align: center;
	font-size: 87.5%;
	letter-spacing: 0;
	}
.simulation .sample .case table tr td {
	border-left: 1px solid #e6e6e6;
	text-align: center;
	font-size: 112.5%;
	}
.simulation .sample .case:nth-child(2) table tr td {
	font-size: 76.5%;
	letter-spacing: 0;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
.simulation .sample .case table.simulation-t1 tr td {
	text-align: left;
	padding-left:1em;
	}
.simulation .sample .case+p {
	font-size: 81.25%;
	font-weight: normal;
	line-height: 17px;
	}
/*#simulation-b,
#simulation-c,
#simulation-d {
	display: none;
	}*/
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.simulation h2{
		font-size: 0.9rem !important;
		background-color: #fd1114;
		background-image: none;
		}
	.simulation h2+p{
		width: 95%;
		}
}
/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	.simulation {
		width: 95%;
		margin: 45px auto 0;
		padding-top: 100px;
		/*position: relative;
		overflow:hidden;*/
		}
	.simulation h2{		
		font-size: 1.2rem;
		line-height: 22px;
		height: 20%;
		padding-bottom: 2%;
		padding-bottom: 1%;
		margin-bottom: 3%;
		}
/*	.simulation ul.nav-tab {
		position: relative;
		float: left;
		left: 50%;
		margin-bottom: 50px;
		}
	.simulation ul.nav-tab li {
		position: relative;
		left: -50%;
		float: left;
		}*/
	.simulation ul.nav-tab li a {
		padding: 10px;
		width: 50px;
		height: 57px;
		border: 1px solid #e6e6e6;
		border-top: 4px solid #0085cd;
		}
	.simulation ul.nav-tab li a span.pc-nav_name{
		display:none;
		}
	.simulation ul.nav-tab li a span.sp-nav_name{
		display: block;
		padding-top: 45px;
		text-align: center;
		}
	/*.simulation ul.nav-tab li:first-child a {
		background-position:-1px 7px;
		}
	.simulation ul.nav-tab li:nth-child(2) a {
		background-position:1px 7px;
		}
	.simulation ul.nav-tab li:nth-child(3) a {
		background-position:1px 7px;
		}
	.simulation ul.nav-tab li:last-child a {
		background-position:3px 7px;
		}*/
	.simulation .sample h3 {
		margin: 40px 0;
	}
	.simulation .sample h3 span strong span {
		display: block;
		font-size: 100%;
	}
	.simulation .sample h3:after {
		margin-bottom: 30px;
	}
	.simulation .sample h3:before {
		display: none;
	}
	.simulation .sample h3 span strong {
		position: initial;
	}
	.simulation .sample h3 span strong em {
		font-size: 100%;
	}
	.simulation .sample {
		padding: 40px 15px;
	}
}
/***************************************
*
*	オプションサービス
*
***************************************/
.option {
	padding-bottom: 128px;
	}

.option table {
	border: 1px solid #e6e6e6;
	width: 100%;
	}
.option table tr th{
	border: 1px solid #e6e6e6;
	background: #fafafa;
		text-align: center;
	}
.option table tr td{
	border: 1px solid #e6e6e6;
		text-align: center;
	}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.option {
		padding: 0 40px 128px;
		}
}
/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	.option {
		padding: 0 40px 128px;
	
		}
	.option table tr th,
	.option table tr td{
		display: block;
		}
	.option table tr td {
		text-align:left;
		}
	.option table tr td span{
		display:block;
		text-align: right;
	}

}
/***************************************
*
*	フォノソーラーについて
*
***************************************/
#phonosolar {
	padding-top: 40px;
	}
.phonosolar .content-box {
    background-color: #FFFFFF;
    overflow: hidden;
    font-size: 0.9rem;
    padding-top: 35px;
}
.phonosolar .content-box .left h4 {
    margin-bottom: 20px;
    max-width: 214px;
}
.phonosolar .content-box .left p.caption {
    font-size: 1.25rem;
    line-height: 30px;
}
.phonosolar .content-box .left p.caption span {
    color: #0085cd;
}
.phonosolar .content-box .left p {
    margin-bottom: 20px;
    line-height: 21px;
}
.phonosolar .content-box{
	background-color:#FFFFFF;
	overflow:hidden;
	padding-left:4%;
	padding-right:4%;
	font-size: 0.9rem;
	}
.phonosolar .content-box .left {
    float: left;
    margin-right: 6%;
    width: 64%;
}
.phonosolar  .content-box p.pdf a img {
	float: right;
	width: 32.5%;
	margin-left: 15px;
	}
.phonosolar  .content-box p.pdf span {
	display: block;
	float:left;
	width: 63.6%;
	}
.phonosolar  .content-box p.pdf strong {	
	display: block;
	color: #0085cd;
    background: url(../img/kasekisai-lp/allow02.png) no-repeat right;
    padding-right: 15px;
    margin-right: -9px;
    display: block;
    text-align: right;
    line-height: 18.6px;
}
.phonosolar .content-box .right {
    float: left;
    width: 30%;
}
.phonosolar .content-box .right img {
    max-width: 269px;
}
.performance-list {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.performance-list li {
    float: left;
    width: 164px;
    margin-right: 3.7%;
    line-height: 21px;
    width: 17%;
}
.performance-list li img a {
    margin-bottom: 10px;
}
.performance-list li span {
    color: #0085cd;
    font-size: 1.05rem;
}
.performance-list li:last-child {
	margin-right: 0;
	}
.radius04 {
    clear: both;
    border-radius: 30px;
    padding: 7px 10px 7px;
    background-color: #0085cd;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.25rem;
    margin: 0 auto 30px;
    width: 71%;
}
.radius04 br {
	display: none;
}
.phonosolar .content-box p.pdf a strong { 
	display: none;
}
.phonosolar .product_pdf li {
	width: calc(100% / 3 - 10px);
	width: -webkit-calc(100% / 3 - 10px);
	width: -moz-calc(100% / 3 - 10px);
	float: left;
	line-height: 18px;
	text-align: center;
}
.phonosolar .product_pdf  {
	margin-bottom: 50px;
}
.phonosolar .product_pdf li:not(:last-child) {
	margin-right: 15px;
}
.phonosolar .product_pdf li a {
	display: block;
	background: #0085cd;
	color: #fff;
	padding: 3px 0;
	margin-top: 3px;
}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.phonosolar .content-box {
		width: 87%;
		margin: 0 auto;
		}
}

/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	.phonosolar .content-box .right {
		display: none;
		}
	
	.phonosolar .content-box .left {
		margin-right: 0;
		width: 100%;
		padding: 0;
		}
	.phonosolar  .content-box p.pdf a img {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.phonosolar  .content-box p.pdf span {
		float: none;
		width: 100%;
		}
	.phonosolar  .content-box p.pdf strong {
		display: none;
		}
	.phonosolar  .content-box p.pdf a strong { 
		display: block;
		background: none;
		text-align:center;
		margin-bottom: 10px;
		}
	.performance-list {
		padding: 20px 40px 0;
		}
	.performance-list li {
		width: 48%;
		margin-bottom: 20px;
		text-align: left;
		letter-spacing: 0;
		}
	.performance-list li:nth-child(even) {
		margin-right:0;
		}
	.performance-list li span {
		display: block;
		}
	.performance-list li br {
		display: none;
		}
	.phonosolar .product_pdf li {
		float: none;
		width: 100%;
	}
	.phonosolar .product_pdf li:not(:last-child) {
		margin-right: 0;
	}
	.phonosolar .product_pdf li img {
		width: initial;
	}
	.phonosolar .product_pdf li a {
		display: inline-block;
		padding: 3px 10px;
		margin-bottom: 50px;
	}
	.radius04 br {
		display: block;
	}
	.phonosolar .product_pdf {
		margin-bottom: 0;
	}
}
/***************************************
*
*	インフォメーションエリア
*
***************************************/

.info-area {

}
.info-area .left {
	float: left;
	width: 50%;
	}
.info-area .left p.info-img_bg {
    background: url(../img/kasekisai-lp/counselimage01.png) no-repeat 50% 50%;
    background-size: cover;
    /*padding-top: 40%;*/
    width: 100%;
	height: 320px;
	}
.info-area .right {
	float: right;
	width: 50%;
	}
.info-area .right .info-text {
	padding:40px 0 0 40px;
	}
.info-area .right h4 {
	font-size: 125%!important;
    margin-bottom: 15px;
	}
.info-area .right .square {
    background: #0085cd;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 297px;
    font-size: 125%!important;
    font-weight: bold!important;
}
.info-area .right span {
    display: inline-block;
    margin-bottom: 15px;
    color: #0085cd;
}
.info-area .right p {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 20px;
}
.info-area .right span+p {
	width: 550px;
	letter-spacing: 0;
	}
.info-area .right .sp_square {
		display: none;
	}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.info-area .left,
	.info-area .right {
		float: none;
		width:100%;
		}
	.info-area .right .info-text {
		padding: 20px 40px;
	}
	.info-area .right span+p {
	    width: inherit;
		}
	.info-area .right h4 {
		text-align: center;
		}
	.info-area .right .square {
		margin: 0 auto 15px;
		}
	.info-area .right span {
		display: block;
		text-align: center;
		}
}
/*------------------------
smart.css 画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px) {
	.info-area .right .sp_square {
		display: block;
		width: initial;
		text-align: center;
		line-height: 26px;
	}
	.info-area .right .pc_square {
		display: none;
	}
}
/***************************************
*
*	産業用太陽光発電システムの過積載とは？
*
***************************************/
.kasekisai {
	padding-top: 40px;
	}
.kasekisai .left {
    float: left;
    width: 52.2%;
    text-align: left;
    line-height: 21px;
    margin-right: 4.5%;
}
.kasekisai .left span {
    color: #0085cd;
    font-size: 125%;
    display: inline-block;
    margin-bottom: 2.88%;
}
.kasekisai .left p {
	font-weight: normal;
	font-size: 87.55%;
	letter-spacing: 0;
	}
.kasekisai .right {
    float: left;
    width: 42.8%;
}
.kasekisai-text p {
	margin-bottom: 20px;
	}
.kasekisai-text p.why-kasekisai {
	padding: 20px;
	background: #f2f2f2;
	font-size: 80%;
	margin-bottom: 0;
	}
.kasekisai-text p.why-kasekisai strong {
	display: block;
	}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	.kasekisai {
		padding: 40px 40px 0;
	}
	.kasekisai .left,
	.kasekisai .right {
		float: none;
		width: 100%;
		}
	.kasekisai .left {
		margin-bottom: 30px;
		}
	.kasekisai .left span {
		display: block;
		text-align: center;
		}
}
/***************************************
*
*	こちらの製品に関するお問い合わせ・ご購入はコチラから
*
***************************************/
.contact-belt {
	padding: 68px 0 0;
	}
.belt2 {
	padding: 68px 0;
	}
/*------------------------
tablet.css 画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){	
	/*.contact-belt {
		padding: 68px 40px;
		}*/
}
/***************************************
*
*	footer
*
***************************************/
footer {
	background: #0085cd;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	font-size: 88.88888888888889%;
	margin-bottom: -128px;
}
footer p:nth-of-type(1) {
	width: 350px;
	margin: 0 auto 30px;;
}
footer p:nth-of-type(2) {
	margin-bottom: 50px;
}
footer p:nth-of-type(2) a {
	color: #fff;
}
footer p:nth-of-type(2) a:after {
	content: url("../img/lp/svg/new-window.svg");
	padding-left: 10px;
}
footer p:nth-of-type(3) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #4c9fcc;
}
/*------------------------
	画面の横幅が792pxまで
------------------------*/

@media screen and (max-width: 792px) {
	footer p:nth-of-type(3) br {
		display: none;
	}
}
/*------------------------
	画面の横幅が414pxまで
------------------------*/

@media screen and (max-width: 414px) {
	footer p:nth-of-type(1) {
		width: 90%;
	}
}
/***************************************
*
*	アンカートップ
*
***************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff;
    width: 70px;
	height: 70px;
	line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}


/***************************************
*
*	固定グロナビ
*
***************************************/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/***************************************
*
*	clearfix
*
***************************************/
#line-up ul:after,
.center-contents .products .content01:after,
.center-contents .products .content01 .right ul.icon:after,
.center-contents .products .content02 ul.tab:after,
.simulation ul.nav-tab:after,
.phonosolar  .content-box p.pdf:after,
.info-area:after,
.kasekisai:after,
.simulation:after,
.simulation .tab-box:after,
.simulation .sample h3:after,
.phonosolar .product_pdf:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
