#sub_main .ttl span::before {
  background: url(../img/cycle/icon_cycle.svg) no-repeat;
  background-size: contain;
}

.full_wide_ttl .txt_white {
  padding: 24px 0 28px;
}

.ttl_underbar {
  margin: 60px 0 40px;
}

.compare_list li .ttl.bg_gray {
  background: #999;
}

.wide_box {
  margin-top: 80px;
}

.wide_box .md_inner_space {
  padding-top: 5px;
}

.wide_box li {
  padding: 40px 0 40px;
}

.wide_box li:first-child .list_ttl::before {
  background: url(../img/cycle/recycle_icon01.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(2) .list_ttl::before {
  background: url(../img/cycle/recycle_icon02.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(3) .list_ttl::before {
  background: url(../img/cycle/recycle_icon03.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(4) .list_ttl::before {
  background: url(../img/cycle/recycle_icon04.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(5) .list_ttl::before {
  background: url(../img/cycle/recycle_icon05.svg) no-repeat;
  background-size: contain;
}

.wide_box li:nth-child(6) .list_ttl::before {
  background: url(../img/cycle/recycle_icon06.svg) no-repeat;
  background-size: contain;
}

.wide_box li .txt_box {
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .ttl_underbar {
    margin: 45px 0 25px;
  }
  .wide_box {
    margin-top: 50px;
  }
  .wide_box li {
    padding: 28px 0 28px;
  }
  .wide_box li .txt_box {
    margin-top: 0;
  }
  .wide_box li .txt_box .content_ttl {
    font-size: 20px;
    margin: -6px 0 12px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .full_wide_ttl .txt_white {
    text-align: center;
    padding: 12px 0 15px;
  }
  .ttl_underbar {
    margin: 30px 0 20px;
  }
  .wide_box {
    margin: 35px -5.3vw 0;
    border-radius: 0;
  }
  .wide_box .md_inner_space {
    padding: 0 5.3vw 20px;
  }
  .wide_box li {
    padding: 22px 0 25px;
  }
  .wide_box li .txt_box .content_ttl {
    margin: 14px 0 12px;
    padding-bottom: 16px;
  }
}
/*# sourceMappingURL=cycle.css.map */