@charset "UTF-8";
#renewable-energy.company-list #reen-mv {
  background-color: #e6ffef;
  color: #00a63c;
  padding: 76px 0;
  overflow: hidden;
}

#renewable-energy.company-list #reen-mv small {
  display: block;
  font-size: 30px;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l {
  background-color: #e6ffef;
  padding: 70px 55px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4%;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li {
  width: 48%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 4%;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li img {
  width: 100%;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .ribbon {
  position: absolute;
  top: -1.7%;
  left: -2%;
  width: 28%;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .thum {
  margin-bottom: 20px;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li p {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li p.coming {
  text-align: center;
  font-size: 26px;
  padding-top: 20px;
  margin-bottom: 0px;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  height: 90px;
  line-height: 90px;
  border-radius: 90px;
  background-color: #00a63c;
  -webkit-box-shadow: 0 4px 0 #105200;
          box-shadow: 0 4px 0 #105200;
  text-align: center;
  position: relative;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:hover {
  -webkit-box-shadow: 0 0px 0 #105200;
          box-shadow: 0 0px 0 #105200;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:after {
  content: '';
  background: url(/ep/renewable_energy/images/icon_ep-reen_arrow03.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}

#renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:before {
  content: '';
  background: url(/ep/renewable_energy/plan/list/images/btn_obj.png) no-repeat;
  background-size: 95px;
  width: 95px;
  height: 105px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

#renewable-energy.company-detail #reen-mv h2 {
  position: relative;
}

#renewable-energy.company-detail #reen-mv h2 span {
  display: inline-block;
  position: relative;
  padding: 0 260px;
  white-space: nowrap;
}

#renewable-energy.company-detail #reen-mv h2 span:before {
  content: '';
  background: url(/ep/renewable_energy/plan/list/images/mv_obj.png) no-repeat;
  background-size: 235px;
  width: 235px;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: -70px;
}

#renewable-energy.company-detail #reen-company-list-detail .pic {
  position: relative;
  margin-bottom: 80px;
}

#renewable-energy.company-detail #reen-company-list-detail .pic img {
  width: 100%;
}

#renewable-energy.company-detail #reen-company-list-detail .pic .ribbon {
  position: absolute;
  top: -2%;
  left: -0.8%;
  width: 12%;
  display: block;
}

#renewable-energy.company-detail #reen-company-list-detail table {
  width: 100%;
  border-top: 1px solid #00a63c;
  border-left: 1px solid #00a63c;
  margin-bottom: 100px;
}

#renewable-energy.company-detail #reen-company-list-detail table tr:last-of-type th {
  border-bottom: 1px solid #00a63c;
}

#renewable-energy.company-detail #reen-company-list-detail table th {
  background-color: #00a63c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #00a63c;
  text-align: center;
  padding: 25px 40px;
  white-space: nowrap;
}

#renewable-energy.company-detail #reen-company-list-detail table td {
  border-bottom: 1px solid #00a63c;
  border-right: 1px solid #00a63c;
  padding: 25px 40px;
  font-size: 18px;
}

#renewable-energy.company-detail #reen-company-list-detail table td li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 5px;
  /*&:before{
              content: '・';
              position: absolute;
              top: 0;
              left: 0;
            }*/
}

#renewable-energy.company-detail #reen-company-list-detail table td li:last-child {
  margin-bottom: 0px;
}

#renewable-energy.company-detail #reen-company-list-detail table td li span {
  position: absolute;
  top: 0;
  left: 0;
}

#renewable-energy.company-detail #reen-company-list-detail table td h4 {
  margin: 10px 0 5px;
}

#renewable-energy.company-detail #reen-company-list-detail table td h4.ttl {
  font-size: 20px;
}

#renewable-energy.company-detail #reen-company-list-detail table td h5 {
  margin: 10px 0 5px;
}

#renewable-energy.company-detail #reen-company-list-detail table td h5 + ul li {
  font-size: 16px;
}

#renewable-energy.company-detail #reen-company-list-detail table td .pic2 {
  margin-bottom: 10px;
}

#renewable-energy.company-detail #reen-company-list-detail table td .pic2 img {
  width: 100%;
}

#renewable-energy.company-detail #reen-company-list-detail table td p.note {
  margin-top: 10px;
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
}

#renewable-energy.company-detail #reen-company-list-detail table td p.note span {
  position: absolute;
  top: 0;
  left: 0;
}

#renewable-energy.company-detail #reen-company-list-detail table td a {
  color: #00a63c;
  text-decoration: underline;
  word-break: break-all;
}

#renewable-energy.company-detail #reen-company-list-detail table td a:hover {
  text-decoration: none;
}

#renewable-energy.company-detail #reen-company-list-detail table td sub {
  vertical-align: baseline;
}

#renewable-energy.company-detail #reen-company-list-detail table td .mb10 {
  margin-bottom: 10px;
}

#renewable-energy.company-detail #reen-company-list-detail table td .mb20 {
  margin-bottom: 20px;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list {
  margin-bottom: 40px;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list a {
  display: block;
  width: 560px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  border: 3px solid #00a63c;
  line-height: 90px;
  height: 90px;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #105200;
          box-shadow: 0 4px 0 #105200;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list a:after {
  content: '';
  background: url(/ep/renewable_energy/images/icon_ep-reen_arrow05.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #105200;
          box-shadow: 0 0 0 #105200;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list a span {
  font-size: 26px;
  font-weight: 700;
  color: #00a63c;
  position: relative;
  display: inline-block;
  padding-left: 100px;
  padding-right: 30px;
}

#renewable-energy.company-detail #reen-company-list-detail .btn-list a span:before {
  content: '';
  background: url(/ep/renewable_energy/plan/images/btn_obj1.png) no-repeat;
  width: 90px;
  height: 98px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #renewable-energy.company-list #reen-mv {
    padding: 30px 0;
  }
  #renewable-energy.company-list #reen-mv small {
    display: block;
    font-size: 16px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l {
    padding: 35px 5% 30px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul {
    display: block;
    margin-bottom: -6%;
    padding-top: 10px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li {
    width: 100%;
    padding: 5%;
    border-radius: 10px;
    margin-bottom: 6%;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li img {
    width: 100%;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .ribbon {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 28%;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .thum {
    margin-bottom: 10px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li p.coming {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 2px 0 #105200;
            box-shadow: 0 2px 0 #105200;
    text-align: center;
    position: relative;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:hover {
    -webkit-box-shadow: 0 0px 0 #105200;
            box-shadow: 0 0px 0 #105200;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:after {
    content: '';
    background: url(/ep/renewable_energy/images/icon_ep-reen_arrow03.png) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
  }
  #renewable-energy.company-list #reen-company-list-box .reen-inner-l ul li .btn-detail a:before {
    content: '';
    background: url(/ep/renewable_energy/plan/list/images/btn_obj.png) no-repeat;
    background-size: 65px;
    width: 65px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  #renewable-energy.company-detail #reen-mv h2 {
    position: relative;
  }
  #renewable-energy.company-detail #reen-mv h2 span {
    display: inline-block;
    position: relative;
    padding: 0 115px;
    white-space: nowrap;
  }
  #renewable-energy.company-detail #reen-mv h2 span:before {
    content: '';
    background: url(/ep/renewable_energy/plan/list/images/mv_obj.png) no-repeat;
    background-size: 110px;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .pic {
    position: relative;
    margin: 0 5% 40px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .pic .ribbon {
    position: absolute;
    top: -3%;
    left: -1%;
    width: 20%;
    display: block;
  }
  #renewable-energy.company-detail #reen-company-list-detail table {
    width: 96%;
    margin: 0 auto 50px;
  }
  #renewable-energy.company-detail #reen-company-list-detail table th {
    font-size: 16px;
    padding: 15px 10px;
  }
  #renewable-energy.company-detail #reen-company-list-detail table td {
    padding: 15px 10px;
    font-size: 16px;
  }
  #renewable-energy.company-detail #reen-company-list-detail table td h4.ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list {
    margin-bottom: 20px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a {
    width: 94%;
    border: 2px solid #00a63c;
    line-height: 70px;
    height: 70px;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #105200;
            box-shadow: 0 2px 0 #105200;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a:after {
    content: '';
    background: url(/ep/renewable_energy/images/icon_ep-reen_arrow05.png) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
    right: 10px;
    margin-top: -6px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0 0 0 #105200;
            box-shadow: 0 0 0 #105200;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a span {
    font-size: 16px;
    padding-left: 80px;
    padding-right: 20px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a span:before {
    content: '';
    background: url(/ep/renewable_energy/plan/images/btn_obj1.png) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 78px;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}

@media screen and (max-width: 360px) {
  #renewable-energy.company-list #reen-mv small {
    font-size: 14px;
  }
  #renewable-energy.company-detail #reen-mv h2 span:before {
    bottom: -37px;
  }
  #renewable-energy.company-detail #reen-company-list-detail table th {
    font-size: 14px;
    padding: 15px 5px;
  }
  #renewable-energy.company-detail #reen-company-list-detail table td {
    font-size: 14px;
    padding: 15px 5px;
  }
  #renewable-energy.company-detail #reen-company-list-detail .btn-list a span {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */