.service-box {
  margin-bottom: 80px;
}
.service-box .box-inner:first-child {
  padding: 50px 30px 0;
  border-top: 3px solid #6da61f;
  box-sizing: border-box;
}
.service-box h3 {
  color: #FFF;
  background: #6DA61F;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.service-box .service-innerbox {
  margin-bottom: 60px;
}
.service-box .service-txt01 {
  line-height: 2.1;
}
.service-box .service-list {
  display: flex;
  flex-wrap: wrap;
}
.service-box .service-list li {
  width: 480px;
  display: flex;
  margin-right: 80px;
  margin-bottom: 40px;
}
.service-box .service-list li:nth-child(2n) {
  margin-right: 0;
}
.service-box .list-txt {
  line-height: 2;
  margin-right: 40px;
}
.service-box .list-ttl {
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.7;
}
.service-box .list-ttl i {
  position: relative;
  padding-right: 35px;
}
.service-box .list-ttl i:before {
  content: "";
  position: absolute;
}
.service-box .list-ttl .ttl01:before {
  width: 22px;
  height: 22px;
  background: url(../images/service/service_icon_01.svg) no-repeat;
  background-size: 22px 22px;
}
.service-box .list-ttl .ttl02:before {
  width: 16px;
  height: 25px;
  background: url(../images/service/service_icon_02.svg) no-repeat;
  background-size: 16px 25px;
}
.service-box .list-ttl .ttl03:before {
  width: 25px;
  height: 23px;
  background: url(../images/service/service_icon_03.svg) no-repeat;
  background-size: 25px 23px;
}
.service-box .list-ttl .ttl04:before {
  width: 25px;
  height: 21px;
  background: url(../images/service/service_icon_04.svg) no-repeat;
  background-size: 25px 21px;
}
.service-box .list-ttl .ttl05:before {
  width: 25px;
  height: 12px;
  background: url(../images/service/service_icon_05.svg) no-repeat;
  background-size: 25px 12px;
}
.service-box .list-ttl .ttl06:before {
  width: 25px;
  height: 25px;
  background: url(../images/service/service_icon_06.svg) no-repeat;
  background-size: 25px 25px;
}
.service-box .list-ttl .ttl07:before {
  width: 19px;
  height: 20px;
  background: url(../images/service/service_icon_07.svg) no-repeat;
  background-size: 19px 20px;
}
.service-box .list-ttl .ttl08:before {
  width: 21px;
  height: 20px;
  background: url(../images/service/service_icon_08.svg) no-repeat;
  background-size: 21px 20px;
}
.service-box .service-img01 {
  margin-top: 10px;
  text-align: center;
}
.service-box .service-mainimg {
  text-align: center;
  margin-bottom: 60px;
}
.service-box .service-mainmds {
  color: #693;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.service-box .service-maintxt {
  line-height: 1.7;
}
