@charset "UTF-8";
/*==================================================
 自家消費型太陽光発電LP用CSS
==================================================*/
.fi_lp_section{
	padding: 80px 0;
	position: relative;
}
/*タイトル*/
.fi_lp_common_title{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 0 50px;
	padding-bottom: 10px;
	position: relative;
}
.fi_lp_common_title:before{
	content: '';
	width: 100px;
	border-bottom: 5px solid #ff9900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fi_lp_common_title_blue{
	color: #0050a9;
}
.fi_lp_common_title_blue:before{
	border-color: #fff;
}
.fi_lp_sub_title{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 30px;
	letter-spacing: 2px;
	color: #0050a9;
}

/*ボタン*/
.fi_common_btn, .fi_long_btn:visited{
	display: block;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: 60px auto 0;
	padding: 20px;
	background-color: #ff9900;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	transition: 0.3s;
}
.fi_common_btn:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
		top: 50%;
		right: 20px;
	-webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.fi_common_btn:hover{
	color: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background-color: #ffd140;
}
.fi_common_btn:hover:before{
	right: 15px;
}
.fi_common_btn.fic_btn_blue{
	background-color: #0050a9;
}
.fi_common_btn.fic_btn_blue:hover{
	background-color: #2171ca;
}

/*背景*/
.fi_bg_gray{ background-color: #f9f9f9; }
.fi_bg_orange{ background-color: #ffa539; }
.fi_bg_blue{ background-color: #0050a9; }
.fi_bg_masu{
	background-repeat: repeat;
	background-image: url('images/for_industry_lp/bg_masu.jpg');
	background-size: 20px;
}

/*テキスト*/
.fi_lp_common_text{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #333;
}
.fi_lp_common_text_16{
	letter-spacing: 1px;
	color: #333;
}
.fi_lp_textcolor{ color: #333; }
.fi_font_strong_blue{
	font-weight: 500;
	color: #0050a9;
}
.fi_font_strong_orange{
	font-weight: 500;
	color: #ff9900;
}
.lp_blue_link{
	color: #0050a9;
	text-decoration: none;
	transition: 0.3s;
}
.font_white{ color: #fff; }
.font_orange{ color: #ff9900; }
.font_blue{ color: #0050a9; }

/*その他*/
.position_r{ position: relative; }
.sp_nobr:before{
  content: "\A" ;
  white-space: pre ;
}
.nobr{ white-space: nowrap; }
/*==================================================
 ヘッダー
==================================================*/
.fi_lp_header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 999;
}
.flp_head_logo_area{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front_logo{
	display: block;
	width: 100%;
	max-height: 55px;
	padding: 5px 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    line-height: 45px;
}
.front_logo:last-child{
	margin-right: 0;
}
.fi_lp_header .solare_logo{
	margin: 0;
	/*max-width: 200px;*/
	max-height: 45px;
}
.fi_lp_header .technonagai_logo{
	margin: 0;
	width: 100%;
	max-height: 45px;
}
/*ヘッダーテクノナガイバナー==========*/
.flp_top_technonagai_bnr{
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 50px 5px 10px;
	text-decoration: none;
	color: #6d6d6d;
	font-weight: 600;
	transition: 0.3s;
	z-index: 10;
}
.flp_top_technonagai_bnr:hover{ opacity: 0.7; }
.flp_t_technonagai_logo{
	width: 170px;
	margin: 0 10px;
}
.flp_top_bnr_text{
	color: #0050a9;
    font-size: 14px;
    line-height: 20px;
}
.flp_top_technonagai_bnr .filp_mdf_angle{
	width: 25px;
	height: 25px;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.flp_top_technonagai_bnr .filp_mdf_angle:before{
	width: 8px;
	height: 8px;
}

/*グローバルナビ*/
.fi_lp_header .site-head-top{
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: flex-start;
}
.fi_lp_header .head-nav ul{
	z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 60px 10px 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fi_lp_header .head-nav.show ul{
	height: 100%;
  background: #0c3b66;
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}
.fi_lp_header .head-nav ul li {
  border-bottom: 1px solid #8aa6ba;
}
.fi_lp_header .head-nav ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.fi_lp_header .head-nav ul li a:hover{
	color: #98afc4;
}
.fi_lp_header .head-nav-toggle {
  display: block;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #0c3b66 url(images/for_industry_lp/toggle.svg) no-repeat center center;
  background-size: 30px;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.fi_lp_header .show .head-nav-toggle{
	background: url(images/for_industry_lp/toggle_close.svg) no-repeat center center;
  background-size: 30px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.fi_lp_header .head-nav ul .filp_gn_formbtn{
	margin: 0px auto;
}
.filp_head_icon{
	width: 20px;
	margin-right: 8px;
	vertical-align: middle;
}
.fi_lp_header .head-nav ul .filp_gn_formbtn a,
.fi_lp_header .head-nav ul .filp_gn_formbtn a:visited{
	display: block;
	width: 100%;
	/*max-width: 250px;*/
	padding: 20px 10px;
	background-color: #f08200;
	margin: 0 auto;
	transition: 0.3s;
}
.fi_lp_header .head-nav ul .filp_gn_formbtn a:hover{
	color: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background-color: #ffd140;
}

@media only screen and (max-width: 600px) {
	.fi_lp_header .head-nav ul li a{
		text-align: left;
		padding: 20px 0 20px 30px;
		position: relative;
	}
	.fi_lp_header .head-nav ul li a:before{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 15px;
		border-bottom: 3px solid #fff;
		-webkit-transform: translate(0%,-50%);
	  -moz-transform: translate(0%,-50%);
	  -ms-transform: translate(0%,-50%);
	  -o-transform: translate(0%,-50%);
	  transform: translate(0%,-50%);
	}
	.fi_lp_header .head-nav ul .filp_gn_formbtn a{
		padding: 10px;
	}
	.fi_lp_header .head-nav ul .filp_gn_formbtn a:before{
		content: none;
	}
}
/*@media only screen and (min-width: 1400px) {
	.fi_lp_header{
		position: absolute;
		top: 0;
		left: 0;
	}
	.sp_display{ display: none; }
	.fi_lp_header .head-nav ul{
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    opacity: 1;
    overflow-y: auto;
	}
	.fi_lp_header .head-nav ul li {
    margin-left: 2em;
    border: none !important;
  }
  .fi_lp_header .head-nav ul li a {
    display: inline-block;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fi_lp_header .head-nav-toggle {
    display: none;
  }
  .fi_lp_header .head-nav ul .filp_gn_formbtn{
		margin-top: 0;
		margin-left: 2em;
	}
	.fi_lp_header .head-nav ul .filp_gn_formbtn a{
		display: block;
		background-color: #f08200;
		padding: 10px;
	}
}*/

/*==================================================
 フッター
==================================================*/
.filp_follow_topbtn,
.filp_follow_topbtn:visited{
	display: block;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-color: rgba(51,51,51,0.7);
	transition: 0.3s;
	z-index: 80;
}
.filp_follow_topbtn span{
	display: block;
	width: 25px;
	height: 25px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
  transform: rotate(-45deg);
  margin: 20px auto 0;
}
.filp_follow_topbtn:hover{
	color: #fff;
	background-color: rgba(51,51,51,0.7);
  transform: translate(0%,-5px);
}
.lp_active{
	opacity: 1;
	pointer-events: all;
}
/*==================================================
 メイン
==================================================*/
/*メインビジュアル===========================*/
.fi_lp_mainvisual_area{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 640px;
	max-height: 820px;
	background-image: url('images/for_industry_lp/mainvisual.jpg');
	background-size: cover;
	background-position: center center;
}
.fi_lp_mainvisual_area:before{
	content: '';
	background-color: rgba(21,26,63,0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fi_mv_textarea{
	position: relative;
	text-align: center;
  	margin: 0 auto;
  	padding: 85px 10px 50px;
}
.fi_mv_for{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	background-color: #ff9900;
	padding: 3px 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
a.fi_mv_for{
	text-decoration: none;
	transition: 0.3s;
}
a.fi_mv_for:hover{
	background-color: #ffd140;
	color: #fff;
}
.fi_mv_maintitle{
	font-size: 43px;
	font-weight: 600;
	line-height: 55px;
	color: #fff;
	margin: 15px 0;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
/*住宅用太陽光発電*/
.jutaku_mv .fi_mv_maintitle{
  margin-bottom: 70px;
}
.fi_mv_text{
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

/*メインビジュアル下 施工実績===========================*/
/*.fi_mv_under_area{
	background-color: #0050a9;
	padding: 0 0 60px;
	position: relative;
}
.fi_nobe_text{
	font-weight: 600;
	font-size: 45px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	letter-spacing: 2px;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	margin: 0px 0 40px;
	-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.fi_nobe_nam{
	font-size: 160px;
	color: #ff9900;
	margin-left: 30px;
	vertical-align: text-top;
}
.fi_nobe_ken{
	white-space: nowrap;
	font-size: 55px;
	line-height: 20px;
	color: #ff9900;
	vertical-align: text-bottom;
}
.fi_jisseki_text{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
}*/
/*安心・地域密着・安全===========================*/
.lp_mv_3point_area{
	padding: 0 10px 0 0px;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	-webkit-transform: translateX(-13px);
  -moz-transform: translateX(-13px);
  -ms-transform: translateX(-13px);
  -o-transform: translateX(-13px);
}
.lp_mv_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
	width: calc(100% + 30px);
	margin-right: -30px;
}
.lp_mv_card{
	width: calc(100% - 30px);
	border-radius: 10px;
	background-color: #e3fffa;
	padding: 10px;
	position: relative;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
	margin: 0 auto 20px;
}
.lp_mv_c_taiyou{
	position: absolute;
	top: -30px;
	left: -40px;
	width: 100%;
	max-width: 110px;
}
.lp_mvc_blue_text{
	font-weight: 500;
	font-size: 22px;
	color: #0050a9;
	margin: 0;
	padding-left: 80px;
	text-align: left;
	letter-spacing: 1px;
}
.lp_mvc_orange_text{
	font-weight: 700;
	font-size: 47px;
	line-height: 47px;
	color: #ff9900;
	margin: 0;
	padding-left: 80px;
	letter-spacing: 1px;
}
.lp_mvc_blk_text{
	font-size: 25px;
	color: #333333;
}

/*安心*/
.lp_mvc_1{ width: 100%; }
.lp_mvc_1 .lp_mv_card{
	max-width: calc(400px - 30px);
	margin: 0 auto 50px;
	padding-bottom: 20px;
}
.lp_mvc_1 .lp_mvc_orange_text{
	padding-left: 30px;
}
/*地域、安全*/
.lp_mvc_2{
	width: calc(50% - 30px);
	margin-right: 30px;
}
.lp_mvc_2 .lp_mv_card{
	max-width: calc(370px - 30px);
	margin: 0 0 0 auto;
}
.lp_mvc_2 .lp_mvc_orange_text{
	font-size: 70px;
	line-height: 50px;
	text-align: left;
}

/*個人のお客さまはこちら===========================*/
/*
.filp_top_btn_width{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.fi_top_btn{
	max-width: 100%;
	margin: 0 auto 30px;
	text-align: left;
}
.filp_houjin_btn_title{
	font-size: 23px;
	line-height: 30px;
}
.lp_kojin_kochira{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
	padding-left: 20px;
	letter-spacing: 2px;
}
.fic_btn_bw{
	background-color: #fff;
	color: #0050a9;
}
.fic_btn_bw:before{ border-color: #0050a9; }
.fic_btn_bw:hover{
	color: #2171ca;
	background-color: #ddedff;
}
.fic_btn_bw:hover:before{ border-color: #2171ca; }*/


/*メインビジュアル下バナーエリア===========================*/
.fi_lp_mvunder_section{
	padding: 40px 0 20px;
	position: relative;
}
.fi_lp_mvu_bnr_width{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.filp_mbf_link{
	display: block;
	background-color: #fff;
	padding: 20px 10px 60px;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	height: 100%;
	transition: 0.3s;
}
.filp_mdf_logo_desc{
	line-height: 20px;
	margin-bottom: 5px;
}
.filp_mdf_title{
	color: #ff9900;
	font-size: 21px;
	line-height: 30px;
	margin: 0 auto;
}
.filp_mdf_title.filp_mdf_t_short{
	margin: 21px 0;
}
.filp_mbf_link_text{
	color: #0050a9;
	font-size: 14px;
	line-height: 20px;
}
.filp_mdf_angle{
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 1px solid #0050a9;
	border-radius: 50%;
	transition: 0.3s;
}
.filp_mdf_angle:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #0050a9;
	border-right: 2px solid #0050a9;
	position: absolute;
		top: 50%;
		right: 0px;
		left: 0;
	margin: 0 auto;
	-webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
}
.filp_mbf_link:hover{
	opacity: 0.7;
}
.filp_mbf_link:hover .filp_mdf_angle{
	right: 10px;
}


/*こんなお悩みはありませんか===========================*/
.fi_lp_nayami_title{
	text-align: center;
	font-weight: 600;
	font-size: 33px;
	letter-spacing: 2px;
	margin: 0 0 30px;
	color: #0050a9;
}
.fi_nayami_area{
	position: relative;
	z-index: 1;
}
.niigata_map{
	width: 50%;
	max-height: 100%;
	position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
	z-index: -1;
}
.fi_nayami_list{
	width: 47%;
	min-width: 350px;
	margin: 60px 0 60px auto;
}
.fi_nayami_list li{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	color: #333;
}
.fi_nayami_check{
	width: 45px;
	height: 45px;
	margin: 0 20px 0 5px;
}
.fi_nayami_text p{
	width: 100%;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
}
.fi_nayami_main .fi_nayami_text p{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.fi_nayami_main .fi_nayami_text span{
	background: linear-gradient(transparent 73%, #ffa539 0%);
}
.fi_nayami_main .fi_nayami_check{
	width: 60px;
	height: 60px;
	margin-left: 0;
}
.fi_nayami_under_text{
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
}

/*メリット===========================*/
.forindustry_youtube{ margin-bottom: 20px; }
.forindustry_youtube iframe {
	max-width: 100%;
	height: 27vw;
	max-height: 299px;
}
.fi_lp_photo_shadow{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.fi_melit_title_area{
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.fi_melit_nam{
	width: 70px;
	height: 70px;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	background-color: #FF9900;
	margin-right: 10px;
}
.fi_melit_nam p{
	position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.fi_melit_title{
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
	color: #0050a9;
	margin: 0;
	letter-spacing: 2px;
}
.fi_melit_text_area{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	word-wrap: break-word;
  overflow-wrap: break-word;
}
.fi_melit_graph_area{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.lp_industry_table{
	width: 100%;
	margin-top: 20px;
}
.lp_industry_table th, .lp_industry_table td{
	width: 50%;
	text-align: center;
	padding: 10px;
	letter-spacing: 2px;
}
.lp_industry_table th{
	border: 1px solid #ff9900;
	background-color: #ff9900;
	font-weight: 500;
	color: #fff;
}
.lp_industry_table th:first-child{
	border-right: 1px solid #fff;
}
.lp_industry_table td{
	border: 1px solid #d3d3d3;
	border-top: none;
	color: #333;
	font-size: 14px;
}
/*ソラーレなら！*/
.fi_melit_simu_title{
	position: relative;
	margin: 50px auto 40px;
    text-align: center;
    font-size: 25px;
    background-color: #0050a9;
    color: #fff;
    padding: 10px 20px 15px;
    max-width: 500px;
    border-radius: 10px;
    letter-spacing: 2px;
    line-height: 33px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.fi_melit_simu_title span{ font-size: 20px; }
.fi_melit_simu_title:before{
	content: '';
	width: 15px;
	height: 15px;
	border-top: 15px solid #0050a9;
	border-right: 15px solid transparent;
	border-left: 15px 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%);
}
.fi_solarenara.fi_simu_fukidashi{ margin: 50px auto 30px; }
.fi_slash_catch{
	text-align: center;
	margin: 30px 0;
}
.fi_slash_catch .fisc_s_waku{
	display: inline;
	position: relative;
	text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
.fi_slash_catch .fisc_s_waku:before,
.fi_slash_catch .fisc_s_waku:after{
	content: '';
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 50px;
    border-left: 2px solid #333;
}
.fi_slash_catch .fisc_s_waku:before {
    left: -20px;
    transform: rotate(-20deg);
}
.fi_slash_catch .fisc_s_waku:after {
    right: -20px;
    transform: rotate(20deg);
}


.fi_melit_simubtn{
	margin: 0 auto 80px !important;
}

/*懸念点について===========================*/
.fi_demelit .fi_melit_nam{
	background-color: #0050a9;
}
.fi_demelit .fi_melit_text_area{
	/*background-color: #f9f9f9;*/
	background-color: #fff;
}
.fi_demelit_under_text{
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 50px 0 0;
}

/*シミュレーションを作成===========================*/
.fi_simulation_card{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	height: 100%;

}
.fi_simu_img{
	position: relative;
	width: 100%;
	max-width: 130px;
	height: 130px;
	margin: 10px auto 30px;
	text-align: center;
}
.fi_simu_img img{
	width: 100%;
	max-height: 150px;
	position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.fi_simulation_card p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	letter-spacing: 1px;
}

/*施工事例===========================*/
.fi_case_card{
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	color: #fff;
	position: relative;
	padding-bottom: 80px;
	height: 100%;
}
.fi_case_imgarea{
	overflow: hidden;
	width: 100%;
	height: 30vw;
	max-height: 300px;
	position: relative;
}
.ficase_tag{
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.fi_case_textarea{
	padding: 15px;
}
.fi_case_title{
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 10px;
}
.fi_case_address{
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.fi_case_table{
	width: 100%;
}
.fi_case_table th, .fi_case_table td{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px 0 3px 0px;
}
.fi_case_table th{
	text-align: center;
	vertical-align: top;
	min-width: 100px;
}
.fi_case_table th span{
	display: inline-block;
	font-weight: 500;
	background-color: #fff;
	padding: 3px 15px;
}
.fi_case_table td{
	padding: 3px 0 3px 10px;
	width: 100%;
	line-height: 30px;
	padding-left: 10px;
}
.ficc_orange{	background-color: #ff9900; }
.ficc_orange .ficase_tag{ background-color: #ff9900; }
/*.ficc_orange .fi_case_table th span{ color: #0050a9;}*/
.ficc_blue{ background-color: #0050a9; }
.ficc_blue .ficase_tag{ background-color: #0050a9; }
/*.ficc_blue .fi_case_table th span{ color: #ff9900; }*/

.ficc_orange .fi_case_table th span,
.ficc_blue .fi_case_table th span{ color: #333333; }

/*開く*/
.fi_case_voice_area{
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px 15px 15px;
	transition: 0.5s;
	-webkit-transform: translate(0%,100%);
  -moz-transform: translate(0%,100%);
  -ms-transform: translate(0%,100%);
  -o-transform: translate(0%,100%);
  transform: translate(0%,100%);
}
.ficc_orange .fi_case_voice_area{background-color: #ff9900;}
.ficc_blue .fi_case_voice_area{ background-color: #0050a9;}
.fic_voice_btn{
	margin: 0 auto;
	padding: 5px 30px 5px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 170px;
	cursor: pointer;
	transition: 0.5s;
	z-index: 1;
	position: relative;
}
.ficc_orange .fic_voice_btn{
	color: #ff9900;
	background-color: #fff;
}
.ficc_blue .fic_voice_btn{
	color: #0050a9;
	background-color: #fff;
}
.fic_voice_btn:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
		top: 50%;
		right: 20px;
	-webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.5s;
}
.ficc_orange .fic_voice_btn:before{ border-color: #ff9900; }
.ficc_blue .fic_voice_btn:before{ border-color: #0050a9; }
.ficc_orange .fic_voice_btn:hover,
.ficc_blue .fic_voice_btn:hover{
	color: #fff;
	background-color: transparent;
}
.fic_voice_btn:hover:before{
	right: 15px;
	border-color: #fff !important;
}

.fic_voice_text{
	margin-top: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 14px;
}
.fic_open .fi_case_voice_area{
	bottom: 0;
	padding-top: 30px;
	-webkit-transform: translate(0%,0%);
  -moz-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  -o-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.fic_open .fic_voice_btn:before{
	-webkit-transform: translate(0%,-50%) rotate(135deg);
  -moz-transform: translate(0%,-50%) rotate(135deg);
  -ms-transform: translate(0%,-50%) rotate(135deg);
  -o-transform: translate(0%,-50%) rotate(135deg);
  transform: translate(0%,-50%) rotate(135deg);
}
.fic_open .fic_voice_btn:hover:before{
	right: 20px;
	top: 60%;
}

/*お客様にご準備いただくもの===========================*/
.fi_preparation_card{
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	position: relative;
	padding: 0 20px 30px;
	border-radius: 10px;
	text-align: center;
	margin: 20px auto;
}
.fi_pre_title{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	min-width: 200px;
	padding: 5px 10px;
	margin: -20px auto 10px;
	background-color: #0050a9;
	-webkit-transform: translate(0%,-10px);
  -moz-transform: translate(0%,-10px);
  -ms-transform: translate(0%,-10px);
  -o-transform: translate(0%,-10px);
  transform: translate(0%,-10px);
}
.fi_pre_text{
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto 30px;
	color: #333;
}
.fi_pre_imgarea{
	display: block;
	position: relative;
	border: 7px solid #c9c9c9;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.fi_pre_imgarea img{ width: 100%; }
.fi_pre_imgarea .fi_icon_zoom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	opacity: 0.3;
}
.fi_fukidashi_area{
	margin-top: 60px;
}
.fi_teian_fukidashi{
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #0050a9;
	position: relative;
	width: 100%;
	min-height: 200px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.fi_teian_fukidashi:before{
	content: '';
	display: inline-block;
	width: 15px;
	position: absolute;
	bottom: 1px;
	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%);
  border-top: 20px solid #0050a9;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.fi_teian_fukidashi p{
	padding: 0 10px;
	position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.fi_teianbtn_catch{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	margin: 50px 0 30px;
}
.fitc_waku{	position: relative; }
.fitc_waku:before,
.fitc_waku:after{
	content: '';
	position: absolute;
	bottom: -10px;
	width: 1px;
	height: 50px;
	border-left: 2px solid #333;
}
.fitc_waku:before{
	left: -20px;
	transform: rotate(-20deg);
}
.fitc_waku:after{
	right: -20px;
	transform: rotate(20deg);
}
.fi_long_btn, .fi_long_btn:visited{
	display: block;
	font-size: 23px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #ff9900;
	position: relative;
	padding: 25px 20px;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
	transition: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.fi_long_btn:hover{
	color: #fff;
	background-color: #ffd140;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.fi_long_btn:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
		top: 50%;
		right: 30px;
	-webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.fi_long_btn:hover{
	color: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.fi_long_btn:hover:before{
	right: 25px;
}

/*テクノナガイソラーレの強み===========================*/
.fi_lp_margin{
	margin-top: 30px;
}
.fi_lp_advantage_card{
	background-color: #fff;
	padding: 40px 20px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	position: relative;
	min-height: 250px;
}
.filp_adv_nam{
	font-size: 40px;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-color: #0050a9;
	position: absolute;
	top: 0;
	left: 10px;
	-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.filp_adv_strong{
	color: #ff4200;
	font-weight: 500;
	font-size: 16px;
}
.filp_adv_title{
	color: #0050a9;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px;
}
.filp_adv_title span{ font-size: 16px; }

/*補助金===========================*/
.fi_lp_hojokin_area{
	background-image: url('images/for_industry_lp/hojokin_bg.jpg');
	background-size: cover;
	background-position: center center;
}
.fi_lp_hojokin_area:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
}
.filp_hojokin_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.filp_hojokin_title_area{
	min-width: 400px;
	width: 35%;
}
.filp_hojokin_title_area .fi_lp_common_title{
	text-align: left;
	color: #fff;
}
.filp_hojokin_title_area .fi_lp_common_title:before{ right: auto; }
.filp_hojokin_text_area{	width: 65%; }

/*雪国新潟===========================*/
.filp_yukiguni_title_mini{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}
.fi_lp_yukiguni_title{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	margin: 15px 0 50px;
}
.yukiguni_btn{ margin-left: 0; }

/*導入までの流れ===========================*/
.fi_lp_flow_area{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px 0;
}
.filp_flow_con{
	width: 14.3%;
	position: relative;
	z-index: 1;
}
.filp_flow_nam{
	position: relative;
	width: 100%;
	max-width: 75px;
	height: 30vw;
	max-height: 75px;
	margin: 0 auto;
	text-align: center;
	background-color: #ff9900;
	border-radius: 50%;
}
.filp_flow_nam p{
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.filp_flow_nam:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0%,100%);
	border-left: 2px solid #ff9900;
	height: 40px;
	width: 2px;
}
.filp_nam_border{
	width: 100%;
	position: relative;
}
.filp_nam_border:before{
	content: '';
	border-bottom: 2px solid #e5e5e5;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translate(0%,-50%);
	z-index: -1;
}
.filp_flow_con:first-child .filp_nam_border:before{
	width: 50%;
	left: auto;
}
.filp_flow_con:last-child .filp_nam_border:before{
	width: 50%;
	right: auto;
}
.filp_flow_dott{
	display: block;
	background-color: #fff;
	border: 2px solid #ff9900;
	border-radius: 50%;
	width: 20px;
	height: 20px;
  margin: 40px auto 10px;
}
.filp_flow_title{
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	padding: 0 10px;
}
/*色*/
.filp_flow_con:nth-of-type(1) .filp_flow_nam{ background-color: #ffed61; }
.filp_flow_con:nth-of-type(1) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(1) .filp_flow_dott{ border-color: #ffed61; }

.filp_flow_con:nth-of-type(2) .filp_flow_nam{ background-color: #ffe155; }
.filp_flow_con:nth-of-type(2) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(2) .filp_flow_dott{ border-color: #ffe155; }

.filp_flow_con:nth-of-type(3) .filp_flow_nam{ background-color: #ffd140; }
.filp_flow_con:nth-of-type(3) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(3) .filp_flow_dott{ border-color: #ffd140; }

.filp_flow_con:nth-of-type(4) .filp_flow_nam{ background-color: #ffc43b; }
.filp_flow_con:nth-of-type(4) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(4) .filp_flow_dott{ border-color: #ffc43b; }

.filp_flow_con:nth-of-type(5) .filp_flow_nam{ background-color: #ffb92d; }
.filp_flow_con:nth-of-type(5) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(5) .filp_flow_dott{ border-color: #ffb92d; }

.filp_flow_con:nth-of-type(6) .filp_flow_nam{ background-color: #ffa824; }
.filp_flow_con:nth-of-type(6) .filp_flow_nam:before,
.filp_flow_con:nth-of-type(6) .filp_flow_dott{ border-color: #ffa824; }


/*よくある質問===========================*/
.filp_faq_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filp_faq_titlearea{
	width: 25%;
	min-width: 200px;
}
.filp_faq_titlearea .fi_lp_common_title{ text-align: left; }
.filp_faq_titlearea .fi_lp_common_title:before{	right: auto; }
.filp_faq_area{ width: 75%; }
.filp_faq_con{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.filp_faq_con_flex{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.filp_qa_tag{
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 5px;
	background-color: #ff9900;
	text-align: center;
	margin-right: 15px;
}
.filp_qa_tag p{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.filp_faq_text{ width: 100%; }
.filp_faq_text p{ margin-top: 5px; }

.faq_q_area .filp_qa_tag{ background-color: #0050a9; }
.faq_q_area .filp_faq_text{ font-weight: 500; }

/*見積シミュレーション作成フォーム===========================*/
.fi_simu_fukidashi{
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #ff9900;
	padding: 8px 10px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
	border-radius: 5px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.fi_simu_fukidashi:before{
	content: '';
	width: 15px;
	height: 15px;
	border-top: 15px solid #ff9900;
	border-right: 15px solid transparent;
	border-left: 15px 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%);
}
.filp_form_table{
	width: 100%;
	max-width: 900px;
	margin: 80px auto 20px;
}
.filp_form_table tr{
	border-bottom: 1px solid #bcbcbc;
}
.filp_form_table th, .filp_form_table td{
	padding: 20px 10px;
	letter-spacing: 1px;
}
.filp_form_table th{
	color: #fff;
	font-weight: 500;
	text-align: left;
	min-width: 250px;
	vertical-align: top;
}
.filp_form_table .required,
.filp_pp_title .required{
	background-color: #ff9900;
	font-size: 14px;
	margin-left: 20px;
	border-radius: 5px;
	padding: 2px 10px;
	white-space: nowrap;
}
.filp_form_table input,
.filp_form_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 5px 0px 0px;
  padding: 5px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #fff;
}
.filp_pp_area{
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 20px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.filp_pp_title{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.filp_pp_btn, .filp_pp_btn:visited{
	display: block;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	width: 100%;
	max-width: 350px;
	background-color: #ff9900;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	transition: 0.3s;
	margin: 0 auto;
}
.filp_pp_btn:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
		top: 50%;
		right: 20px;
	-webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.filp_pp_btn:hover{
	color: #fff;
	background-color: #ffd140;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.filp_pp_btn:hover:before{
	right: 15px;
}
.filp_pp_check{
	text-align: center;
	color: #fff;
}
.filp_form_submit input[type="submit"]{
	font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin: 40px auto 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  max-width: 180px;
  background-color: #ff9900;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.filp_form_submit input[type="submit"]:hover{
	color: #fff;
	background-color: #ffd140;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.filp_form_table .wpcf7-not-valid-tip{ color: #fe9595; }
.wpcf7 form .wpcf7-response-output{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	color: #333;
}
.for_juutaku_form{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.for_juutaku_form a, .for_juutaku_form a:visited{ color: #fff; }

/*==================================================
 レスポンシブ
==================================================*/

@media only screen and (max-width: 1000px) {
	.fi_mv_maintitle{
		font-size: 4.4vw;
		line-height: 6vw;
		margin: 1.8vw 0;
	}
}
@media only screen and (max-width: 900px) {
		.fi_nayami_area{
			background-size: 50%;
		}
		/*ご準備いただくもの===========================*/
		.fi_teianbtn_catch{
			font-size: 25px;
		}
	}
@media only screen and (max-width: 800px) {
	/*メインビジュアル===========================*/
	.fi_mv_maintitle{
		font-size: 8vw;
		line-height: 9vw;
	}
	.fi_mv_for{ font-size: 5vw !important; }

	/*安心・地域密着・安全===========================*/
	.lp_mv_3point_area{
		-webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	}
	.lp_mv_c_taiyou{
		width: 20vw;
		max-width: 100px;
	}
	.lp_mvc_blue_text{
		padding-left: 60px;
		font-size: 2.9vw;
	}
	.lp_mvc_orange_text{
		font-size: 40px;
		line-height: 40px;
	}
	.lp_mvc_2 .lp_mvc_orange_text{
		padding-left: 53px;
		line-height: 6.5vw;
		font-size: 7vw;
	}
	.lp_mvc_blk_text{ font-size: 3vw; }
	.lp_mvc_1 .lp_mv_card{ margin-bottom: 40px; }

	/*延べ件数===========================*/
	/*.fi_nobe_text{
		font-size: 40px;
	}
	.fi_nobe_nam{
		font-size: 140px;
		margin-left: 10px;
	}
	.fi_nobe_ken{
		font-size: 55px;
	}*/
	/*メインビジュアル下バナー===========================*/
	.filp_mdf_title.filp_mdf_t_short{
		margin: 0 0 15px;
	}
	/*お悩み===========================*/
	.fi_nayami_list{
		width: 100%;
		max-width: 500px;
		min-width: 1px;
		margin: 60px auto 0;
	}
	.fi_nayami_under_text{
		margin-top: 200px;
	}
	.niigata_map{
    top: auto;
    bottom: -20px;
    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%);
    width: 100%;
    max-width: 300px;
	}
	/*ご準備いただくもの===========================*/
		.fi_teianbtn_catch .font_blue:before{
		  content: "\A" ;
		  white-space: pre ;
		}
		.fitc_waku:before{
			left: -100px;
		}
		.fi_long_btn{ font-size: 20px; }
	/*補助金===========================*/
	.filp_hojokin_flex{
		flex-direction: column;
	}
	.filp_hojokin_title_area,
	.filp_hojokin_text_area{
		min-width: 1px;
		width: 100%;
	}
	/*フォーム===========================*/
	.filp_form_table th, .filp_form_table td{
		display: block;
	}
	.filp_form_table th{ padding-bottom: 10px; }
	.filp_form_table td{ padding-top: 0; }
}
@media only screen and (max-width: 700px) {
	/*トップページ*/
	.fi_mv_textarea{ padding: 110px 10px 0; }
	.flp_top_technonagai_bnr{
		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
  		width: 220px;
  		text-align: center;
        justify-content: center;
	}
	.flp_top_t_bnr_desc{ font-size: 12px; }
	.flp_t_technonagai_logo{ margin: 0; }
	.flp_top_bnr_text{
		width: 100%;
		font-size: 11px;
	}

	/**/
	.fi_nobe_nam:before{
	  content: "\A" ;
	  white-space: pre ;
	}
	.fi_nobe_text{
		line-height: 20px;
		-webkit-transform: translate(0%,-20%);
	  -moz-transform: translate(0%,-20%);
	  -ms-transform: translate(0%,-20%);
	  -o-transform: translate(0%,-20%);
	  transform: translate(0%,-20%);
	  margin-bottom: 10px;
	}
	.fi_slash_catch .fisc_s_waku:before{
		left: -50px !important;
	}
	.filp_flow_nam{
		max-width: 65px;
		max-height: 65px;
	}
}
@media only screen and (max-width: 600px) {
	.sp_br:before{
	  content: "\A" ;
	  white-space: pre ;
	}
	.sp_nobr:before{
	  content: "" ;
	}
	.fi_lp_common_title{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.fi_common_btn{
		font-size: 16px;
		padding: 10px;
		margin: 3vw auto 0;
		max-width: 380px;
	}
	.fi_common_btn:before,
	.fi_long_btn:before{
		right: 15px;
	}
	.fi_common_btn:hover:before,
	.fi_long_btn:hover:before{
		right: 10px;
	}
	/*フッター===========================*/
	.filp_follow_topbtn{
		transform: scale(0.7);
		bottom: 0;
		right: 0;
	}
	.filp_follow_topbtn:hover{
		transform: translate(0%,-5px) scale(0.7);
	}
	/*ヘッダー===========================*/
	.front_logo{
		width: 33vw;
		line-height: 6.5vw;
	}

	/*メインビジュアル===========================*/
	.fi_lp_mainvisual_area{
		min-height: 500px;
		height: 100vh;
	}
	.fi_mv_maintitle{
		font-size: 30px;
		line-height: 35px;
		margin: 5vw auto;
	}
	/*住宅用太陽光発電*/
	.jutaku_mv .fi_mv_maintitle{
		font-size: 11vw;
	  margin-bottom: 50px;
	}
	/*==============*/
	.fi_mv_for{ font-size: 18px; }
	.fi_mv_text{ font-size: 14px; }

	/*安心・地域密着・安全===========================*/
	.lp_mv_3point_area{
		padding: 0 0 0 35px;
		margin-top: 20px;
	}
	.lp_mv_flex{
		flex-direction: column;
		width: 100%;
	}
	.lp_mv_c_taiyou{
		width: 100%;
		top: 50%;
		-webkit-transform: translate(0%,-50%);
	  -moz-transform: translate(0%,-50%);
	  -ms-transform: translate(0%,-50%);
	  -o-transform: translate(0%,-50%);
	  transform: translate(0%,-50%);
	}
	.lp_mvc_blue_text{
		font-size: 15px;
		text-align: center;
		padding-left: 0;
	}
	/*安心*/
	.lp_mvc_1 .lp_mv_card{
		margin: 0 auto 20px;
		max-width: 320px;
		width: 100%;
	}
	.lp_mvc_1 .lp_mvc_orange_text{
		text-align: center;
		font-size: 36px;
		line-height: 35px;
		padding-left: 53px;
		padding-left: 20px;
	}
	/*地域・安心*/
	.lp_mvc_2{
		width: 100%;
		margin-right: 0;
	}
	.lp_mvc_2 .lp_mv_card{
		margin: 0 auto 20px;
		max-width: 320px;
		width: 100%;
	}
	.lp_mvc_2 .lp_mvc_orange_text{
		font-size: 45px;
		line-height: 40px;
		text-align: center;
		padding-left: 0;
	}
	.lp_mvc_blk_text{ font-size: 18px; }

	/*延べ件数===========================*/
	/*.fi_nobe_nam{
		margin-left: 0;
		font-size: 120px;
	}
	.fi_nobe_ken{
		font-size: 40px;
		line-height: 45px;
	}
	.fi_lp_nayami_title{ font-size: 25px; }
	.fi_jisseki_text{ font-size: 16px; }*/

	/*他ブラウザ対応*/
	/*@-moz-document url-prefix() {
		.fi_nobe_text{
			line-height: 70px;
			-webkit-transform: translate(0%,-40%);
		  -moz-transform: translate(0%,-40%);
		  -ms-transform: translate(0%,-40%);
		  -o-transform: translate(0%,-40%);
		  transform: translate(0%,-40%);
		}
		.fi_nobe_ken{ line-height: 0; }
	}
	@supports (-ms-ime-align: auto){
		.fi_nobe_text{
			line-height: 70px;
			-webkit-transform: translate(0%,-40%);
		  -moz-transform: translate(0%,-40%);
		  -ms-transform: translate(0%,-40%);
		  -o-transform: translate(0%,-40%);
		  transform: translate(0%,-40%);
		}
		.fi_nobe_ken{ line-height: 0; }
	}
	_::-webkit-full-page-media, _:future, :root .fi_nobe_text{
		line-height: 70px;
		-webkit-transform: translate(0%,-40%);
	  -moz-transform: translate(0%,-40%);
	  -ms-transform: translate(0%,-40%);
	  -o-transform: translate(0%,-40%);
	  transform: translate(0%,-40%);
	}
	_::-webkit-full-page-media, _:future, :root .fi_nobe_ken{ line-height: 0; }*/

	/*メインビジュアル下バナーエリア===========================*/
	.filp_mbf_link{
		text-align: left;
		padding: 10px 70px 10px 10px;
	}
	.filp_mdf_title.filp_mdf_t_short{ margin: 0; }
	.filp_mbf_link_text{ margin-top: 5px; }
	.filp_mdf_angle{
		width: 30px;
		height: 30px;
		top: 50%;
	  -webkit-transform: translate(0%,-50%);
	  -moz-transform: translate(0%,-50%);
	  -ms-transform: translate(0%,-50%);
	  -o-transform: translate(0%,-50%);
	  transform: translate(0%,-50%);
	}
	.filp_mdf_angle:before{
		width: 7px;
		height: 7px;
	}
	.fi_mbr_con:nth-of-type(1){ order: 2; }
	.fi_mbr_con:nth-of-type(2){ order: 1; }
	.fi_mbr_con:nth-of-type(3){ order: 3; }

	/*お悩み===========================*/
	.fi_nayami_under_text{
		margin-top: 100px;
	}
	/*メリット===========================*/
	.forindustry_youtube iframe{ height: 52vw; }
	.fi_melit_nam{
		font-size: 30px;
		width: 50px;
		min-width: 50px;
		height: 50px;
	}
	.fi_melit_text_area{
		padding: 20px 10px;
	}
	.fi_melit_title{ line-height: 30px; }
	.fi_demelit_under_text{
		line-height: 28px;
		letter-spacing: 1px;
		margin-top: 30px;
	}
	.fi_melit_simu_title{
		font-size: 22px;
		line-height: 30px;
	}
	.fi_melit_simu_title span{ font-size: 18px; }

	/*シミュレーション===========================*/
	.fi_simulation_card{
		max-width: 350px;
		margin: 0 auto;
	}
	.fi_simulation_card p{ line-height: 25px; }

	/*施工事例===========================*/
	.fi_case_card{
		max-width: 500px;
		margin: 0 auto;
	}
	.ficase_tag{
		font-size: 14px;
		padding: 3px 8px;
		top: 10px;
		left: 10px;
	}
	.fi_case_imgarea{
		height: 50vw;
	}
	.fi_case_textarea{
		padding: 10px;
	}
	.fic_voice_btn{
		font-size: 16px;
	}
	.fic_voice_text{
		line-height: 25px;
	}
	.fic_open .fic_voice_text{
		margin-top: 20px;
	}

	/*ご準備いただくもの===========================*/
	.fi_preparation_card{ margin-bottom: 0; }
	.fi_pre_title{ font-size: 16px; }
	.fi_pre_text{ margin-bottom: 20px; }
	.fi_teian_fukidashi{
		max-width: 300px;
		min-height: 150px;
		margin: 0 auto;
	}
	.fi_teianbtn_catch{
		margin-bottom: 30px;
	}
	/*強み===========================*/
	.filp_adv_nam{
		font-size: 25px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.fi_lp_margin{
		margin-top: 20px;
	}
	.fi_lp_advantage_card{
		min-height: 1px;
		padding: 30px 20px;
	}
	.filp_adv_title{ margin-bottom: 20px; }

	/*雪国でも安心して===========================*/
	.fi_lp_yukiguni_title{
		margin: 5px 0 30px;
	}
	.yukiguni_btn{ margin-left: auto; }

	/*導入までの流れ===========================*/
	.fi_lp_flow_area{
		flex-direction: column;
		margin-bottom: 0;
	}
	.filp_flow_con{
		width: 100%;
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-bottom: 20px;
	}
	.filp_nam_border{
		width: auto;
		min-width: 65px;
	}
	.filp_nam_border:before{
		border-bottom: none;
		border-left: 2px solid #e5e5e5;
		width: 2px;
		height: 100%;
		top: auto;
		bottom: 0;
		transform: translate(0%,100%);
	}
	.filp_flow_con:first-child .filp_nam_border:before{
		width: 2px;
		left: 0;
	}
	.filp_flow_con:last-child .filp_nam_border:before{
		border-left: none;
	}
	.filp_flow_nam{
		margin: 0 auto 0 0;
	}
	.filp_flow_nam:before{
		width: 30px;
		height: 2px;
		top: 50%;
		left: auto;
		bottom: auto;
		border-left: none;
		border-bottom: 2px solid #ff9900;
		-webkit-transform: translate(100%,-50%);
	  -moz-transform: translate(100%,-50%);
	  -ms-transform: translate(100%,-50%);
	  -o-transform: translate(100%,-50%);
	  transform: translate(100%,-50%);
	}
	.filp_flow_dott{
		min-width: 20px;
		margin: 0 0 0 30px;
	}
	.filp_flow_title{
		width: 100%;
		max-width: 200px;
		text-align: left;
		padding: 0 0 0 20px;
		margin: 0;
	}

	/*よくある質問===========================*/
	.filp_faq_flex{flex-direction: column;}
	.filp_faq_titlearea, .filp_faq_area{
		width: 100%;
		min-width: 1px;
	}
}
@media only screen and (max-width: 500px) {
	/*メインビジュアル===========================*/
	.fi_mv_for{ font-size: 4vw; }

	/*お悩み===========================*/
	.fi_nayami_check{
		width: 40px;
		min-width: 40px;
	  height: 40px;
	  margin: 0 10px 0 0px;
	}
	.fi_nayami_main .fi_nayami_check{
		width: 50px;
		min-width: 50px;
	  height: 50px;
	}
	.fi_nayami_main .fi_nayami_text p{
		font-size: 18px;
		line-height: 25px;
	}
	/*メリット===========================*/
	.fi_slash_catch .fisc_s_waku{
		font-size: 25px;
		line-height: 30px;
	}

	/*施工事例===========================*/
	.fi_case_title{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.fi_case_address{
		margin-bottom: 15px;
	}
	.fi_case_table th, .fi_case_table td{
		display: block;
	}
	.fi_case_table th{
		text-align: left;
	}
	.fi_case_table td{
		padding-left: 0;
		line-height: 25px;
	}
	/*ご準備いただくもの===========================*/
	.fi_teianbtn_catch{
		padding: 0 25px;
		line-height: 40px;
	}
	.fitc_waku:before{
		left: 0;
	}
}
@media only screen and (max-width: 400px) {
	/*延べ件数===========================*/
	/*.fi_nobe_text{ line-height: 25px; }
	.fi_nobe_nam{ font-size: 100px; }
	.fi_nobe_ken{
		font-size: 35px;
		line-height: 55px;
		display: block;
		margin-top: 10px;
	}*/
	/*他ブラウザに対応*/
	/*@-moz-document url-prefix() {
		.fi_nobe_text{ line-height: 65px; }
		.fi_nobe_ken{ line-height: 0; }
	}
	@supports (-ms-ime-align: auto){
		.fi_nobe_text{ line-height: 65px; }
		.fi_nobe_ken{ line-height: 0; }
	}
	_::-webkit-full-page-media, _:future, :root .fi_nobe_text{ line-height: 65px; }
	_::-webkit-full-page-media, _:future, :root .fi_nobe_ken{ line-height: 0; }*/
	/*メリット===========================*/
	.lp_industry_table th{
		font-size: 14px;
	}
	/*ご準備いただくもの===========================*/
	.fi_teianbtn_catch{ padding: 0px; }
}
