/**
 * INCENTIVE
 */
#contents.static .section-lead {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col {
    flex-direction: column;
  }
}

#contents.static .section-lead .col-left {
  width: 350px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-left {
    width: auto;
    margin: 0;
  }
}

#contents.static .section-lead .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-right {
    margin: 20px 0 0;
  }
}

#contents.static .section-lead .col-right .img {
  width: 485px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-right .img {
    width: auto;
  }
}

#contents.static .section-lead h2 {
  color: #7bb01a;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  margin: 0;
}

#contents.static .section-lead h2 strong {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 4px;
  margin: 10px 0;
  background-color: #7bb01a;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead h2 strong {
    font-size: 1.2em;
    margin: 5px 8vw;
  }
}

#contents.static .section-lead h2 em {
  display: block;
  font-size: .7em;
  line-height: 1.4;
  font-weight: bold;
}

#contents.static .section-1st {
  margin-top: 40px;
}

#contents.static .section-1st .table-content {
  margin: 0;
}

#contents.static .section-1st table {
  width: 100%;
}

#contents.static .section-1st table th {
  color: #fff;
  background-color: #a8cb30;
}

#contents.static .section-1st table td {
  text-align: center;
  background-color: #f7ffdc;
}

/*# sourceMappingURL=../map/css/style-incentive.css.map */
