@charset "utf-8";
/* CSS Document */


.tel{
	font-size:14px;
	}
.large{
	font-size: 16px;
}

.indent2{
	padding-left:0px;
}	

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.t_indent1 {
    text-indent: 1em;
}

.p_indent{
	padding-left: 15px;
}

.side_tit{
	margin-top: 30px;
}

/*--------------------------------------
electricTop
----------------------------------------*/
.electricTop .alignCenter{
	text-align: center;
}
.electricTop>.wrap01>p.image{
	width:100%;
	margin: 0 auto;
}
.electricTop>.wrap01>p.image img{
	width: 100%;
	max-width: 1000px;
}
.electricTop p.button{
	width: 90%;
    max-width: 400px;
    height: 45px;
    margin: 0 auto 30px;
	background-color: #dc5a55;	
	border-radius: 20px;
	text-align: center;
}
.electricTop p.button>a{
	font-size: 16px;	
	line-height: 45px;
	color: #ffffff;
}

/*--------------------------------------
electric01
----------------------------------------*/

.electric01>.wrap01>p.image{
	width:100%;
	margin: 0 auto;
}
.electric01>.wrap01>p.image>img{
	width: 100%;
	max-width: 720px;
}
.electric01>.wrap02 h4{
	text-align: center;
	color: #ffffff;
	background-color: #57b8e2;
	line-height: 32px;
	border-radius: 4px;
}
.electric01>.wrap02>ul{
	overflow: hidden;
}
.electric01>.wrap02>ul>li{
	width :32%;
	margin-right: 2%;
}
.electric01>.wrap02>ul>li:last-child{
	margin-right: 0;
}
.electric01>.wrap02 p.image{
	width: 100%;
}
.electric01>.wrap02 img{
	width :100%;
	max-width: 230px;
}

.electric01>.wrap02>ul>li>p{
	text-align: center;
}
.electric01>.wrap02>ul>li>h5.gray{
	background-color: #727171;
	color: #ffffff;
	border-radius: 12px;
	text-align: center;
}
.electric01>.wrap02>ul>li>h5.red{
	background-color: #dc5a55;
	color: #ffffff;
	border-radius: 12px;
	text-align: center;
}
.electric01>.wrap02>ul>li span.red{
	color: #dc5a55;
}

.electric01>.wrap03 p.alignleft{
	text-align: left;
}

.electric01>.wrap04{
	text-align:center;
}
.electric01>.wrap04>p.button{
	width: 90%;
    max-width: 400px;
    height: 45px;
    margin: 0 auto 30px;
	background-color: #dc5a55;	
	border-radius: 20px;
	text-align: center;
}
.electric01>.wrap04>p.button>a{
	font-size: 16px;	
	line-height: 45px;
	color: #ffffff;
}


/*--------------------------------------
electric02
----------------------------------------*/
.electric02 .pdf>a{
	display:inline;
}

.electric02 .pdf_btn{
    font-size: 11px;
    color: #4d4d4d;
    text-decoration: none;
    padding-left: 30px;
    background-image: url(../../common/images/pdf.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.electric02>.wrap01 p.image{
	width: 100%;
}

.electric02>.wrap01 img{
	width :100%;
	max-width: 605px;
	margin-bottom: 20px;
}


/*--------------------------------------
electric03
----------------------------------------*/
.electric03 span.small{
	font-size: 10px;
}
.electric03 h5 span.step{
	padding: 2px 10px 0;
	background-color: #91be1e;
	border-radius: 12px;
	color: #ffffff;
}
.electric03 ul>li.circle{
	position: relative;
	padding-left: 15px;
}
.electric03 li.circle:before{	
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	display: block;
	width: 0;
	height: 0;	
	border: 4px solid;
	border-radius: 4px;
	border-color: #91be1e;	
}

/*--------------------------------------
electric04
----------------------------------------*/
.electric04 dl>dt.question{
	font-size: 16px;
	line-height: 40px;
	padding-left: 45px;
	background: no-repeat;
	background-image: url(../images/question.png) ;
}


/*--------------------------------------
sidebar
----------------------------------------*/

p.indentback{
  text-indent: -1em;
  padding-left: 2em;
}

/*--------------------------------------
electric05
----------------------------------------*/

.electric05 .wrap01{
	text-align: center;
}

.electric05 .wrap01 img{
	width: 100%;
	max-width: 720px;
}


.electric05 .balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #91be1e;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #91be1e;
  box-sizing: border-box;
	font-weight: bold;
}

.electric05 .balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.electric05 .balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #91be1e;
  z-index: 1;
}

.electric05 .balloon2 p {
  margin: 0;
  padding: 0;
}

.electric05 .balloon2 p span{
  font-size: 12px;
}


.electric05 p.img_title{
	font-weight: bold;
	font-size: 30px;
}

.electric05 .alignCenter{
	text-align: center;
}

.electric05 p.button{
	width: 90%;
    max-width: 400px;
    height: 45px;
    margin: 0 auto 30px;
	background-color: #dc5a55;	
	border-radius: 20px;
	text-align: center;
}
.electric05 p.button>a{
	font-size: 16px;	
	line-height: 45px;
	color: #ffffff;
}
.electric05 .clm3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:40px;
}
.electric05 .clm3 li {
	width:32%;
	border:1px solid #91be1e;
}
.electric05 .clm3 dl {
	background:#91be1e;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px 10px 0;
	    height: 120px;
}
.electric05 .clm3 dl dt {
	width:20%;
	color:#fff;
}
.electric05 .clm3 dl dt img {
	width:100%;
	vertical-align: middle;
}
.electric05 .clm3 dl dd {
	width:100%;
	padding:5px;
	color:#fff;
}
.electric05 .clm3 dl dd h5 {
	margin:0 0 5px;
}
.electric05 .point_txt {
	padding:10px;
}
.electric05 .electric_graph {
	margin:20px auto;
}

.electric05 .electric_graph .img_box {
	clear: both;
}

.electric05 .electric_graph .img_box .box_l {
	width: 40%;
	float: left;
	margin-right: 3%
}

.electric05 .electric_graph .img_box .box_r {
	width: 55%;
	float: left;
}

.electric05 .electric_graph .img_box .box_r img {
	width: 100%;
	max-width: 400px;
}

.electric05 .clm5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 20px;
}
.electric05 .clm5 li {
	width:19%;
}

.electric05 .clm5 li:nth-child(1) {
	width:39.5%;
	margin-bottom:10px;
	padding: 5px 0;
	background-color: #91be1e;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2.5pt;
}
.electric05 .clm5 li:nth-child(2) {
	width:59.5%;
	margin-bottom:10px;
	padding: 5px 0;
	background-color: #91be1e;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2.5pt;
}

.electric05 .clm5 li img {
	width:100%;
}

dl.step_list {
	border-bottom:1px dashed #ccc;
	padding:5px 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:10px;
}
dl.step_list dt {
	width: 110px;
	color:#91be1e;
	font-size:120%;
	font-weight: bold;
}
dl.step_list dd {
	width: 600px;
}



/*--------------------------------------
electric06
----------------------------------------*/

.electric06 .wrap01 .p_indent{
	padding-left:1em;
text-indent:-1em;
}

.electric06 .wrap01 .graph img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

/*--------------------------------------
electric07
----------------------------------------*/
.electric07 dl>dt.question{
	font-size: 16px;
	line-height: 40px;
	padding-left: 45px;
	background: no-repeat;
	background-image: url(../images/question.png) ;
}

/*--------------------------------------
 フォーム追記201022
----------------------------------------*/

.stop{
	border: 1px solid #91be1e;
	padding: 20px;
	margin: 20px 0;
}

.stop p.txt_style{
	font-size: 20px;
	font-weight: bold;
	color: #91be1e;
	text-align: center;
	margin-bottom: 20px;
}

.stop a{
	text-decoration: underline;
	display: inline;
}

.stop ul{
	clear: both;
	list-style: none;
}

.stop ul li{
	float: left;
	padding: 10px 0;
}

.stop ul li:nth-child(odd){
	width: 25%;
	font-weight: bold;
	color: #91be1e;
	font-size: 14px;
}

.stop ul li:nth-child(even){
	width: 70%;
}

.simulation_form .mail dl{  
    width: 98%;
    margin: 0 auto 30px auto;
    border: 1px solid #c8c8c8;
    border-bottom: none;
}

.simulation_form .mail dt {  
    font-weight: bold;
	border-right:1px solid #c8c8c8;
	}
    
    .simulation_form .mail dt {
        clear: both;
        float: left;
        width: 145px; 
        border-top: 1px solid #FFFFFF;
		padding: 10px;
    }
    
    .simulation_form .mail dd {
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #c8c8c8;
        border-left: 1px solid #FFFFFF;
		padding: 9px 10px 9px 175px;
    }
	
	.simulation_form .mail dt.iken {
		height:126px;
    }
	
	.simulation_form .mail dd.iken {
		height:128px;
    }
	
	.simulation_form .mail p.check{
		margin-top:8px;
}


input[name="input_name"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_ruby"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_name2"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_name3"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_mail"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_address"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_tel1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel3"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_fax1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_fax2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_fax3"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_price"]{
  border: 1px solid #c8c8c8;
  width:10em;
}

input[name="input_amount"]{
  border: 1px solid #c8c8c8;
  width:10em;
}

input[name="input_ank"]{
  border: 1px solid #c8c8c8;
  width:99%;
	margin-top: 10px;
}


input[type="checkbox"]{
  position: relative;
  top: 2px;
}

textarea{
   border: 1px solid #c8c8c8;
  width:99%;
  height:120px;
  resize: none;
}

a.kojin{
	display:inline;
}

.hissu{
	color:#dc5a55;
}

.nini{
	color:#91be1e;
}

.check_box{
	margin-left:20px;
}

.leftWrapper button{
	margin:0 auto;
}



button[name="btn_confirm"],button[name="btn_success"]{
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
    background:url("/include/common/images/wright.png"),#91BE1E;
	background-repeat:no-repeat , repeat;
	background-position:top 18px right 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #ffffff;
}



button[name="btn_input"] {
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
   background:url("../images/gleft.png"),linear-gradient(#FFF, #FFF, #EEEFEF);
	background-repeat:no-repeat , repeat;
	background-position:top 18px left 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #333333;
}

