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

.full_wide_ttl {
  margin-top: 10px;
}

.full_wide_ttl .txt_white {
  padding-left: 0;
}

.cleaning .ttl_underbar::after {
  background: var(--site-primary);
}

.cleaning .box_orange {
  padding-top: 50px;
  margin-bottom: 40px;
}

.cleaning_list {
  gap: 40px calc((100% - (14.4% * 6)) / 5);
  margin-top: 30px;
}

.cleaning_list li {
  width: 14.4%;
}

.cleaning_list li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}

@media only screen and (max-width: 960px) {
  .cleaning .box_orange {
    padding-top: 38px;
  }
  .cleaning_list li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  #sub_main .ttl {
    text-align: left;
    line-height: 1.35;
  }
  .page_intro_box .txt_box .ttl {
    font-size: 20px;
    margin: 0 -10px 15px;
  }
  .full_wide_ttl {
    margin-top: 0;
  }
  .full_wide_ttl .txt_white {
    text-align: center;
    font-size: 20px;
    padding: 13px 0 17px;
  }
  .about_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_intro img {
    margin: 0 0 10px;
  }
  .three_column_list li .content {
    display: block;
  }
  .three_column_list li img {
    float: left;
    margin: 0px 5% 10px 0;
  }
  .three_column_list li p {
    width: 100%;
  }
  .cleaning .about_intro {
    margin-bottom: 25px;
  }
  .cleaning .about_intro img {
    width: 77%;
  }
  .cleaning .box_orange {
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .cleaning_list {
    margin-top: 20px;
    gap: 20px 8.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cleaning_list li {
    width: 130px;
  }
}
/*# sourceMappingURL=renovation.css.map */