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

.full_wide_ttl {
  margin-top: 10px;
}

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

.cost_box {
  margin: 120px 0 30px;
}

.cost_box ul {
  margin-top: 35px;
}

.cost_box li .ttl {
  width: 100%;
  font-size: 22px;
  color: var(--site-secondary);
  border: 1px solid var(--site-secondary);
  border-radius: 2px;
  padding: 7px 14px 9px;
  margin-bottom: 20px;
}

.cost_box li img {
  width: 28.3%;
}

.cost_box li p {
  width: 66%;
  margin-top: -6px;
}

.cost_box li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 32px;
}

@media only screen and (max-width: 960px) {
  .full_wide_ttl {
    margin: 0;
  }
  .cost_box {
    margin: 85px 0 20px;
  }
  .cost_box li .ttl {
    font-size: 18px;
    padding: 5px 12px 6px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 568px) {
  .full_wide_ttl .txt_white {
    text-align: center;
  }
  .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;
  }
  .cost_box {
    margin: 70px 0 30px;
  }
  .cost_box ul {
    margin-top: 20px;
  }
  .cost_box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cost_box li .ttl {
    margin-bottom: 16px;
    text-align: center;
  }
  .cost_box li img {
    width: 100%;
    margin-bottom: 18px;
  }
  .cost_box li p {
    width: 100%;
  }
}
/*# sourceMappingURL=dispose.css.map */