.content-header {
  background-image: url(/img/product/renewable_energy/self/bg_header_index.jpg);
  background-size: cover;
}
.text-small{
  font-size: 12px;
}
.under500{
  display: none;
}
.ul-style li{
  list-style-type:disc;
  margin-left: 1rem;
}
.ul-number li{
  list-style-type:decimal;
  margin-left: 1rem;
}
.img__big{
  margin: 40px auto;
}
.contents_title{
  width: 100%;
  text-align: center;
  margin: 60px auto 0;
  padding: 40px 0;
  color: #fff;
}
.contents_title .title{
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
.contents_title.copy{
  font-size: 20px;
  margin: auto;
  color: #000;
}
.contents_title.copy + .content-section{
  padding-top: 0;
}
.flexbox{
  display: flex;
  justify-content: space-between;
}
.contents_title.contents01{
  margin-top: 0;
  background: linear-gradient(to right,#ccdb33,#a1c12e,#75aa00);
}
.contents_title.contents02{
  background: linear-gradient(to right,#29a9e0,#1790cf,#0071ba);
}
.contents_title.contents03{
  background: #11335f;
}
.sec_inner{
  max-width: 866px;
  margin: auto;
}
.sec_inner.sec1{
  padding-bottom: 60px;
}
.title_green{
  background: #ccdb33;
  padding: 10px;
  font-size: 20px;
  color: #11335f;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.sec1-box .item{
  width: calc(97%/3);
}
.sec1-box .item div p{
  height: 105px;
}
.sec1-box .item .img__big{
  margin: 20px auto;
}
.sec1-2-box{
  margin-top: 60px;
}
.sec1-2-box .item{
  width: calc(97%/2);
  position: relative;
  padding-bottom: 50px;
}
.sec1-2{
  padding-top: 40px;
  border-top: solid 1px #ddd;
}
.sec1-3-box{
  margin-bottom: 50px;
}
.sec1-3-box .flexbox{
  margin-top: 40px;
  align-items: center;
}
.sec1-3-box .flexbox img{
  width: 100%;
  height: auto;
}
.sec1-3-box .flexbox div{
  text-align: center;
}
.sec1-3-box .flexbox .tableBlock01{
  width: 60%;
}
.sec1-3-box .flexbox .img_450ER{
  width: 35%;
}
.sec1-3-box.flexbox{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec1-3-box .item{
  width: calc(95%/2);
}
.sec1-3-box .item:nth-of-type(1) div p,
.sec1-3-box .item:nth-of-type(2) div p{
  height: 84px;
}

.sec1-3-box .item .img__big{
  margin-bottom: 0;
}
.sec1-3-box .item:nth-of-type(n+3){
  margin-top: 50px;
}


.ttl--lv2 .label{
  color: #fff;
  background: #003466;
  padding: 4px 6px;
}
.inner_link{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.arw_link a{
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.arw_link a::after{
  position: absolute;
  content: '';
  display: block;
    top: 4px;
    right: 2px;
    width: 6px;
    height: 10px;
    background: url(/img/common/arw_right_red.png) no-repeat center center;
}
.sec2_list{
  width: 450px;
  margin: auto;
}
.sec2_list li{
  font-size: 16px;
  padding-left: 5.5rem;
}
.sec2_list li:nth-of-type(1) {
  color: #11335f;
}
.sec2_list li:nth-of-type(2) {
  color: #a6ae00;
  margin-top: 5px;
}
.sec2_list li span{
  padding: 4px 20px;
  margin-right: 10px;
  font-size: 14px;
  margin-left: -5.5rem;
  margin-right: .5rem;
}
.sec2_list li:nth-of-type(1) span{
  background: #11335f;
  color: #fff;
}
.sec2_list li:nth-of-type(2) span{
  background: #cbda33;
  color: #333;
}
.sec4 .ul-number{
  max-width: 900px;
  margin: auto;
  background-color: #F2F2F2;
    border: #0c76bc 1px dashed;
    padding: 20px;
}
.sec4 .ul-number .bold{
  font-weight: bold;
}
.sec4 .ul-number li + li{
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .sec_inner {
      max-width: 100%;
      padding: 0 40px;
  }
  .content-section  .sec_inner{
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sec_inner {
      padding: 0 18px;
  }

  .content-section  .sec_inner{
    padding: 0;
  }
  .title_green{
    font-size: 16px;
    padding: 8px;
  }

}
@media screen and (max-width: 900px) {
  .sec1-box .item div p{
    height: 126px;
  }
}
@media screen and (max-width: 820px){
  .sec1-3-box .item:nth-of-type(1) div p,
  .sec1-3-box .item:nth-of-type(2) div p{
    height: 105px;
  }
}
@media screen and (max-width: 700px) {
  .over700{
    display: none;
  }
  .contents_title{
    padding: 30px 0;
    margin: 30px auto 0;
  }
  .contents_title.copy{
    width: auto;
    padding: 30px 18px;
    font-size: 18px;
  }
  .contents_title .title{
    font-size: 22px;
  }
  .flexbox{
    display: block;
  }
  .sec1-box .item,
  .sec1-2-box .item,
  .sec1-3-box,
  .sec1-3-box .item{
    width: 90%;
    margin: auto;
  }
  .sec1-box .item:nth-of-type(n+2),
  .sec1-2-box .item:nth-of-type(n+2){
    margin-top: 30px;
  }
  .sec1-box .item div p{
    height: auto;
  }
  .sec1-3-box{
    margin: 0 auto 50px;
  }
  .sec1-3-box .flexbox .tableBlock01{
    width: 100%;
  }
  .sec1-3-box .flexbox .img_450ER{
    width: 250px;
    margin: auto;
  }
  .sec1-3-box .item:nth-of-type(1) div p,
  .sec1-3-box .item:nth-of-type(2) div p{
    height: auto;
  }
  .sec1-3-box .item:nth-of-type(n+3){
    margin-top: 0;
  }
  .sec1-3-box .item:nth-of-type(n+2){
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .under500{
    display: block;
  }
  .content-header {
    background-image: url(/img/product/renewable_energy/self/bg_header_index_sp.jpg);
  }
  .sec2_list{
    width: auto;
  }
  .sec1-box .item,
  .sec1-2-box .item,
  .sec1-3-box,
  .sec1-3-box .item{
    width: 100%;
  }

  .sec1-3-box .flexbox .img_450ER{
    width: 50%;
  }
  
  
}
/* table-prodact
----------------------------------------------------------------------------- */
.table-prodact {
  margin: 0 0 20px;
}

.table-prodact table {
  width: 100%;
  border: solid #ddd 1px;
}

.table-prodact table th {
  width: 32%;
  background: #eee;
  text-align: left;
  padding: 20px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  font-weight: normal;
}

.table-prodact table td {
  width: 68%;
  padding: 20px;
  text-align: left;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
}

.table-prodact table .head {
  color: #fff;
  background: url(../../../../img/common/table_bg_001.gif) #333 repeat-x left bottom;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}

.table-prodact table span {
  color: #ff0000;
}

@media screen and (max-width: 1024px) {
  .table-prodact {
    margin: 0 0 20px;
  }

  .table-prodact table {
    width: 100%;
    border: solid #ddd 1px;
  }

  .table-prodact table th {
    width: 42%;
    background: #eee;
    text-align: left;
    padding: 20px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
    font-weight: normal;
  }

  .table-prodact table td {
    width: 58%;
    padding: 20px;
    text-align: left;
    border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
  }

  .table-prodact table td img {
    width: 100%;
  }

  .table-prodact table .head {
    color: #fff;
    background: url(../../../../img/common/table_bg_001.gif) #333 repeat-x left bottom;
    text-align: left;
    padding: 5px 10px;
    border-bottom: solid #ddd 1px;
    border-right: solid #ddd 1px;
  }
}

.tableBlock01 {
  margin-bottom: 2em;
  text-align: center;
  text-align: -webkit-center;
}

.tableBlock01 table th.head,
.tableBlock01 table td.head {
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background: url(../../../../img/common/table_bg_001.gif) #595758 repeat-x left bottom;
  border-bottom: solid #575757 1px;
}

user agent stylesheettd,
th {
  display: table-cell;
  vertical-align: inherit;
}

.tableBlock01 td {
  padding: 5px;
  border-right: solid #575757 1px;
  border-bottom: solid #575757 1px;
  vertical-align: middle;
  text-align: center;
}

.tableBlock01 table th,
.tableBlock01 table td.cell01 {
  padding: 5px;
  text-align: left;
  background: #dcdcdc;
  border-right: solid #575757 1px;
  border-bottom: solid #575757 1px;
}

.tableBlock01 table {
  width: 100%;
  border-top: solid #575757 1px;
  border-left: solid #575757 1px;
  background: #FFF;
}

.table-prodact--spec {
  width: 90%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 5%;
}

.table-prodact--spec table th {
  width: 25;
  text-align: left;
  padding: 10px;
}

th.table-prodact__head--first {
  color: #fff;
  background: url(../../../../img/common/table_bg_001.gif) #333 repeat-x left bottom;
  text-align: left;
  padding: 5px 5px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}

td.table-prodact__head {
  color: #fff;
  background: url(../../../../img/common/table_bg_001.gif) #333 repeat-x left bottom;
  text-align: left;
  padding: 0 5px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
}

th.table-prodact__leftcolor {
  background: #eee;
  border-bottom: solid #a0a0a0 1px;
  border-right: solid #a0a0a0 1px;
  border-left: solid #a0a0a0 1px;
  font-weight: normal;
}

.table-prodact--spec td {
  padding-left: 20px;
  border-bottom: solid #a0a0a0 1px;
  border-right: solid #a0a0a0 1px;
}

.tableBlock04 {
  margin-bottom: 0;
}

.imageBlock01 {
  text-align: center;
  margin-bottom: 2em;
}

.tableBlock04 table {
  width: 80%;
  border-top: solid #575757 1px;
  border-left: solid #575757 1px;
  background: #FFF;
  margin: 0 auto 1em;
}

.tableBlock04 th {
  width: 30;
  padding: 5px;
  text-align: left;
  background: #dcdcdc;
  border-right: solid #575757 1px;
  border-bottom: solid #575757 1px;
}

th.head {
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background: url(../../../../img/common/table_bg_001.gif) #595758 repeat-x left bottom;
  border-bottom: solid #cccccc 1px;
  border-right: solid #cccccc 1px;
}

.tableBlock04 td {
  padding: 5px;
  text-align: left;
  border-right: solid #575757 1px;
  border-bottom: solid #575757 1px;
}

.table-prodact table .head {
  color: #fff;
  background: #888;
  text-align: left;
  padding: 5px 10px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  vertical-align: middle;
}

.tableBlock01 table th.head,
.tableBlock01 table td.head {
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background: #888;
  font-weight: bold;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  vertical-align: middle;
}

.tableBlock01 td {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  font-weight: normal;
}

.tableBlock01 table th,
.tableBlock01 table td.cell01 {
  padding: 5px;
  text-align: center;
  background: #eee;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  font-weight: normal;
  vertical-align: middle;
}

.tableBlock01 table,
.tableBlock04 table {
  width: 100%;
  border-top: solid #ddd 1px;
  border-left: solid #ddd 1px;
  background: #FFF;
}

.tableBlock04 th {
  padding: 5px;
  text-align: center;
  background: #dcdcdc;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  font-weight: normal;
}

th.head {
  color: #ffffff;
  padding: 5px;
  text-align: center;
  background: #888;
  border-bottom: solid #ddd 1px;
  border-right: solid #ddd 1px;
  font-weight: normal;
}

.tableBlock04 td {
  padding: 5px;
  text-align: left;
  border-right: solid #ddd 1px;
  border-bottom: solid #ddd 1px;
  text-align: center;
}

#tableBlock01-head {
  background: #888;
  border-right: solid #ddd 1px;
  color: #fff;
  vertical-align: middle;
}

.content-section .ttl--lv2 {
  padding-left: 1em;
}

.content-section .mt-1 {
  margin-top: -1em;
}

a.arrow {
  text-decoration: underline;
}

.tableBlock01 table.popup th,
.tableBlock01 table.popup td {
  text-align: center;
  vertical-align: middle;
}

table td.w-auto {
  width: auto;
}

.mt-30 {
  margin-top: -30px;
}

.content-section h2.drawtl {
  margin-bottom: 0;
}

#table-wrapper {
  margin: -40px 0;
}

.tableBlock01 .center {
  text-align: center;
}

.tableBlock01 {
  counter-reset: footnote 3;
}

.tableBlock01 span.footnote {
  counter-increment: footnote;
}

.tableBlock01 span.footnote:after {
  content: counter(footnote);
}

.tableBlock01 table .bg_green th,
.tableBlock01 table .bg_green td {
  background: #F4F7BC;
}

/* @media screen and (max-width: 1024px) {

  .tableBlock01 table,
  .tableBlock04 table {
    width: 900px;
  }
} */