@charset "UTF-8";
/*==================================================
 系統用蓄電池ビジネス
==================================================*/
.gsbb_lp{
	letter-spacing: 1px;
	color: #222222;
}
.gsbb_lp_common_section{
	position: relative;
	padding: 80px 0;
	margin: 0 auto;
}
.gsbb_lp_title{
	color: #D68B4B;
	font-size: 60px;
	font-weight: 500;
	margin: 0 auto 40px;
}

/*マーカー*/
.gsbb_lp_marker{
	background: linear-gradient(transparent 55%, #FFE98D 0%);
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.gsbb_lp_marker_green{
	background: linear-gradient(transparent 55%, #A3D6C0 0%);
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
/*背景*/
.gsbb_lp_bg_beige{
	background-color: #FAF7F4;
}
/*フォント*/
.gsbb_font_orange{
	color: #D68B4B;
	font-weight: 500;
}
.section_read_text{
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto 40px;
}
/*その他*/
.sp_nobr:before{
	  content: "\A" ;
	  white-space: pre ;
}

/*ヘッダー================================*/
.gsbb-lp_header{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px 15px;
}
.gsbb_head-logo-page{
	width: 100%;
	max-width: 280px;
}
.gsbb_head-logo-page img{ width: 100%; }
.gsbb-lp_header .gsbb_contact_btn{
	width: 270px;
	font-size: 20px;
	margin: 0;
	padding: 15px 15px 15px 0;
}
.gsbb-lp_header .gsbb_contact_btn:before{
	top: 5px;
	left: 5px;
}

.gsbb-lp_header .gsbb_contact_icon{ width: 30px; }
.gsbb-lp_header .gsbb_contact_angle{ width: 25px; }

/*メインビジュアル================================*/
.gsbb_lp_mainvisual{
	background-image: url(images/grid-storage-battery/gsbb_mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding: 56px 0;
	position: relative;
}
.gsbb_lp_mainvisual:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(60deg, #F08200 0%, #F08200 30%, rgba(240,130,0,0.5) 60%, transparent 70%);
  background: linear-gradient(60deg, #F08200 0%, #F08200 30%, rgba(240,130,0,0.5) 60%, transparent 70%);
  clip-path: polygon(0% 0%, 0% 100%,107% 100%, 65% 0%)
}
.gsbb_4th_btn{
	margin: 40px auto 0;
	max-width: 520px;
}
.gsbb_4th_btn a{
	display: block;
	background: linear-gradient(to left, #4DBCE4 0%, #005BC1);
	color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-decoration: none;
	height: 100px;
	line-height: 98px;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding-right: 40px;
	transition : all 0.5s;
}
.gsbb_4th_btn a img{
	width: 38px;
	position: absolute;
	top: 30px;
	right: 20px;
}

.gsbb_4th_btn a:hover{
	color: #fff;
	opacity: 0.8;
	/*
	background: linear-gradient(to left, #F08200 0%, #F08200);
	*/
}

.gsbb_4th_btn a:active{
	color: #fff;
}

.gsbb_4th_btn a:focus{
	color: #fff;
}

.gsbb_mv_textarea{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.gsbb_mv_catchcopy{
	color: #F08200;
	font-size: 32px;
	font-weight: 600;
	margin: 0 auto 10px;
}
.gsbb_mv_catchcopy span{
	background-color: #fff;
	padding: 5px 30px;
}
.gsbb_maintitle{
	font-size: 85px;
	font-weight: 800;
	line-height: 95px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.gsbb_chikudenchi_img{
	width: 100%;
	max-width: 600px;
}
.gsbb_mv_text{
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/*系統用蓄電池とは？================================*/
.whats_gsb_title{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}
.whats_gsb_title span{
	padding: 2px 10px;
	background-color: #F08200;
}
.whats_read_text{
	font-size: 20px;
	line-height: 35px;
}

/*系統用蓄電池の必要性================================*/
.gsbb_need_text{
	text-align: left;
	display: inline-block;
	margin-bottom: 40px;
}
.gsbb_hatsuden_white_box{
	background-color: #fff;
	padding: 20px;
	height: 100%;
}
.gsbb_hatsuden_name{
	position: relative;
	text-align: center;
	background-color: #A3D6C0;
	font-size: 35px;
	margin: 0 auto 40px;
	padding: 5px 10px;
}
.gsbb_hatsuden_name:before{
	content: '';
	display: inline-block;
	width: 25px;
	border-left: 13px solid transparent;
  	border-top: 16px solid #A3D6C0;
  	border-right: 13px solid transparent;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	-webkit-transform: translate(0%,100%);
  -moz-transform: translate(0%,100%);
  -ms-transform: translate(0%,100%);
  -o-transform: translate(0%,100%);
  transform: translate(0%,100%);
}
.gsbb_hatuden_icon_area{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
	justify-content: space-around;
}
.gsbb_hatsuden_icon{
	padding: 0 10px 10px;
}
.gsbb_hatsuden_icon:last-child{ margin-right: 0; }
.gsbb_hatsuden_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10px);
  margin-right: -10px;
  margin-top: 20px;
}
.gsbb_hatsuden_col{
	width: calc(50% - 10px);
	margin-bottom: 10px;
	margin-right: 10px;
}
.gsbb_hatsuden_features{
	background-color: #A3D6C0;
	border-radius: 40px;
	text-align: center;
	margin: 20px 0 10px;
	padding: 2px 10px;
}
.gsbb_hatsuden_point{
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px;
	font-weight: 500;
	line-height: 22px;
}
.gsbb_hatsuden_point.gsbb_point_maru:before{
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #A3D6C0;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	left: 0px;
}
.gsbb_hatsuden_point.gsbb_point_sankaku:before{
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-bottom: 11px solid #A3D6C0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: 2px;
	left: 0px;
}
/*ためておくことができなかった*/
.gsbb_hatsuden_cannot{
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	z-index: 1;
	margin: 20px auto 60px;
}
.gsbb_hatsuden_cannot_angle{
	position: absolute;
	width: 100%;
	max-width: 400px;
	bottom: -75px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
/*系統用蓄電池*/
.gsbb_keitou_pr{
	background-color: #fff;
	padding: 50px 20px;
}
.gsbb_keitou_pr_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.gsbb_keitou_pr_textarea{}
.gsbb_keitou_img{
	padding-left: 50px;
	max-width: 370px;
	width: 36vw;
}

.gsbb_keitou_pr_title{
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
	padding: 0px 10px;
	background-color: #F08200;
}
.gsbb_keitou_pr_title:before{
	content: '';
	display: inline-block;
	width: 25px;
	border-left: 13px solid transparent;
  	border-top: 16px solid #F08200;
  	border-right: 13px solid transparent;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	-webkit-transform: translate(0%,100%);
  -moz-transform: translate(0%,100%);
  -ms-transform: translate(0%,100%);
  -o-transform: translate(0%,100%);
  transform: translate(0%,100%);
}
.gsbb_keitou_point{
	position: relative;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 5px;
	padding-left: 45px;
}
.gsbb_keitou_point:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 35px;
	height: 35px;
	border: 3px solid #F08200;
	border-radius: 100%;
}
.gsbb_keitou_point:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 16.5px;
    left: 6.5px;
    width: 22px;
    height: 22px;
	border: 3px solid #F08200;
	border-radius: 100%;
}
/*高収入を産む理由================================*/

/*利回り比較================================*/
.gsbb_section_triangle{
	width: 100%;
	z-index: -1;
	position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,100%);
  -moz-transform: translate(0%,100%);
  -ms-transform: translate(0%,100%);
  -o-transform: translate(0%,100%);
  transform: translate(0%,100%);
}
/*お問い合わせボタン*/
.gsbb_contact_btn_kazari{
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin: 50px auto 0;
	width: 100%;
	max-width: 400px;
}
.gsbb_contact_btn_kazari:before,
.gsbb_contact_btn_kazari:after{
	content: '';
	position: absolute;
	bottom: 2px;
	border-left: 2px solid #222;
	height: 30px;
	width: 2px;
}
.gsbb_contact_btn_kazari:before{
	left: 0;
	-webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.gsbb_contact_btn_kazari:after{
	right: 0;
	-webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.gsbb_contact_icon{
	width: 37px;
	vertical-align: baseline;
	margin-right: 15px;
}
.gsbb_contact_btn{
	display: block;
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	width: 100%;
	max-width: 400px;
	padding: 20px 20px 20px 0px;
	text-decoration: none;
	text-align: center;
  z-index: 1;
  margin: 10px auto 20px;
  transition: 0.3s;
}
.gsbb_contact_angle{
	position: absolute;
	width: 30px;
  top: 50%;
  right:20px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  transition: 0.3s;
}
.gsbb_contact_btn:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 2px solid #F08200;
	pointer-events: none;
	z-index: -2;
	transition: 0.3s;
}
.gsbb_contact_btn:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #F0C200 0%, #F08200);
  background: linear-gradient(to left, #F0C200 0%, #F08200);
  z-index: -1;
}
.gsbb_contact_btn:hover{
	color: #fff;
	-webkit-transform: translate(5px,5px);
  -moz-transform: translate(5px,5px);
  -ms-transform: translate(5px,5px);
  -o-transform: translate(5px,5px);
  transform: translate(5px,5px);
}
.gsbb_contact_btn:hover .gsbb_contact_angle{ right: 15px; }
.gsbb_contact_btn:hover:before{
	top: 0;
	left: 0;
}

/*ソラーレなら================================*/
.gsbb_solare_nara{
	background-image: url(images/grid-storage-battery/solare_nara_bgimg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom
}
.gsbb_solare_nara_logo{
	width: 12vw;
	min-width: 60px;
	max-width: 100px;
	margin: 50px auto 10px;
	text-align: center;
}
.gsbb_nara_flex{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 50px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gsbb_nara_img{
	min-width: 170px;
}
.gsbb_nara_textarea{
	width: 100%;
	padding-left: 30px;
}
.gsbb_solare_nara_con_title{
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0 10px;
}
.gsbb_nara_textarea p{ letter-spacing: 0; }
.gsbb_nara_foot_text{
	text-align: center;
	font-size: 20px;
}

/*フッター================================*/
.gsbb_lp_footer{
	padding: 80px 0 20px;
	text-align: center;
}
.gsbb_footer_logo{
	width: 100%;
	max-width: 340px;
}
.gsbb_footer_title{
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0 0px;
}
.gsbb_lp_footer address{
	font-style: normal;
	margin: 0;
}
.gsbb_copyright{
	font-size: 12px;
	margin: 50px 0 0;
}


/*==================================================
 レスポンシブ
==================================================*/
@media only screen and (max-width: 800px) {
	.gsbb_lp_title{ font-size: 6vw; }

	/*必要性================================*/
	.gsbb_hatsuden_cannot{ font-size: 4vw; }
	.gsbb_hatsuden_name{
		font-size: 4vw;
		margin-bottom: 30px;
	}
	.gsbb_hatsuden_flex{
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.gsbb_hatsuden_col{ width: 100%; }

	/*系統用蓄電池*/
	.gsbb_keitou_img{ padding-left: 5vw; }
	.gsbb_keitou_pr_title{ font-size: 5vw; }
	.gsbb_keitou_point{ font-size: 25px; }
}

@media only screen and (max-width: 700px) {
	/*メインビジュアル*/
	.gsbb_mv_catchcopy{
		font-size: 4vw;
	}
	.gsbb_maintitle{
		font-size: 12vw;
		line-height: 14vw;
	}
	.gsbb_mv_text{ font-size: 14px; }

	.gsbb_4th_btn{
		margin: 40px auto 0;
		max-width: 360px;
	}

	.gsbb_4th_btn a{
		height: 80px;
		line-height: 76px;
		font-size: 18px;
		font-weight: 500;
	}

	.gsbb_4th_btn a img{
		width: 25px;
		top: 26px;
		right: 20px;
	}
	/*系統用蓄電池とは？*/
	.whats_gsb_title{ font-size: 5vw; }
}


@media only screen and (max-width: 600px) {
	.sp_br:before{
	  content: "\A" ;
	  white-space: pre ;
	}
	.sp_nobr:before{
	  content: "" ;
	}
	.gsbb_lp_title{
		font-size: 32px;
		text-align: center;
	}
	.section_read_text{
		font-size: 18px;
		line-height: 30px;
	}
	/*ヘッダー================================*/
	.gsbb-lp_header{
		flex-direction: column;
		justify-content: center;
	}
	.gsbb_head-logo-page{ max-width: 200px; }
	.gsbb-lp_header .gsbb_contact_btn{
		margin: 15px auto;
	}

	/*メインビジュアル================================*/
	.gsbb_lp_mainvisual:before{
	  clip-path: polygon(0% 0%, 0% 100%,117% 100%, 65% 0%)
	}

	/*系統用蓄電池================================*/
	.whats_gsb_title{
		text-align: center;
		font-size: 25px;
	}
	.gsbb_chikudenchi_img{
		width: 100%;
		max-width: 300px;
	}
	.whats_read_text{
	 font-size: 18px;
	 line-height: 30px;
	}

	/*必要性================================*/
	.gsbb_hatsuden_cannot{
		font-size: 20px;
		line-height: 30px;
	}
	.gsbb_hatsuden_name{
		font-size: 23px;
	}
	.gsbb_hatsuden_icon{ padding: 0 5px 20px; }
	/*系統用*/
	.gsbb_keitou_pr{ padding: 40px; }
	.gsbb_keitou_pr_flex{ flex-direction: column; }
	.gsbb_keitou_pr_textarea{
		width: 100%;
		max-width: 350px;
		margin-bottom: 20px;
	}
	.gsbb_keitou_pr_title{
		font-size: 30px;
		padding: 5px 10px;
	}
	.gsbb_keitou_img{
		padding-left: 0;
		max-width: 300px;
    width: 100%;
	}
	.gsbb_keitou_point{
		font-size: 20px;
		padding-left: 40px;
	}
	.gsbb_keitou_point:before{
		width: 30px;
		height: 30px;
		top: 0;
	}
	.gsbb_keitou_point:after{
		top: 6.5px;
		left: 6.2px;
		width: 18px;
		height: 18px;
	}

	/*利回り比較================================*/
	.gsbb_contact_btn_kazari{
		font-size: 16px;
		max-width: 330px;
	}
	.gsbb_contact_btn_kazari:before,
	.gsbb_contact_btn_kazari:after{
		height: 30px;
	}
	.gsbb_contact_btn{
		font-size: 25px;
		padding: 15px 15px 15px 0;
	}
	.gsbb_contact_icon{ width: 30px; }
	.gsbb_contact_angle{ width: 25px; }

	/*ソラーレなら================================*/
	.gsbb_solare_nara_logo{
		margin-top: 0px;
	}
	.gsbb_nara_flex{ flex-direction: column; }
	.gsbb_nara_img{ text-align: center; }
	.gsbb_nara_textarea{ padding-left: 0; }
	.gsbb_nara_foot_text{ font-size: 18px; }
	.gsbb_solare_nara_con_title{
		text-align: center;
		font-size: 25px;
	}

	/*フッター================================*/
	.gsbb_footer_title{ font-size: 20px; }
	.gsbb_lp_footer address{ font-size: 14px; }
	.gsbb_copyright{ margin-top: 30px; }
}
