@charset "UTF-8";
.box-btnlist-bottom {
  margin-top: 60px;
  text-align: center;
  position: relative;
}

.box-btnlist-bottom li {
  display: inline-block;
}

.box-btnlist-bottom li a {
  display: inline-block;
  width: 360px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 35px;
    background-color: #0080cb;
  box-shadow: 0 4px 0 #0b6198;

}

.box-btnlist-bottom li a span {
  display: inline-block;
  background: url(../../../ep/gas-jiyuuka/images/3/gas-icon1.png) no-repeat 0 50%;
  padding-left: 35px;
}

.box-btnlist-bottom li a:hover {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #ac000d;
}

.box-btnlist-bottom li:nth-child(2) {
  margin-left: 25px;
}

.box-btnlist-bottom li:nth-child(2) a {
  background-color: #e62320;
  box-shadow: 0 4px 0 #ac000d;
}

.box-btnlist-bottom li:nth-child(2) a span {
  padding-left: 45px;
  background: url(/ep/gas-jiyuuka/images/3/gas-icon2.png) no-repeat 0 50%;
}

.box-btnlist-bottom li:nth-child(2) a:hover {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #0b6198;
}

.box-btnlist-bottom.add {
	width: 400px;
	margin: 30px auto
	}

.box-btnlist-bottom.add li a {
	width: 400px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	background-color: #e62320;
	box-shadow: none
	}

.box-btnlist-bottom.add li a:after {
	display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 20px;
  margin: auto;
  background: url("/ep/renewable_energy/images/icon_ep-reen_arrow03.png");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  content: "";
	
}

@media screen and (max-width: 768px) {

.box-btnlist-bottom li {
    display: block;
    margin-bottom: 20px;
  }
  .box-btnlist-bottom li a {
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 35px;
    background-color: #e62320;
    box-shadow: 0 4px 0 #ac000d;
  }
  .box-btnlist-bottom li a span {
    display: inline-block;
    background: url(/ep/gas-jiyuuka/images/3/gas-icon1.png) no-repeat 0 50%;
    background-size: 18px;
    padding-left: 30px;
  }
  .box-btnlist-bottom li a:hover {
    transform: translateY(4px);
    box-shadow: 0 0px 0;
  }
  .box-btnlist-bottom li:nth-child(2) {
    margin-left: 0px;
  }
  .box-btnlist-bottom li:nth-child(2) a {
    background-color: #0080cb;
    box-shadow: 0 4px 0 #0b6198;
  }
  .box-btnlist-bottom li:nth-child(2) a span {
    padding-left: 45px;
    background: url(/ep/gas-jiyuuka/images/3/gas-icon2.png) no-repeat 0 50%;
    background-size: 22px;
    padding-left: 30px;
  }
  .box-btnlist-bottom li:nth-child(2) a:hover {
    transform: translateY(4px);
    box-shadow: 0 0px 0;
  }
 
	.box-btnlist-bottom.add {
 		width: 100%
 	}

	.box-btnlist-bottom.add ul {
		width: 80%;
		margin: 0 auto
	}
 
	.box-btnlist-bottom.add li a {
		width: 100%;
		font-size: 16px;
		height: 50px;
		line-height: 50px
	}
	
	.box-btnlist-bottom.add li a:after {
		right: 50px;
		width: 15px;
		height: 22px;
		background-size: 15px 22px
		}

}

/*---------------------------------
  tab追加
---------------------------------*/
.plan-list-tab{
  margin: 0 40px 60px;
}
.plan-list-tab .tab{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.plan-list-tab .tab li{
  width: 49.6%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #e82229;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  line-height: 1.4;
  padding: 18px 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.plan-list-tab .tab li.current{
  padding: 25px 5px;
  color: #fff;
  background-color: #e82229;
  position: relative;
}
.plan-list-tab .tab li.current:after{
  content: '';
  background: url(/ep/renewable_energy/images/tab_arrow.png) no-repeat;
  width: 93px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -46.5px;
}
.plan-list-tab .tab li strong{
  font-size: 30px;
}
.plan-list-tab .tab-cont{
  clear: both;
  border: 8px solid #e82229;
  padding: 35px 35px 0;
  background-color: #fff;
  display: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tab-cont .plan-list li{
  width: 48%;
}
.tab-cont .plan-list li:nth-child(2){
  margin-left: 4%;
}
.tab-cont .plan-list li img{
  width: 100%;
}
.plan-list-tab .tab-cont p{
  font-size: 22px;
}
.ep-reen-ac-area a{
  text-decoration: underline;
  color: #333;
}
.ep-reen-ac-area a:hover{
  text-decoration: none;
}
.ep-reen-txt{
  margin: 40px 0 0;
  padding: 0 40px;
}
.ep-reen-txt .txt-wrap{
  border: 4px solid #e82229;
  background-color: #fff;
  display: inline-block;
  padding: 30px 60px;
  border-radius: 10px;
}
.ep-reen-txt p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.ep-reen-txt p .pc_br{
  display: block;
}
.ep-reen-txt p a{
  color: #333;
  text-decoration: underline;
}
.ep-reen-txt p a:hover{
  text-decoration: none;
}
.ep-reen-txt h4{
  margin-bottom: 10px;
  font-size: 18px;
}
.ep-reen-txt ul{
  width: 540px;
  margin:0 auto;
}
.ep-reen-txt li{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
  text-align: left;
  white-space: nowrap;
}
.ep-reen-txt li:before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .plan-list-tab{
    margin: 0 5% 30px;
  }
  .plan-list-tab .tab li{
    width: 49.6%;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    color: #e82229;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1.4;
    padding: 2vw 2px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .plan-list-tab .tab li.current{
    padding: 4vw 2px;
    color: #fff;
    background-color: #e82229;
    position: relative;
  }
  .plan-list-tab .tab li.current:after{
    content: '';
    background: url(/ep/renewable_energy/images/tab_arrow.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -30px;
  }
  .plan-list-tab .tab li strong{
    font-size: 4vw;
  }
  .plan-list-tab .tab-cont{
    clear: both;
    border: 4px solid #e82229;
    padding: 25px 2% 0;
    background-color: #fff;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .tab-cont .plan-list li{
    width: 100%;
  }
  .tab-cont .plan-list li:nth-child(2){
    margin-left: 0;
  }
  .plan-list-tab .tab-cont p{
    font-size: 4.4vw;
  }
  .ep-reen-ac-area{
    margin-bottom: 30px;
  }
  .ep-reen-ac-area a{
    text-decoration: underline;
    color: #333;
  }
  .ep-reen-ac-area a:hover{
    text-decoration: none;
  }
  .ep-reen-txt{
    margin: 20px 0 0;
    padding: 0 2%;
  }
  .ep-reen-txt .txt-wrap{
    border: 3px solid #e82229;
    background-color: #fff;
    display: inline-block;
    padding: 20px 4%;
    border-radius: 10px;
  }
  .ep-reen-txt p{
    font-size: 3.5vw;
    margin-bottom: 20px;
    text-align: left;
  }
  .ep-reen-txt p .pc_br{
    display: none;
  }
  .ep-reen-txt p a{
    color: #333;
    text-decoration: underline;
  }
  .ep-reen-txt p a:hover{
    text-decoration: none;
  }
  .ep-reen-txt h4{
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
  .ep-reen-txt ul{
    width: 100%;
    margin:0 auto;
  }
  .ep-reen-txt li{
    font-size: 3.5vw;
    white-space: normal;
  }
}