/********************************************
============================================
*
*	ソーラーシェアリング架台ランディングページ専用CSS
*
============================================
********************************************/

body{
	font: 18px 'Noto Sans Japanese', "游ゴシック", 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:300;
	word-wrap : break-word;
	word-break:break-all;
	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;
}

img {
	width: 100%;
}
#lp-kadai .content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
/*------------------------
	画面の横幅が1280pxまで
------------------------*/
@media screen and (max-width: 1280px){
	#lp-kadai .content {
		width: 90%;
	}
}
/***************************************
*
*	header
*
***************************************/

/*===============================
	header
===============================*/
#lp-kadai #header-nav {
	z-index: 9999;
}
#lp-kadai #header-nav header {
	height: 71px;
	background: #fff;
}

#lp-kadai #header-nav header h1,
#lp-kadai #header-nav header p,
#lp-kadai #header-nav header ul li {
	float: left;
}
#lp-kadai #header-nav header ul {
	float: right;
}
/*ロゴ*/
#lp-kadai #header-nav header h1 {
	margin: 0 30px;
}
#lp-kadai #header-nav header h1 span {
	line-height: 58px;
	width: 150px;
	/*height:47px;*/
	display: inline-block;
}
/*ロゴ横コピー*/
#lp-kadai #header-nav header p span {
	height: 63px;
	display: table-cell;
	vertical-align: middle;
	font-size: 72.22222222222221%;
	line-height: 18px;
}
/*header用お問い合わせリンク*/
#lp-kadai #header-nav header ul {
	margin: 3px 30px 0 0;
}
#lp-kadai #header-nav header ul li {
	font-size: 77.77777777777779%;
	color: #0085cd;
}
#lp-kadai #header-nav header ul li a {
	display: block;
	height: 54px;
	line-height: 18px;
	/*padding-left: 60px;*/
	color: #0085cd;
}
#lp-kadai #header-nav header ul li:first-child {
	margin-right: 20px;
}
/*
#lp-kadai #header-nav header ul li:first-child a{
	background: url(../img/solarsharing-lp/svg/icon-tel_s.svg) no-repeat left;

}
#lp-kadai #header-nav header ul li:nth-child(2) a{
	background: url(../img/solarsharing-lp/svg/icon-mail_s.svg) no-repeat left;
}
*/
#lp-kadai #header-nav header ul li:first-child a img {
	width: 234px;
}
#lp-kadai #header-nav header ul li:nth-child(2) a img {
	width: 216px;
}
#lp-kadai #header-nav header ul li p.tel {
	line-height: 22px;
}
#lp-kadai #header-nav header ul li p.tel strong {
	font-size: 220%;
}
#lp-kadai #header-nav header ul li p.icon {
	font-size: 325%;
    margin-top: 6px;
    margin-right: 10px;
    height: 52px;
}
#lp-kadai #header-nav header ul li p.mail strong {
	font-size: 220%;
}

/*------------------------
	画面の横幅が1280pxまで
------------------------*/
@media screen and (max-width: 1280px){
	#lp-kadai #header-nav header ul li {
		font-size: 66.66666666666666%;
	}
	#lp-kadai #header-nav header ul li:first-child a img {
		display: inline-block;
		width:  204px;
	}
	#lp-kadai #header-nav header ul li:last-child a img {
		width: 182px;
	}
	#lp-kadai #header-nav header ul li:first-child {
		margin-right: 25px;
	}
}
/*------------------------
	画面の横幅が1200pxまで
------------------------*/
@media screen and (max-width: 1200px){
	#lp-kadai #header-nav header h1+p {
		display: none;
	}
	#lp-kadai #header-nav header ul li:first-child {
		margin-right: 10px;
	}
	#lp-kadai #header-nav header ul li:first-child a {
		background: url(../img/solarsharing-lp/svg/icon-tel_s.svg) no-repeat left 7px;
		height: 61px;
		margin-right: 0;
	}
}
/*------------------------
	画面の横幅が849pxまで
------------------------*/
@media screen and (max-width: 849px){
	#lp-kadai #header-nav header ul li a span {
		display: none;
	}
}
/*------------------------
	画面の横幅が769px以上(PC)
------------------------*/
@media screen and (min-width: 769px){
	#lp-kadai #header-nav {
		position: fixed;
		width: 100%;
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#lp-kadai #header-nav header {
		display: none;
	}
}

/*===============================
	nav　PC用
===============================*/
#lp-kadai #header-nav nav.pc-nav {
	height: 40px;
	font-size: 94.44444444444444%;
	font-weight: 700;
	background: #0085cd;
	position: relative;
	overflow: hidden;
	clear: both;
}
#lp-kadai #header-nav nav.pc-nav ul {
	position: relative;
	left: 50%;
	float: left;	
	height: 30px;
	margin-top: 5px;
}
#lp-kadai #header-nav nav.pc-nav ul li {
	position: relative;
	left: -50%;
	float: left;
	border-right: 1px solid rgba(225,225,225,0.3);
	padding-right: 30px;
	margin-right: 30px;
}
#lp-kadai #header-nav nav.pc-nav ul li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}
#lp-kadai #header-nav nav.pc-nav ul li a {
	color: #fff;
	display: block;
}
/*===============================
	nav　タブレット以下用
===============================*/
#lp-kadai #header-nav nav.tab-nav {
	display: none;
	font-weight: 700;
	background: #0085cd;
	padding: 10px 0;
}
#lp-kadai #header-nav nav.tab-nav .panel ul li {
	border-bottom: 1px dashed #005e33;
	text-align: center;
}
#lp-kadai #header-nav nav.tab-nav .panel ul li:first-child {
	line-height: 20px;	
	font-size: 60%;
	font-weight: 300;
	color: #fff;
	padding-bottom: 10px;
}
#lp-kadai #header-nav nav.tab-nav .panel ul li:first-child p {
	width: 210px;
	margin: 0 auto 10px;

}

#lp-kadai #header-nav nav.tab-nav .panel ul li:last-child {
	border-bottom: none;
}
#lp-kadai #header-nav nav.tab-nav .panel ul li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
}
#lp-kadai #header-nav nav.tab-nav .panel ul li a span span {
	display: inline-block;
	height: 20px;
}
/*20170717 ドロワー用*/
.sp-header {
	display: none;
}

/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#lp-kadai #header-nav nav.pc-nav {
		display: none;
	}
	#lp-kadai #header-nav nav.tab-nav {
		display:block;
	}
	/*20170717 ドロワー用*/
	.sp-header {
		display: block;
		background: #0085cd;
		position: relative;
		top: 0;
		height: 60px;
		width: 100%;
	}
	.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: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;
	}
}
/***************************************
*
*	first-view
*
***************************************/
#lp-kadai #first-view {
	margin-bottom: 47px;
}
/*------------------------
	画面の横幅が769px以上(PC)
------------------------*/
@media screen and (min-width: 769px){
	#lp-kadai #first-view {
		padding-top: 103px;
	}
}
/*===============================
	first-view_img
===============================*/
#lp-kadai .first-view_bg1 {
	background: url(../img/solarsharing-lp/main-img_bg.png) 50% 50%;
    background-size: cover;
	height: 648px;
}
#lp-kadai .first-view_bg2 {
	background: url(../img/solarsharing-lp/dotted-bg.png) repeat;
	height: 648px;
}
#lp-kadai .first-view_img p {
	width: 1200px;
	margin: 0 auto;
}
#lp-kadai .first-view_img p img.maincopy_tab {
	display: none;
}
#lp-kadai .first-view_img p img.maincopy_sp {
	display: none;
}
/*------------------------
	画面の横幅が1200pxまで
------------------------*/
@media screen and (max-width: 1200px){
	#lp-kadai .first-view {
		position: relative
	}
	#lp-kadai .first-view_img p {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#lp-kadai #first-view {
		margin-bottom: 36px;
		position: relative;
		top: -11px;
		z-index: -1;
	}
	#lp-kadai #header-nav nav.tab-nav+span.tab-arrow {
		display: block;
	}
	#lp-kadai .first-view_img p:nth-of-type(2) {
		width: 60%;
	}
	#lp-kadai .first-view_bg1,
	#lp-kadai .first-view_bg2 {
		height: 458px;
	}
	#lp-kadai .first-view_img p {
		top: 40%;
	}
	#lp-kadai .first-view_img p img.maincopy_tab {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#lp-kadai .first-view_img p img.maincopy_pc {
		display: none;
	}
}
/*------------------------
	画面の横幅が667pxまで
------------------------*/
@media screen and (max-width:667px){
	#lp-kadai .first-view_img p img.maincopy_sp {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#lp-kadai .first-view_img p img.maincopy_tab {
		display: none;
	}
	}
/*===============================
	first-view_text
===============================*/
#lp-kadai .first-view_txt {
	background: #0085cd;
	width: 100%;
}
#lp-kadai .first-view_txt+span.b-arrow {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 22px;
	border-color: #0085cd transparent transparent transparent;
	margin: 0 auto;
}
#lp-kadai .first-view_txt {
	height: 152px;
	color: #fff;
	font-size: 255.55555555555554%;
	text-align: center;
	line-height: 152px;
	font-weight: 700;
}
#lp-kadai .first-view_txt img {
	width: 927px;
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/
@media screen and (max-width: 1024px){
	#lp-kadai .first-view_txt {
		height: 110px;
		font-size: 166.66666666666669%;
		line-height: 110px;
		
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#lp-kadai .first-view_txt {
		height: 110px;
		font-size: 155.55555555555557%;
		line-height: 110px;
	}
}
/*------------------------
	画面の横幅が667pxまで
------------------------*/
@media screen and (max-width:667px){

	#lp-kadai .first-view_txt {
		height: 100px;
		font-size: 100%;
		line-height: 100px;
	}	
}
/***************************************
*
*	lp01 架台の特徴
*
***************************************/
#lp-kadai #lp01 {
	background: #edf1fb;
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 100px;
}
#lp-kadai #lp01 h2 {
	text-align: center;
	font-size: 177.77777777777777%;
	color: #0085cd;
	padding-bottom: 100px;
}
#lp-kadai #lp01 span {
	font-size: 64.58333333333334%;
}
#lp-kadai #lp01 h2 br {
	display: none;
}
#lp-kadai #lp01 .content .content-bg01 {
	height: 800px;
	background: rgba(255,255,255,0.65) url(../img/solarsharing-lp/feature-bg01.png) no-repeat 50% bottom;
	background-size: contain;
}
#lp-kadai #lp01 .content .content-bg02 {
	height: 800px;
	background: rgba(255,255,255,0.65) url(../img/solarsharing-lp/feature-bg02.png) no-repeat 50% bottom;
	background-size: contain;
}
#lp-kadai #lp01 .content .content-bg03 {
	height: 800px;
	background: rgba(255,255,255,0.65) url(../img/solarsharing-lp/feature-bg03.png) no-repeat 50% bottom;
	background-size: contain;
}
#lp-kadai #lp01 .content .content-bg01 header,
#lp-kadai #lp01 .content .content-bg02 header,
#lp-kadai #lp01 .content .content-bg03 header {
	position: relative;
	top: -60px;
}
#lp-kadai #lp01 .content .content-bg01 header p,
#lp-kadai #lp01 .content .content-bg02 header p,
#lp-kadai #lp01 .content .content-bg03 header p {
	background: #0085cd;
	color: #fff;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 305.55555555555554%;
	line-height: 114px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	margin: 0 auto 30px;
}
#lp-kadai #lp01 .content .content-bg01 header h3,
#lp-kadai #lp01 .content .content-bg02 header h3,
#lp-kadai #lp01 .content .content-bg03 header h3 {
	color: #0085cd;
	font-size: 277.77777777777777%;
	text-align: center;
}
#lp-kadai #lp01 .content .content-bg01 header h3 span,
#lp-kadai #lp01 .content .content-bg02 header h3 span,
#lp-kadai #lp01 .content .content-bg03 header h3 span {
	display: block;
	font-size: 52%;
	font-family: 'Century Gothic Bold Italic', sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 25px 0 12px;
}
#lp-kadai #lp01 .content .content-bg01 header h3:after,
#lp-kadai #lp01 .content .content-bg02 header h3:after,
#lp-kadai #lp01 .content .content-bg03 header h3:after {
	content: "";
	display: block;
	width: 177px;
	height: 5px;
	background: #0085cd;
	margin: 0 auto;
}
#lp-kadai #lp01 .content ul.icon-list {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#lp-kadai #lp01 .content ul.icon-list li {
	background: rgba(255,255,255,0.65);
	padding: 0 2.5% 2.5% 2.5%;
	border-bottom: 7px solid #0085cd;
}
#lp-kadai #lp01 .content ul.icon-list li strong {
	display: block;
	text-align: center;
	font-size: 110.00000000000001%;
	color: #0085cd;
	line-height: 30px;
	height: 85px;
}
#lp-kadai #lp01 .content ul.icon-list li span {
	display: block;
	font-size: 86.36363636363636%;
	font-weight: 300;
}
#lp-kadai #lp01 .content ul.icon-list li ul.annotation-list li {
	float: none;
	background: none;
	width: 92%;
	padding: 0 0 0 1em;
	margin: 0;
	border-bottom: none;
	font-size: 85%;
	letter-spacing: 1px;
	line-height: 27px;
	text-indent: -1em;
}
#lp-kadai #lp01 .content ul.icon-list li ul.annotation-list li:before {
	content: "※";
}
/*------------------------
	画面の横幅が768px以上
------------------------*/
@media screen and (max-width:768px){
	#lp-kadai #lp01 .content .content-bg01 header p,
	#lp-kadai #lp01 .content .content-bg02 header p,
	#lp-kadai #lp01 .content .content-bg03 header p {
		width: 80px;
		height: 80px;
		font-size: 223.555556%;
		line-height: 80px;
		margin-bottom: 15px;
	}
	#lp-kadai #lp01 .content .content-bg01 header h3,
	#lp-kadai #lp01 .content .content-bg02 header h3,
	#lp-kadai #lp01 .content .content-bg03 header h3 {
	    font-size: 210%;
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	}
	#lp-kadai #lp01 .content .content-bg01 header h3 span,
	#lp-kadai #lp01 .content .content-bg02 header h3 span,
	#lp-kadai #lp01 .content .content-bg03 header h3 span {
	    margin: 5px 0 2px;
	}
	#lp-kadai #lp01 .content .content-bg01 header+p,
	#lp-kadai #lp01 .content .content-bg02 header+p,
	#lp-kadai #lp01 .content .content-bg03 header+p {
		position: relative;
		top: -25px;
	}
}
/*------------------------
	画面の横幅が414pxまで
------------------------*/
@media screen and (max-width: 414px){
	#lp-kadai #lp01 h2 br {
		display: block;
	}
}
/*===============================
	01・コスト　02・納期
===============================*/

#lp-kadai #lp01 .content:nth-of-type(1),
#lp-kadai #lp01 .content:nth-of-type(2) {
	margin-bottom: 100px;
}
#lp-kadai #lp01 .content .content-bg01 p,
#lp-kadai #lp01 .content .content-bg02 p,
#lp-kadai #lp01 .content .content-bg03 p {
	width: 1021px;
	margin: 0 auto;
}
#lp-kadai #lp01 .content ul.icon-list li {
	float: left;
	width: 28.167%;
	font-size: 111.11111111111111%;
	line-height: 29px;
	margin: 0.25% 0.25% 0 0;
	margin-top: 3px;
	letter-spacing: -1px;

}
#lp-kadai #lp01 .content ul.icon-list li:last-child {
	margin-right: 0;
}
#lp-kadai #lp01 .content ul.icon-list li p {
	height: 96px;
	padding: 11.471321695760599% 0;
}
#lp-kadai #lp01 .content ul.icon-list li p img {
	height: 100%;
}
/*------------------------
	画面の横幅が1280pxまで
------------------------*/
@media screen and (max-width: 1280px){
	#lp-kadai #lp01 .content .content-bg01 p,
	#lp-kadai #lp01 .content .content-bg02 p,
	#lp-kadai #lp01 .content .content-bg03 p {
		width: 95%;
	}
}
/*------------------------
	画面の横幅が1010px以上
------------------------*/
@media screen and (max-width:1010px){
	#lp-kadai #lp01 .content ul.icon-list li strong br {
		display: none;	
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width:768px){	
	#lp-kadai #lp01 .content ul.icon-list li strong br {
		display: block;	
	}
	#lp-kadai #lp01 .content .content-bg01,
	#lp-kadai #lp01 .content .content-bg02,
	#lp-kadai #lp01 .content .content-bg03 {
		height: inherit;
		background-position: 50% bottom;
		background-size: cover;
		padding-top: 4.8%;
	}
	#lp-kadai #lp01 .content ul.icon-list li strong,
	#lp-kadai #lp01 .content ul.icon-list li b {
		font-size: 82%;
		line-height: 20px;
		height: 65px;
	}
	#lp-kadai #lp01 .content ul.icon-list li ul.annotation-list li {
		font-size: 70%;
		line-height: 20px;
	}
}
/*------------------------
	画面の横幅が667px以上
------------------------*/
@media screen and (max-width:667px){
	#lp-kadai #lp01 .content ul.icon-list li strong br {
		display: none;	
	}
	#lp-kadai #lp01 .content ul.icon-list li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.25%;	
	}
	#lp-kadai #lp01 .content ul.icon-list li:nth-child(2),
	#lp-kadai #lp01 .content ul.icon-list li:last-child {
		width: 44.8%;	
	}
	#lp-kadai #lp01 .content ul.icon-list li {
		font-size: 80%;
		line-height: 20px;
	}
	#lp-kadai #lp01 .content ul.icon-list li strong,
	#lp-kadai #lp01 .content ul.icon-list li b {
	    font-size: 110%;
	}
	#lp-kadai #lp01 .content:nth-of-type(1) ul.icon-list li:first-child p,
	#lp-kadai #lp01 .content:nth-of-type(2) ul.icon-list li:first-child p {
		padding: 5% 0;
	}
}

/*===============================
	03・品質
===============================*/
	#lp-kadai #lp01 .content:nth-of-type(3) {
		padding-bottom: 224px;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:first-child,
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(2) {
		width: 44.8%
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(2) {
		margin-right: 0;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list b {
		display: block;
		text-align: center;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li ul.annotation-list li{
		width: 92%;
	}
/*------------------------
	画面の横幅が768px以上
------------------------*/
@media screen and (max-width:768px){
	#lp-kadai #lp01 .content .content-bg03 {
		height: inherit;
		background-position: 50% bottom;
		background-size: cover;
		padding-top: 4.8%;
	}
}
/*------------------------
	画面の横幅が667px以上
------------------------*/
@media screen and (max-width:667px){
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li {
		margin-bottom: 0.25%;
	}	
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(3),
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(4) {
		width: 44.8%
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(4) {
		margin-right: 0;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:first-child {
		margin-right: 0.25%;
		}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:last-child {
		width: 100%;
		margin: 0;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:last-child p {
		padding: 5% 0;
	}

}
/***************************************
*
*	保証・品質
*
***************************************/
#lp-kadai #lp02 {
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 65px;
	border-bottom: 1px solid #f9f9f9;
}
#lp-kadai #lp02 h2 {
	text-align: center;
	font-size: 266.66666666666663%;
	color: #0085cd;
	background: url(../img/solarsharing-lp/svg/marker-01.svg) no-repeat center bottom;
	height: 50px;
	margin-bottom: 100px;
}
#lp-kadai #lp02 .content {
	background: #f9f9f9;
	margin: 0 auto;
	padding: 100px 0;
}
#lp-kadai #lp02 .content .certification-part1 p,
#lp-kadai #lp02 .content .certification-part2 p,
#lp-kadai #lp02 .content .certification-part3 p,
#lp-kadai #lp02 .content .certification-part4 p {
	text-align: center;
	font-size:150%;
	margin-bottom: 25px;
	font-weight: 700;
}
#lp-kadai #lp02 .content .certification-part3,
#lp-kadai #lp02 .content .certification-part4 {
	width: 50%;
	float: left;
}

#lp-kadai #lp02 .content h3 {
	width: 603px;
	margin: 0 auto 30px;
}
#lp-kadai #lp02 .content .info-jis {
	width: 784px;
	margin: 0 auto 100px;
	background: rgba(255,255,255,0.8);
	padding: 22px 30px;
	font-size: 111.11111111111111%;
	letter-spacing: 2px;
}
#lp-kadai #lp02 .content .certification-part1 ul,
#lp-kadai #lp02 .content .certification-part2 ul {
	margin: 2.5%;
	margin-bottom: 100px;
}
#lp-kadai #lp02 .content .certification-part3 ul {
	margin: 0 2.5% 0 5%;
}
#lp-kadai #lp02 .content .certification-part4 ul {
	margin: 0 5% 0 2.5%;
}
#lp-kadai #lp02 .content .certification-part1 ul li,
#lp-kadai #lp02 .content .certification-part2 ul li {
	margin-right: 2.5%;
	float: left;
}
#lp-kadai #lp02 .content .certification-part3 ul li,
#lp-kadai #lp02 .content .certification-part4 ul li {
	margin-right: 5%;
	float: left;
}
#lp-kadai #lp02 .content .certification-part1 ul li {
	width: 17.895%;
}
#lp-kadai #lp02 .content .certification-part2 ul li {
	width: 14.475%;
}
#lp-kadai #lp02 .content .certification-part3 ul li,
#lp-kadai #lp02 .content .certification-part4 ul li {
	width: 29.73%;	
}
#lp-kadai #lp02 .content .certification-part1 ul li:last-child,
#lp-kadai #lp02 .content .certification-part2 ul li:last-child,
#lp-kadai #lp02 .content .certification-part3 ul li:last-child,
#lp-kadai #lp02 .content .certification-part4 ul li:last-child {
	margin-right: 0;
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/	
@media screen and (max-width:1024px){
	#lp-kadai #lp02 .content h3,
	#lp-kadai #lp02 .content .info-jis {
	    width: 80%;
		font-size: 88.111111%;
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/	
@media screen and (max-width:768px){
	#lp-kadai #lp02 .content .certification-part3,
	#lp-kadai #lp02 .content .certification-part4 {
		float: none;
		width: 100%;
	}
	#lp-kadai #lp02 .content .certification-part3 ul {
	margin: 0 2.5% 100px 2.5%;
	}
	#lp-kadai #lp02 .content .certification-part3 ul li,
	#lp-kadai #lp02 .content .certification-part4 ul li {
		width: 31.6%;
	}
	#lp-kadai #lp02 .content .certification-part3 ul li,
	#lp-kadai #lp02 .content .certification-part4 ul li {
	    margin-right: 2.5%;
	}
	
}
/*------------------------
	画面の横幅が667pxまで
------------------------*/	
@media screen and (max-width:667px){
	#lp-kadai #lp02 .content .info-jis {
		font-size: 75%;
		line-height: 18px;
		padding: 5%;
	}
	#lp-kadai #lp02 .content .certification-part1 p,
	#lp-kadai #lp02 .content .certification-part2 p,
	#lp-kadai #lp02 .content .certification-part3 p,
	#lp-kadai #lp02 .content .certification-part4 p {
		font-size: 100%;
	}
	#lp-kadai #lp02 .content .certification-part1 ul,
	#lp-kadai #lp02 .content .certification-part2 ul,
	#lp-kadai #lp02 .content .certification-part3 ul {
		margin-bottom: 50px;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list b {
		display: inline;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list b br {
		display: none;
	}
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(3) strong,
	#lp-kadai #lp01 .content:nth-of-type(3) ul.icon-list li:nth-child(3) strong span {
		display: inline;
	}
}
/***************************************
*
*	製品優位性
*
***************************************/
#lp-kadai #lp03 {
	background: #edf1fb;
	margin-top: -100px;
    padding: 100px 0 133px;
    margin-bottom: 100px;
}
#lp-kadai #lp03 h2 {
	text-align: center;
	font-size: 266.66666666666663%;
	color: #0085cd;
	background: url(../img/solarsharing-lp/svg/marker-02.svg) no-repeat center bottom;
	height: 50px;
	margin-bottom: 100px;
}
#lp-kadai #lp03 .content {
	background: #fff;
	margin-bottom: 1px;
}
#lp-kadai #lp03 .content:last-child {
	margin-bottom: 0;
}
#lp-kadai #lp03 .content header {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
#lp-kadai #lp03 .content header h3 {
	font-size: 166.66666666666669%;
	color: #0085cd;
	text-align: center;
	height: 100px;
	line-height: 100px;
	position: relative;
	float: left;
	left: 50%;
}
#lp-kadai #lp03 .content header h3 span {
	display: block;
	width: 100px;
	height: 60px;
	background: url(../img/solarsharing-lp/svg/point-bg.svg) no-repeat;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 183.33333333333331%;
	padding: 10px 0 30px 0;
	position: relative;
	float: left;
	left: -50%;
	margin-right: 30px;
}
#lp-kadai #lp03 .content header h3 strong {
	display: block;
	height: 100px;
	line-height: 100px;
	position: relative;
	float: left;
	left: -50%;
}
#lp-kadai #lp03 .content .box {
	margin: 0 2.5%;
	padding-bottom: 30px;
	font-size: 88.88888888888889%;
	letter-spacing: 0;
}
#lp-kadai #lp03 .content .box p {
	width: 21.666666666666668%;
	float: left;
	margin-right: 2.5%;	
	
}
#lp-kadai #lp03 .content .box .point-right{
	float: left;
	width: 75.834%;
}
#lp-kadai #lp03 .content .box .point-right strong {
	font-size: 150%;
}
#lp-kadai #lp03 .content .box ul li {
	line-height: 19px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	background: url(../img/solarsharing-lp/svg/check.svg) no-repeat 0 5px;
	line-height: 26px;
}
#lp-kadai #lp03 .content .box ul li:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 19px;
}
#lp-kadai #lp03 .content:nth-of-type(1) .box:nth-of-type(1),
#lp-kadai #lp03 .content:nth-of-type(2) .box:nth-of-type(3) {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 30px;
}
#lp-kadai #lp03 .content:nth-of-type(4) .box .point-right ul {
	margin-bottom: 30px;
}
#lp-kadai #lp03 .content:nth-of-type(4) .box .point-right p {
	float: none;
	width: 624px;
	margin-top: 20px;
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/	
@media screen and (max-width:1024px){
	#lp-kadai #lp03 .content:nth-of-type(4) .box .point-right p {
		width: 100%;
	}
}
/*------------------------
	画面の横幅が667pxまで
------------------------*/	
@media screen and (max-width:667px){
	#lp-kadai #lp03 .content .box p,
	#lp-kadai #lp03 .content .box .point-right {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#lp-kadai #lp03 .content header h3 span {
		width: 50px;
		height: 70px;
		background-size: contain;
		background-position: 50% 50%;
	    font-size: 95%;
		margin-right: 10px;
		padding-top: 5px;
	}
	#lp-kadai #lp03 .content header h3 {
		font-size: 120%;
	}
	#lp-kadai #lp03 .content .box .point-right strong {
		text-align: center;
		display: block;
	}

}
/***************************************
*
*	導入実績
*
***************************************/
#lp-kadai #lp04{
	margin-top: -100px;
	padding-top: 100px;
}
#lp-kadai #lp04 h2{
	text-align: center;
	font-size: 266.66666666666663%;
	background: url(../img/solarsharing-lp/svg/marker-03.svg) no-repeat center bottom;
	height: 50px;
	margin-bottom: 100px;
}
#lp-kadai #lp04 .content ul {
	margin-bottom: 60px;
}
#lp-kadai #lp04 .content ul li {
	width: 31.5%;
	float: left;
	margin: 0 2.667% 2.5% 0;
	line-height: 24px;
}

#lp-kadai #lp04 .content ul li:nth-child(3),
#lp-kadai #lp04 .content ul li:nth-child(6) {
	margin-right: 0;
}
#lp-kadai #lp04 .content ul li span {
	font-weight: 700;
}
#lp-kadai #lp04 .content:nth-of-type(2) h3 {
	width: 559px;
	margin: 0 auto;
}
#lp-kadai #lp04 .content:nth-of-type(2) .box {
	background: url(../img/solarsharing-lp/svg/japan.svg) no-repeat 50% 50%;
	background-size: contain;
	padding-top: 41.9%;
}

#lp-kadai #lp04 .content:nth-of-type(2) p {
	text-align: center;
	color: #0085cd;
	font-weight: 700;
	font-size: 144.44444444444443%;
	position: relative;
	top: 60px;
}
#lp-kadai #lp04 .content:nth-of-type(2) p span {
	font-size: 61.53846153846154%;
	font-weight: 300;
}
#lp-kadai #lp04 .content:nth-of-type(2)  {
	margin-bottom: 84px;
}

/*------------------------
	画面の横幅が1024pxまで
------------------------*/	
@media screen and (max-width:1024px){
	#lp-kadai #lp03 .content:nth-of-type(4) .box .point-right p {
		width: 100%;
	}
}
/*------------------------
	画面の横幅が667pxまで
------------------------*/
@media screen and (max-width: 667px){
	#lp-kadai #lp04 .content:nth-of-type(2) h3 {
		width: 90%;
		margin-bottom: 30px;
	}
	#lp-kadai #lp04 .content ul li {
		font-size: 80%;
		width: 31.55%;
	}
	#lp-kadai #lp04 .content ul li:nth-child(4),
	#lp-kadai #lp04 .content ul li:nth-child(8) {
		margin-right: 2.667%;
	}
	#lp-kadai #lp04 .content ul li:nth-child(3),
	#lp-kadai #lp04 .content ul li:nth-child(6),
	#lp-kadai #lp04 .content ul li:nth-child(9) {
		margin-right: 0;
	}
	#lp-kadai #lp04 .content:nth-of-type(2) p {
		position: inherit;
		top:inherit;
	}

}
/***************************************
*
*	製品仕様
*
***************************************/
#lp-kadai #lp05 {
	margin-top: -100px;
	padding-top: 100px;
}
#lp-kadai #lp05 h2{
	text-align: center;
	font-size: 266.66666666666663%;
	background: url(../img/solarsharing-lp/svg/marker-03.svg) no-repeat center bottom;
	height: 50px;
	margin-bottom: 100px;
}
#lp-kadai #lp05 h3{
	text-align: center;
	margin-bottom: 20px;
	color: #0085cd;
    font-size: 180%;
    line-height: 42px;
	}
#lp-kadai #lp05 .content {
	margin-bottom: 120px;
}
#lp-kadai #lp05 .content p {
	text-align: center;
	color: #0085cd;
	font-size: 122.22222222222223%;
	margin-bottom: 15px;
}
#lp-kadai #lp05 .content .table-1,
#lp-kadai #lp05 .content .table-2 {
	width: 50%;
	float: left;
}
#lp-kadai #lp05 .content table {
	width: 100%;
	font-size: 88.88888888888889%;
	border-spacing: 1px;
}
#lp-kadai #lp05 .content table tr th {
	background: #edf1fb;
	padding: 15px;
	width: 27.350427350427353%;
}
#lp-kadai #lp05 .content table tr td {
	padding: 15px;
	word-wrap: break-word;
}
/*
#lp-kadai #lp05 .content .table-2 table tr:nth-of-type(1) th {
	background: #f5f9f7;
}*/

#lp-kadai #lp05 .blueprint_pic ul li {
	width: 31.6%;
	margin-right: 2.5%;
	float: left;
	border-bottom: 3px solid #efefef;
	text-align: center;
	padding-bottom: 10px
}
#lp-kadai #lp05 .blueprint_pic ul li:last-child {
	margin-right: 0;
}
#lp-kadai #lp05 .content .type_txt {
	color: #000;
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/
@media screen and (max-width: 1024px){
	#lp-kadai #lp05 .content .table-1,
	#lp-kadai #lp05 .content .table-2 {
		float: none;
		width: 100%;
	}
	#lp-kadai #lp05 .content .table-1 {
		margin-bottom: 50px;
	}
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/
@media screen and (max-width: 1024px){
	#lp-kadai #lp05 .content table tr th,
	#lp-kadai #lp05 .content table tr td {
		display: block;
		width: inherit;
	}
}
/***************************************
*
*	ビークレル案内
*
***************************************/
#lp-kadai #info-part {
	background: #0271ad;
	margin-bottom: 60px;
	height: 612px;
	overflow: hidden;
	padding-bottom: 65px;
}
#lp-kadai #info-part div {
	float: left;
	width: 50%;
}
#lp-kadai #info-part .info-txt .box {
	width: 75%;
	float: right;
}
#lp-kadai #info-part .info-txt .box h3 {
	/*width: 78.93890675241157%;*/
	padding: 10.620915032679738% 10% 4.084967320261438% 0;
}
#lp-kadai #info-part .info-txt .box h3+p {
	/*width: 66.0377358490566%;*/
	padding-bottom: 5.392156862745098%;
	margin-right: 10%;
}
#lp-kadai #info-part .info-txt .box ul {
	background: #fff;
	padding: 25px 30px;
	margin: 0 10% 4.901960784313726% 0;
	border-radius: 56px;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;	

}
#lp-kadai #info-part .info-txt .box ul li {
	background: url(../img/solarsharing-lp/svg/check.svg) no-repeat 0 5px;
	padding-left: 1.5em;
	font-weight: 700;
	font-size: 122.22222222222223%;
	letter-spacing: 0;
}
#lp-kadai #info-part .info-txt .box ul+p {
	font-size: 88.88888888888889%;
	color: #fff;
	/*margin-right: 3.75%;*/
	margin-right: 10%;
	letter-spacing: 0;
}
#lp-kadai #info-part .info-img .info-img_bg {
	background: url(../img/solarsharing-lp/info_bg.png) no-repeat 50% 50%;
	background-size: cover;
	padding-top: 82.9%;
	width: 100%;
}
/*------------------------
	画面の横幅が1634pxまで
------------------------*/

@media screen and (max-width: 1634px) {
	#lp-kadai #info-part {
		height:auto;
		padding-bottom: 0;
	}
	#lp-kadai #info-part .info-img .info-img_bg {
		height: 618px;
		padding-top: 0;
	}
}
/*------------------------
	画面の横幅が1024pxまで
------------------------*/
@media screen and (max-width: 1024px){
	#lp-kadai #info-part .info-txt .box ul li {
	    font-size: 100%;
	}
}
/*------------------------
	画面の横幅が768pxまで
------------------------*/
@media screen and (max-width: 768px){
	#lp-kadai #info-part div {
		float: none;
		width: 100%;
	}
	#lp-kadai #info-part .info-txt .box {
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	#lp-kadai #info-part .info-txt .box h3,
	#lp-kadai #info-part .info-txt .box h3+p,
	#lp-kadai #info-part .info-txt .box ul {
		margin: 0 auto;
	}
	#lp-kadai #info-part .info-txt .box ul+p {
		margin: 4.084967320261438% 0 10.620915032679738% 0;
	}
	#lp-kadai #info-part .info-img .info-img_bg {
		height: inherit;
		padding-top:82.9%;
	}
}
/***************************************
*
*	lp-contact-parts
*
***************************************/
#lp-kadai .contact-part {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 105px;
}
#lp-kadai .contact-part p {
	margin-bottom: 60px;
}
#lp-kadai .contact-part p span {
	display: inline-block;
	width: 255px;
	font-size: 127.77777777777777%;
	font-weight: 700;
	margin-bottom: 25px;
	background: -webkit-linear-gradient(transparent 40%, #ffff3e 40%);
    background-image: -moz-linear-gradient(top,#ffcc00 0%,#ffff3e 49%,#ff3300 50%,#ffff3e);
    background: -ms-linear-gradient(transparent 40%, #ffff3e 40%);
    background: -o-linear-gradient(transparent 40%, #ffff3e 40%);
    background: linear-gradient(transparent 40%, #ffff3e 40%);
}
#lp-kadai .contact-part strong {
	font-size: 238.88888888888889%;
	color: #0085cd;
}
#lp-kadai .contact-part p.info-img {
	width: 844px;
	margin: 0 auto 10px;
}
#lp-kadai .contact-part p.contact-part_catch{
	font-weight: bold;
}
#lp-kadai .contact-part ul {
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 60px;
}
#lp-kadai .contact-part ul li {
	position: relative;
	left: -50%;
	float: left;
}
#lp-kadai .contact-part ul.contact-list {
	clear: both;
}
/*リンクボタン*/

#lp-kadai .contact-part ul.contact-list li a {

	color: #fff;
	display: block;
	background: #ff791f; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #8CA6DB, #ff9900); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #ff9900, #ff791f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
	/* box-shadow */
	box-shadow:0px 5px 0px 0px #ea5f00;
	-moz-box-shadow:0px 5px 0px 0px #ea5f00;
	-webkit-box-shadow:0px 5px 0px 0px #ea5f00;
	/* border-radius */
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
}
#lp-kadai #lp04+.contact-part {
	background: #f9fcfb;
	padding-top: 60px;
	margin-bottom: 100px;
	padding-bottom: 0px;
}
#lp-kadai #info-part+.contact-part {
	padding-bottom: 0px;
}
/*リンクボタン*/
#lp-kadai .contact-part ul.contact-list li {
	font-size: 77.77777777777779%;
	text-align:left;
}
#lp-kadai .contact-part ul.contact-list li:first-child {
	margin-right: 50px;
}
#lp-kadai .contact-part ul.contact-list li a {
	width: 441px;
	height: 144px;
}
#lp-kadai .contact-part ul.contact-list li:first-child span {
	display: inline-block;
	width: 260px;
}
#lp-kadai .contact-part ul.contact-list li:first-child b {
	font-size: 142.85714285714286%;
	font-weight: 300;
}
#lp-kadai .contact-part ul.contact-list li:last-child span {
	display: inline-block;
	width: 237px;
}
#lp-kadai .contact-part ul.contact-list li a .contact-bg {
	padding-left: 135px;
}
#lp-kadai .contact-part ul.contact-list li:first-child a .contact-bg {
	background: url(../img/solarsharing-lp/svg/icon-tel_l.svg) no-repeat 45px 33px;
	padding-top: 22px;
	line-height: 30px;
}
#lp-kadai .contact-part ul.contact-list li:last-child a .contact-bg {
	background: url(../img/solarsharing-lp/svg/icon-mail_l.svg) no-repeat 45px 33px;
	padding-top: 36px;
}
/*------------------------
	画面の横幅が1053pxまで
------------------------*/

@media screen and (max-width: 1053px) {
	#lp-kadai .contact-part p.info-img {
		width: 95%;
	}
	#lp-kadai .contact-part ul.contact-list li {
		font-size: 66.66666666666666%;
	}
	#lp-kadai .contact-part ul.contact-list li:first-child {
		margin-right: 10px;
	}
	#lp-kadai .contact-part ul.contact-list li a {
		width: 280px;
		height: 131px;
	}
	#lp-kadai .contact-part ul.contact-list li a .contact-bg {
		/*padding-left: 76px;*/
		padding-left: 0;
		text-align: center;
	}
	#lp-kadai .contact-part ul.contact-list li:first-child a .contact-bg {
		/*background: url(../img/solarsharing-lp/svg/icon-tel_s.svg) no-repeat 20px 43px;*/
		background: none;
		padding-top: 20px;
		line-height: 32px;
	}
	#lp-kadai .contact-part ul.contact-list li:last-child a .contact-bg {
		/*background: url(../img/solarsharing-lp/svg/icon-mail_s.svg) no-repeat 20px 43px;*/
		background: none;
		padding-top: 32px;
	}
	#lp-kadai .contact-part ul.contact-list li:first-child span {
		    width: 211px;
	}
	#lp-kadai .contact-part ul.contact-list li:last-child span {
		    width: 179px;
	}

}
/*------------------------
	画面の横幅が667pxまで
------------------------*/
@media screen and (max-width:667px){
	#lp-kadai .contact-part strong {
		font-size: 155.55555555555557%;
	}
	#lp-kadai .contact-part p {
		margin-bottom: 30px;
	}
	#lp-kadai .contact-part ul.contact-list,
	#lp-kadai .contact-part ul.contact-list li {
	 position: inherit;
	 left: inherit;
	 float: none;	 
	}
	#lp-kadai .contact-part ul.contact-list li {
		 margin-bottom: 20px;
		 width: 100%;
	}
	#lp-kadai .contact-part ul.contact-list li a {
		 width: 100%;
		 height: 105px;		
	}
	#lp-kadai .contact-part ul.contact-list li:first-child a .contact-bg {
		padding-top: 5px;
	}
	#lp-kadai .contact-part ul.contact-list li:last-child a .contact-bg {
		padding-top: 25px;
	    line-height: 24px;
	}

}
/***************************************
*
*	footer
*
***************************************/
footer {
	background: #0085cd;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	font-size: 88.88888888888889%;
}
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/solarsharing-lp/svg/new-window.svg");
	padding-left: 10px;
}
footer p:nth-of-type(3) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #005e33;
}
/*------------------------
	画面の横幅が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);
}
/***************************************
*
*	20170717 gc.kawakata追加
*
***************************************/
.solarsharing_kyoukai {
	text-align: center;
	margin: 100px 0;
}
.solarsharing_kyoukai img {
	width: 804px;
}
@media screen and (max-width: 1053px) {
	.solarsharing_kyoukai {
		width: 87%;
		margin: 0 auto 100px;
	}
	.solarsharing_kyoukai img {
		width: 100%;
	}	
}

/***************************************
*
*	clearfix
*
***************************************/
#lp-kadai #header-nav header:after,
#lp-kadai #header-nav ul:after,
#lp-kadai #lp01 .content ul.icon-list:after,
#lp-kadai #lp02 .content .certification-part1 ul:after,
#lp-kadai #lp02 .content .certification-part2 ul:after,
#lp-kadai #lp02 .content .certification-part3 ul:after,
#lp-kadai #lp02 .content .certification-part4 ul:after,
#lp-kadai #lp02 .content:after,
#lp-kadai #lp03 .content header:after,
#lp-kadai #lp03 .content .box:after,
#lp-kadai #lp04 .content ul:after,
#lp-kadai #lp05 .content:after,
#lp-kadai #info-part:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}