@charset "utf-8";
/* ------------------------------------------
	styles
------------------------------------------ */
/*#container {
	padding-bottom: 90px;
}*/

/* initialize
--------------------------------------------------------------*/
.pointWrap, #point1, #point2, #point3, #point4 {
  position: relative;
  min-width: 1000px;
  margin: 0 auto;
}
.innerInit, #point1 .inner, #point2 .inner, #point3 .inner, #point4 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}
.pointWrapNum, #point1:before, #point2:before, #point3:before, #point4:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-color: #44ADD9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 120px;
  width: 120px;
}
.pointWrapSp {
  width: 100%;
  min-width: 320px;
}
.pointWrapNumSp {
  height: 60px;
  width: 60px;
}
.afterInit {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
}
.bgCoverIInit, #point1 > .private, #point1 > .corporation, #point2 .private, #point2 .corporation {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
/* mainVisual
------------------------------------*/
#mainVisual .mainVisualWtap {
    position: relative;
    height: 450px;
    overflow: hidden;
    text-align: center;
    min-width: 1000px;
  }
#mainVisual .mainVisualWtap:before, #mainVisual .mainVisualWtap:after {
      width: 50%;
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      height: 450px;
      top: 0;
      z-index: -1;
    }
#mainVisual .mainVisualWtap:before {
      background-image: url(/img/electricity/top/meinVisualL.jpg);
      background-position: left top;
      left: 0;
    }
#mainVisual .mainVisualWtap:after {
      background-image: url(/img/electricity/top/meinVisualR.jpg);
      background-position: right top;
      right: 0;
    }
#mainVisual h2 {
    height: 292px;
    width: 612px;
    padding: 26px 33px;
    margin: 114px auto 0;
    opacity: 0.9;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
#mainVisual h2 img {
      margin-top: 13px;
      width: 100%;
    }
#mainVisual h2 :last-child {
      margin-top: 35px;
      max-width: 408px;
    }
/* initialize SP------------------------------------*/
@media screen and (max-width: 767px) {
  #mainVisual .mainVisualWtap {
    background: url(/img/electricity/top/meinVisualL.jpg) no-repeat 0 0 / cover;
    min-width: 320px;
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
    #mainVisual .mainVisualWtap:after, #mainVisual .mainVisualWtap:before { display: none; }
    #mainVisual .mainVisualWtap h2 {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      padding: 20px;
      height: auto;
    }
      #mainVisual .mainVisualWtap h2 :first-child { margin: 0; }
      #mainVisual .mainVisualWtap h2 :last-child { margin-top: 10px; }
      #mainVisual .mainVisualWtap h2 img { width: 100%; }
}
/* slider
------------------------------------*/
#slider {
  display: none;
  min-width: 1000px;
  overflow: hidden;
  background-color: #FFFDF5;
  margin: 0 auto;
  padding: 35px 0 60px;
}
#slider.slick-initialized { display: block; }
#slider li.slick-slide { width: 276px; }
#slider li a {
    display: block;
    margin: 0 auto;
  	height: 160px;
    width: 256px;
    border: 1px solid #979797;
    text-align: center;
  }
#slider .slick-prev, #slider .slick-next {
    background-size: 46px;
    width: 45px;
    height: 92px;
    top: 66px;
  }
#slider .slick-prev:hover, #slider .slick-next:hover { opacity: 0.8; }
#slider .slick-prev { background: url(/img/top2018/bottom_slider/btn_prev.svg) no-repeat 0 0; }
#slider .slick-next { background: url(/img/top2018/bottom_slider/btn_next.svg) no-repeat 0 0; }
/* slider SP------------------------------------*/
@media screen and (max-width: 767px) {
  #slider.slick-initialized { display: none; }
}
/* detail
------------------------------------*/
#detail {
  min-width: 1000px;
  margin: 0 auto;
}

#detail > .tabContent > li {
    height: 800px;
    display: none;
  }
#detail > .tabContent > li.current { display: block; }
#detail > .tabContent > li:first-child { background: url(/img/electricity/top/private/detail_bg.jpg) no-repeat right top / 930px; }
#detail > .tabContent > li .titleWrap {
    	width: 60%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    	background-color: rgba(255,255,255,0.8);
    	padding: 70px 70px 50px 70px;
      margin-bottom: 50px;
    }
#detail > .tabContent > li .titleWrap img {width: 100%;}
#detail > .tabContent > li .titleWrap h3 { padding: 0 0 42px; }
#detail > .tabContent > li .titleWrap p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6;
      }
#detail > .tabContent > li ul {
      margin: 0 auto 0;
      width: 1000px;
      height: 260px;
      top: 0;
    }
#detail > .tabContent > li ul li {
        float: left;
        height: 260px;
        width: 234px;
        border-radius: 5px;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9));
        background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
                box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
        margin: 0 8px;
        position: relative;
        vertical-align: middle;
      }
#detail > .tabContent > li ul li a {
          padding: 45px 0 0;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }
#detail > .tabContent > li ul li a:hover { opacity: 0.7; }
#detail > .tabContent > li ul li a:before {
            position: absolute;
            top: -3px;
            left: -3px;
            margin: auto;
            content: "";
            height: 108px;
            width: 108px;
            background-size: 80px
          }
#detail > .tabContent > li ul li:nth-child(1) a:before { background: url(/img/electricity/top/detail_label1.svg) no-repeat left top; }
#detail > .tabContent > li ul li:nth-child(2) a:before { background: url(/img/electricity/top/detail_label2.svg) no-repeat left top; }
#detail > .tabContent > li ul li:nth-child(3) a:before { background: url(/img/electricity/top/detail_label3.svg) no-repeat left top; }
#detail > .tabContent > li ul li:nth-child(4) a:before { background: url(/img/electricity/top/detail_label4.svg) no-repeat left top; }
#detail > .tabContent > li ul li img { width: 100%; }
#detail > .tabContent > li ul li span {
          width: 234px;
          color: #333;
          font-size: 20px;
          font-weight: bold;
          /*line-height: 36px;*/
          text-align: center;
          height: 73px;
          display: table-cell;
          vertical-align: middle;
        }
#detail > .tabContent > li ul li span img { width: 100%; }
/* detail SP------------------------------------*/
@media screen and (max-width: 767px) {
  #detail {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
  }
}
/* detail .tabContent SP------------------------------------*/
@media screen and (max-width: 767px) {
  #detail > .tabContent > li {
  height: 600px;
    margin-top: 40px;
    padding: 0;

  }
    #detail > .tabContent > li:first-child {
      background: url(/img/electricity/top/private/detail_bg.jpg) no-repeat right 225px;
      background-size: 100%;
    }
    #detail > .tabContent > li:last-child {
      background: url(/img/electricity/top/corporation/detail_bg.jpg) no-repeat right 200px;
      background-size: 100%;
    }
    #detail > .tabContent > li h3 {
      padding: 0 10px 0;
    }
      #detail > .tabContent > li h3 img { width: 100%; }
    #detail > .tabContent > li p {
      font-size: 14px;
      line-height: 21px;
      padding: 0 10px;
      margin: 24px 0 5px;
    }
    #detail > .tabContent > li ul {
      margin: 30px auto 0;
      padding: 0 10px;
      width: 100%;
      max-width: 400px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: initial;
    }
      #detail > .tabContent > li ul li {
        width: 48%;
        max-width: 270px;
        height: auto;
        margin: 0 4% 4% 0;
      }
        #detail > .tabContent > li ul li:nth-child(1) a:before { background: url(/img/electricity/top/detail_label1.svg) no-repeat left top / 60px; }
        #detail > .tabContent > li ul li:nth-child(2) a:before { background: url(/img/electricity/top/detail_label2.svg) no-repeat left top / 60px; }
        #detail > .tabContent > li ul li:nth-child(3) a:before { background: url(/img/electricity/top/detail_label3.svg) no-repeat left top / 60px; }
        #detail > .tabContent > li ul li:nth-child(4) a:before { background: url(/img/electricity/top/detail_label4.svg) no-repeat left top / 60px; }
        #detail > .tabContent > li ul li:nth-child(2n) { margin-right: 0; }

        #detail > .tabContent > li ul li > a {
          padding: 0 5px;
          display: block;
        }
          #detail > .tabContent > li ul li > a:hover { opacity: 1; }
          #detail > .tabContent > li ul li > a:before {
            top: -3px;
            left: -3px;
            height: 60px;
            width: 60px;
          }
        #detail > .tabContent > li ul li > a > img {
          width: 100%;
          margin: 10% auto 0;
        }
        #detail > .tabContent > li ul li span {
          height: 36px;
          font-size: 12px;
          line-height: 1.5;
          padding-bottom: 15px;
        }
    #detail > .tabContent > li .titleWrap {
      padding: 0;
      width: 100%;
      height: auto;
          margin-bottom: 30px;
    }
      #detail > .tabContent > li .titleWrap h3, #detail > .tabContent > li .titleWrap p { padding: 0 20px 0; }
      #detail > .tabContent > li .titleWrap p { font-size: 16px; }
}
@media screen and (max-width: 375px) {
  #detail > .tabContent > li ul {
    margin: 30px auto 0;
  }
}
/* point1
------------------------------------*/
#point1 > .private {
    background-image: url(/img/electricity/top/private/point1_bg.jpg);
  }
#point1 .private ul {
     width: 1000px;
     /*margin: 40px auto 5px;*/
     margin: 140px auto 5px;  /*anime*/
     margin: 140px auto -70px;  /*anime*/
     overflow: hidden;
     position: relative;
     bottom: 100px;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
   }
/*anime*/
#point1 .private ul li {
       float: left;
       width: 399px;
       height: 397px;
       margin-left: 0;
		position: relative;
		z-index: 2;
     }
#point1 .private ul li:first-child { margin-left: 0; }
#point1 .private ul li:nth-child(2) {
       width: 49px;
       height: 397px;
       margin-left: -15px
}
#point1 .private ul li:nth-child(3) {
       margin-left: -25px;
	z-index: 1;
}
#point1 .private ul li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#point1 .private span {
     color: #FFFFFF;
     font-size: 18px;
     font-weight: bold;
     line-height: 21px;
   }
#point1 .private .buttonArea {
     /*height: 156px;*/
     height: 206px;
     background-color: #F6F7F7;
     overflow: hidden;
     }
#point1 .private .buttonArea .btnPrimary {
       display: block;
       height: 96px;
       width: 504px;
       border: 4px solid #CD1C00;
       border-radius: 7.2px;
       background-color: #FFF;
       -webkit-box-shadow: inset 0 -6px 0 0 rgba(0,0,0,0.3);
               box-shadow: inset 0 -6px 0 0 rgba(0,0,0,0.3);
       color: #CD1C00;
       font-size: 32px;
       font-weight: bold;
       line-height: 87px;
       text-align: center;
       -webkit-box-sizing: border-box;
               box-sizing: border-box;
       margin: 30px auto 0;
       position: relative;
       }
#point1 .private .buttonArea .btnPrimary:before {
         position: absolute;
         top: -5px;
         right: 0;
         bottom: 0;
         margin: auto;
         content: "";
         vertical-align: middle;
         right: 28px;
         width: 12px;
         height: 12px;
         -webkit-transform: rotate(45deg);
                 transform: rotate(45deg);
         border-top: 4px solid #CD1C00;
         border-right: 4px solid #CD1C00;
       }
#point1 .private {
    display: none;
  }
#point1 .private.current { display: block; }
#point1 .inner {
    width: 1000px;
    padding: 160px 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
#point1:before {
    background-image: url(/img/electricity/top/point1_num.svg);
  }
#point1 h4 {
    text-align: center;
    margin-bottom: 15px;
  }
#point1 p {
  	height: 36px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
  }
      #point1 .private span.m_note {
		display: block;
		text-align: center;
      }
      #point1 .private span.m_note a {
        color: #ece73a;
        text-decoration: underline;
      }
      #point1 .private span.m_note a:hover {
        text-decoration: none;
      }
/* point1 SP------------------------------------*/
@media screen and (max-width: 767px) {
  #point1 {
    height: auto;
  	width: 100%;
  	min-width: 320px;
  }
    #point1 .inner {
      padding: 100px 10px 15px;
      width: 100%;
    }
    #point1:before {
  	height: 60px;
  	width: 60px;
    }
    #point1 h4 img { width: 100%; }
    #point1 p {
      font-size: 14px;
      line-height: 1.4;
    }
      #point1 .private ul {
        width: 310px;
        margin: 20px auto 0;
        position: relative;
        height: 370px;
     bottom: 0;
		/* flex */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
      }
        #point1 .private ul li {
          float: none;
          height: auto;
          margin: 0;
          position: absolute;
        }
          #point1 .private ul li:nth-child(1) {
			top: 0;
            width: 152px;
          }
          #point1 .private ul li:nth-child(2) {
			top: 150px;
            width: 40px;
            margin-left: 0;
          }
          #point1 .private ul li:nth-child(2) img {
			width: 100%;
			-ms-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
          }
          #point1 .private ul li:nth-child(3) {
			top: 190px;
            width: 152px;
            margin-left: 0;
          }
          #point1 .private ul li img {
          	position: relative;
          	width: 100%;
          }
      #point1 .private span.m_note {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
      }
    #point1 .private .buttonArea {
      padding: 0 10px;
      height: auto;
    }
      #point1 .private .buttonArea .btnPrimary{
        height: 60px;
        width: 100%;
        border: 2px solid #CD1C00;
        -webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
                box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.3);
        font-size: 20px;
        line-height: 55px;
        margin: 15px auto;
      }
}

/* point2
------------------------------------*/
#point2 .private {
    background-image: url(/img/electricity/top/private/point2_bg.png);
  }
#point2 .inner {
    padding: 183px 0 55px;
    overflow: hidden;
  }
#point2:before {
    background-image: url(/img/electricity/top/point2_num.svg);
  }
#point2 .private {
    display: none;
  }
#point2 .private.current { display: block; }
#point2 h4 {
	margin: 0 0 60px 0;
	text-align: center;
}
#point2 .hl_box {
  	width: 100%;
  	border-radius: 10px;
  	background-color: #ffffff;
  	border: 4px solid #44abd7;
    padding: 20px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
}
#point2 .hl_box img {
	margin: 15px 0 0 0;
}
#point2 .hl_box img:first-child {
	margin: 0 0 0 0;
}
#point2 .case_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	/* footer under gap resolution */
	overflow: hidden;
}
#point2 #fourHousehold, #point2 #twoHousehold {
  	height: 610px;
  	width: 49%;
  	border-radius: 10px;
  	background-color: #FFFFFF;
  	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
  	        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
    float: left;
    margin-top: 66px;
    padding: 39px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
#point2 #fourHousehold .titleNavi li, #point2 #twoHousehold .titleNavi li {
      display: none;
      height: 35px;
    	width: 255px;
    	font-size: 20px;
    	font-weight: bold;
    	line-height: 32px;
    }
#point2 #fourHousehold .titleNavi li > span, #point2 #twoHousehold .titleNavi li > span { font-size: 32px; }
#point2 #fourHousehold .titleNavi li:hover, #point2 #twoHousehold .titleNavi li:hover {
        color: #44ADD9;
      }
#point2 #fourHousehold .titleNavi li:hover span, #point2 #twoHousehold .titleNavi li:hover span { color: #CD1C00; }
#point2 #fourHousehold .titleNavi li.current, #point2 #twoHousehold .titleNavi li.current {
        display: block;
        color: #44ADD9;
      }
#point2 #fourHousehold .titleNavi li.current > span, #point2 #twoHousehold .titleNavi li.current > span { color: #CD1C00; }
#point2 #fourHousehold .merit, #point2 #twoHousehold .merit {
    	height: 100px;
    	width: 100%;
    	border: 4px solid #FEE561;
    	border-radius: 10px;
    	background-color: #FFFDF5;
    	font-size: 24px;
    	font-weight: bold;
    	letter-spacing: 1px;
    	line-height: 45px;
    	text-align: center;
      padding-top: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 24px 0;
    }
#point2 #fourHousehold .merit span, #point2 #twoHousehold .merit span {
        color: #CD1C00;
      }
#point2 #fourHousehold .merit span strong, #point2 #twoHousehold .merit span strong { font-size: 48px; }
#point2 #fourHousehold dl, #point2 #twoHousehold dl {
      border-bottom: solid 1px #ccc;
    	height: 59px;
    	font-size: 16px;
    	font-weight: bold;
    }
#point2 #fourHousehold dl dt, #point2 #twoHousehold dl dt {
        width: 205px;
        float: left;
        padding: 18px 0 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
#point2 #fourHousehold dl dd, #point2 #twoHousehold dl dd {
        width: 225px;
        float: right;
      	font-size: 16px;
      	line-height: 38px;
      	text-align: right;
        font-weight: 500;
        padding-top: 11px;
      }
#point2 #fourHousehold dl dd span, #point2 #twoHousehold dl dd span { font-size: 30px; }
#point2 #fourHousehold .mainRead + dl, #point2 #twoHousehold .mainRead + dl { border-top: solid 1px #ccc; }
#point2 #fourHousehold .mainRead, #point2 #twoHousehold .mainRead {
      border-top: solid 1px #ccc;
      margin-bottom: 40px;
    }
#point2 #fourHousehold .mainRead, #point2 #twoHousehold .mainRead {
      position: relative;
    }
#point2 #fourHousehold .mainRead:after, #point2 #twoHousehold .mainRead:after {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        background-image: url(/img/electricity/common/icon_plus2.png);
        height: 18px;
        width: 18px;
      }
#point2 #fourHousehold .mainRead dd, #point2 #twoHousehold .mainRead dd {
        padding-top: 9px;
        font-weight: bold;
        font-size: 18px;
        line-height: 38px;
      }
#point2 #fourHousehold .mainRead dd span, #point2 #twoHousehold .mainRead dd span { font-size:36px; }
#point2 #fourHousehold .note, #point2 #twoHousehold .note {
    	color: #666666;
    	font-size: 18px;
    	font-weight: 500;
    	line-height: 29px;
      margin-top: 16px;
    }
#point2 #fourHousehold .note span, #point2 #twoHousehold .note span {
        display: block;
        margin-top: 9px;
        font-size: 14px;
        line-height: 21px;
      }
#point2 #fourHousehold {
    background: url(/img/electricity/top/private/point2_icon1.png) no-repeat 92% 4px #fff;
    background-size: 107px;
    margin-right: 2%;
  }
#point2 #twoHousehold {
    background: url(/img/electricity/top/private/point2_icon2.png) no-repeat 92% 6px #fff;
    background-size: 107px;
  }
/* point2 SP------------------------------------*/
@media screen and (max-width: 767px) {
  #point2 {
    overflow: hidden;
    height: auto;
  	width: 100%;
  	min-width: 320px;
  }
    #point2:before {
  	height: 60px;
  	width: 60px; }
    #point2 h4 { margin-bottom: 20px; }
    #point2 h4 img { width: 100%; }
    #point2 .inner {
      padding: 90px 10px 30px;
      min-height: 1000px;
    }
	#point2 .hl_box {
	  	width: 100%;
	  	margin: 0 0 20px 0;
	  	border-radius: 10px;
	  	background-color: #ffffff;
	  	border: 4px solid #44abd7;
	    padding: 20px 0 30px 0;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	            text-align: center;
	}
	#point2 .hl_box img {
		width: 80%;
	}
    #point2 #fourHousehold { z-index: 2; }
    #point2 #twoHousehold { z-index: 1; }
    #point2 #fourHousehold, #point2 #twoHousehold {
      height: auto;
      position: absolute;
      width: 95%;
      margin: 0 auto;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      right: 0;
      background-image: none;
    }
      #point2 #fourHousehold .titleNavi, #point2 #twoHousehold .titleNavi {
        overflow: hidden;
      }
        #point2 #fourHousehold .titleNavi li, #point2 #twoHousehold .titleNavi li {
          float: left;
          display: block;
          width: 50%;
          height: 115px;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          padding-top: 65px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          opacity: 0.7;
          color: #999;
          position: relative;
        }
          #point2 #fourHousehold .titleNavi li.current, #point2 #twoHousehold .titleNavi li.current { opacity: 1; }
          #point2 #fourHousehold .titleNavi li span, #point2 #twoHousehold .titleNavi li span { font-size: 14px; }
          #point2 #fourHousehold .titleNavi li:after, #point2 #twoHousehold .titleNavi li:after{
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 9px;
            height: 9px;
            border: 5px solid transparent;
          }
          #point2 #fourHousehold .titleNavi li:first-child, #point2 #twoHousehold .titleNavi li:first-child {
            background: url(/img/electricity/top/private/point2_icon1.png) no-repeat center top #fff;
            background-size: 65px;
          }
            #point2 #fourHousehold .titleNavi li:first-child:after, #point2 #twoHousehold .titleNavi li:first-child:after{
              right: 4px;
              border-right: 5px solid #999;
            }
            #point2 #fourHousehold .titleNavi li:first-child.current:after, #point2 #twoHousehold .titleNavi li:first-child.current:after { border-right: 5px solid #44ADD9; }
          #point2 #fourHousehold .titleNavi li:last-child, #point2 #twoHousehold .titleNavi li:last-child {
            background: url(/img/electricity/top/private/point2_icon2.png) no-repeat center top #fff;
            background-size: 65px;
          }
            #point2 #fourHousehold .titleNavi li:last-child:after, #point2 #twoHousehold .titleNavi li:last-child:after{
              left: 4px;
              border-left: 5px solid #999;
            }
            #point2 #fourHousehold .titleNavi li:last-child.current:after, #point2 #twoHousehold .titleNavi li:last-child.current:after { border-left: 5px solid #44ADD9; }
      #point2 #fourHousehold .merit, #point2 #twoHousehold .merit {
        width: 100%;
        font-size: 18px;
        line-height: 29px;
        margin: 0 0 20px;
        padding: 10px;
        text-align: left;
        letter-spacing: 0;
        height: 90px;
      }
        #point2 #fourHousehold .merit p, #point2 #twoHousehold .merit p {
          width: 100%;
          margin: auto;
        }
        #point2 #fourHousehold .merit span strong, #point2 #twoHousehold .merit span strong { font-size: 30px; }
      #point2 #fourHousehold dl, #point2 #twoHousehold dl {
        height: auto;
      }
        #point2 #fourHousehold dl dt, #point2 #fourHousehold dl dd, #point2 #twoHousehold dl dt, #point2 #twoHousehold dl dd {
          width: 100%;
          float: none;
        }
        #point2 #fourHousehold dl dt, #point2 #twoHousehold dl dt {
          font-size: 12px;
          line-height: 20px;
          padding: 6px 0 0 10px;
        }
        #point2 #fourHousehold dl.mainRead::after, #point2 #twoHousehold dl.mainRead::after { bottom: -30px; }
        #point2 #fourHousehold dl.mainRead dd, #point2 #fourHousehold dl dd, #point2 #twoHousehold dl.mainRead dd, #point2 #twoHousehold dl dd {
          font-size: 16px;
          line-height: 26px;
          padding-top: 5px;
        }
          #point2 #fourHousehold dl.mainRead dd span, #point2 #fourHousehold dl dd span, #point2 #twoHousehold dl.mainRead dd span, #point2 #twoHousehold dl dd span { font-size: 23px; }
      #point2 #fourHousehold .note, #point2 #twoHousehold .note {
        font-size: 12px;
        line-height: 1.4;
      }
        #point2 #fourHousehold .note span, #point2 #twoHousehold .note span {
          font-size: 10px;
          line-height: 1.4;
        }
}

/* point3
------------------------------------*/
#point3 {
  background-image: url(/img/electricity/top/point3_bg.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
  height: auto;
}
#point3:before {
    background-image: url(/img/electricity/top/point3_num.svg);
  }
#point3 .inner {
    overflow: hidden;
    padding: 167px 0 80px;
  }
#point3 .private {
    display: none;
  }
#point3 .private.current { display: inline-block; }
#point3 h4 { text-align: center; }
#point3 dl {
    float: left;
    height: 420px;
    width: 220px;
    border-radius: 10px;
  	background-color: #FFFFFF;
  	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
  	        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
    margin: 92px 15px 0;
    text-align: center;
  }
#point3 dl dt {
    	border-bottom: 2px dotted #DDDDDD;
      position: relative;
    }
#point3 dl dt p {
        height: 80px;
        padding: 30px 0 0;
      }
#point3 dl dt p img { width: 90%; }
#point3 dl dt span {
        display: block;
        width: 80%;
        margin: 10px auto;
      }
#point3 dl dt span img { width: 100%; }
#point3 dl dd {
      padding: 25px 15px;
    }
#point3 dl dd img { width: 100%; }
#point3 dl dd .button {
        margin: 12px 0 0;
        padding: 0 25px 0 0;
        font-size: 15px;
        width: 100%;
        height: 50px;
        line-height: 49px;
      }
#point3 dl dd .button:after { right: 15px; }
#point3 dl dd span {
        display: block;
      	color: #333333;
      	font-size: 14px;
      	font-weight: 500;
        margin-top: 10px;
      }
/* point3 SP------------------------------------*/
@media screen and (max-width: 767px) {
  #point3 {
    height: auto;
    overflow: hidden;
    background-repeat: repeat-y;
  	width: 100%;
  	min-width: 320px;
  }
    #point3:before {
  	height: 60px;
  	width: 60px;
    }
    #point3 h4 { margin-bottom: 40px; }
    #point3 h4 img { width: 100%; }
    #point3 .inner { padding: 90px 10px 30px; }
    #point3 .m_listPlusIcon > :nth-child(2n) { margin-right: 0; }
    #point3 .m_listPlusIcon dl:after { display:none; }
    #point3 dl {
      width: 48%;
      height: auto;
      margin: 0 4% 20px 0;
    }
        #point3 dl dt img, #point3 dl dd img {
          width: 80%;
          max-width: 190px;
        }
        #point3 dl dt > img { margin-top: 20%; }
        #point3 dl dt span {width: 100%;}
        #point3 dl dt span img {width: 100%;}
        #point3 dl dt p { height: auto; }
      #point3 dl dt:after {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
      }
      #point3 dl dd {
        padding: 15px 0;
      }
        #point3 dl dd .button {
          margin: 12px 3% 0;
          padding: 15px 25px 15px 0;
          font-size: 14px;
          width: 94%;
          height: auto;
          line-height: 1.2;
        }
        #point3 dl dd span.m_note{
          text-align: left;
          margin: 0 10px;
          font-size: 10px;
        }
        #point3 dl dd span {
          font-size: 10px;
          font-weight: normal;
          line-height: 18px;
          margin-top: 10px;
        }
}

/* point4
------------------------------------*/
#point4 {
  background: url(/img/electricity/top/point4_bg.jpg) no-repeat right top;
  background-size: cover;
}
#point4:before {
    background-image: url(/img/electricity/top/point4_num.svg);
  }
#point4 .private {
    display: none;
  }
#point4 .private.current { display: block; }
#point4 .private p { text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff; }
#point4 .private .m_listArrowIcon > :nth-child(1) dt {
      background: url(/img/electricity/common/icon_zero1.svg) no-repeat 8px 35px;
      background-size: 180px;
    }
#point4 .inner {
    padding: 175px 0 0;
  }
#point4 .inner p {
    	height: 72px;
    	font-size: 22px;
    	font-weight: bold;
    	line-height: 36px;
    	text-align: center;
      margin: 24px 0 75px;
    }
#point4 .inner h4 { text-align: center; }
#point4 .inner .m_listArrowIcon {
      width: 980px;
      margin: 0 auto;
    }
/*> :nth-child(1) dt {
        background: url(/img/electricity/icon_zero1.png) no-repeat center 35px;
        background-size: 220px;
      }*/
#point4 .inner .m_listArrowIcon > :nth-child(2) dt {
        background: url(/img/electricity/common/icon_zero2.svg) no-repeat center 21px;
        background-size: 120px;
      }
#point4 .inner .m_listArrowIcon > :nth-child(3) {
        margin-right: 0;
      }
#point4 .inner .m_listArrowIcon > :nth-child(3) dt {
          background: url(/img/electricity/common/icon_zero3.svg) no-repeat center 33px;
          background-size: 70px;
        }
#point4 .inner .m_listArrowIcon dl:after {
        right: -50px;
        left: auto;
      }
#point4 .inner dl {
      float: left;
      height: 380px;
      width: 296px;
      border-radius: 10px;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
              box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
      text-align: center;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 45px;
    }
#point4 .inner dl dt {
        height: 35px;
        color: #44ADD9;
        font-size: 32px;
        font-weight: bold;
        padding: 170px 0 30px;
      }
#point4 .inner dl dd {
        height: 76px;
        color: #666666;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
      }
#point4 .inner dl dd span {
          font-size: 14px;
          display: block;
        }
#point4 .inner dl dd.note {
        height: 60px;
        font-size: 18px;
        font-weight: bold;
        width: 320px;
        line-height: 24px;
        border-radius: 6px;
        background-color: #D7F5FF;
        display: table-cell;
        vertical-align: middle;
      }
#point4 .inner dl dd.note span { font-size: 12px; }
#point4 .inner .banner img {
      width: 100%;
      margin-top: 35px;
    }
#point4 .inner .button { margin: 30px auto; }
/* point4 SP------------------------------------*/
@media screen and (max-width: 767px) {
  #point4 {
    overflow: hidden;
    height: auto;
  	width: 100%;
  	min-width: 320px;
  }
    #point4:before {
  	height: 60px;
  	width: 60px;
    }
    #point4 .inner {
      padding: 90px 10px 0;
    }
      #point4 .inner p {
        font-size: 16px;
        line-height: 1.4;
        margin: 20px 0 10px;
      }
      #point4 .inner .m_listArrowIcon {
        width: 100%;
      }
        #point4 .inner .m_listArrowIcon > :nth-child(1) dt {
          background-position: left 10px;
          background-size: 100px;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(2) dt {
          background-position: left 0;
          background-size: 70px;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(3) dt {
          background-position: left 10px;
          background-size: 40px;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(3)  { margin-bottom: 0; }
        #point4 .inner .m_listArrowIcon dl:after {
          right: 0;
          left: 0;
        }
      #point4 .inner .p_start { margin-bottom: 0; }
      #point4 .inner h4 { margin-bottom: 20px; }
      #point4 .inner h4 img { width: 100%; }
      #point4 .inner .inner { padding: 90px 10px 30px; }
      #point4 .inner > p {
        font-size: 14px;
        line-height: 21px;
        margin: 24px 0 10px;
      }
      #point4 .inner dl {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 45px;
        padding-bottom: 15px;
      }
        #point4 .inner dl:after {
          left: 0;
          right: 0;
          top: auto;
          bottom: -40px;
          width: 32px;
          height: 32px;
        }
        #point4 .inner dl dt {
          height: 76px;
          width: 100%;
          font-size: 24px;
          font-weight: bold;
          line-height: 1;
          text-align: left;
          padding: 10px 0 10px 70px;
          margin: 0 auto;
		/* box-sizing */
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(1) dt {
          width: 100%;
          padding: 10px 0 10px 110px;
          line-height: 2.3;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(2) dt {
           width: calc(100% - 60px);
          padding: 10px 0 10px 80px;
          line-height: 2.3;
        }
        #point4 .inner .m_listArrowIcon > :nth-child(3) dt {
           width: calc(100% - 100px);
          padding: 10px 0 10px 60px;
          line-height: 2.3;
        }
        #point4 .inner dl dd {
          font-size: 18px;
          line-height: 29px;
          height: auto;
        }
          #point4 .inner dl dd span {
            font-size: 12px;
            line-height: 20px;
          }
          #point4 .inner dl dd.note {
            width: 100%;
            display: block;
            padding: 5px 0;
            height: auto;
            margin-top: 5px;
          }
      #point4 .inner .banner img {
        margin: 15px auto 0;
        width: 80%;
      }
      #point4 .inner .button { margin: 10px auto 20px; }
}
#detail > .tabContent > li ul {
  position: relative;
}
#machidenki_banner {
  overflow: hidden;
  background-color: #FFFDF5;
  padding: 0 0 80px;
}
#machidenki_banner ul {
    width: 834px;
    margin: 0 auto;
  }
#machidenki_banner ul li {
      float: left;
      margin-right: 30px;
    }
#machidenki_banner ul li:last-child { margin-right: 0; }
#machidenki_banner ul li a img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: solid 1px #ccc;
      }

/*  �V�~�����[�V����  */
  
#point4 .note_sim {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
      }      

#point2 .button {
      width: 400px;
      margin: 30px auto 0;
    }
      
      
@media screen and (max-width: 767px) {
  #machidenki_banner {
    display: none;
  }
  
  

#point2 .button {
      width: 70%;
      margin: 625px auto 10px;
    }
       
  

#point4 .note_sim {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
      }      

}