@charset "utf-8";

.global-nav__list li:nth-child(4) a:after {
  opacity: 1;
}

/*
============================================================ */
.sec-cost__img-01 {
  margin: 40px 0;
}
.sec-cost__img-01 + .common-figure-note {
  margin-bottom: 4em;
}
.common-figure-note + .common-txt-01 {
  margin-top: 2em;
}
.sec-cost__img-02 {
  margin: 65px 0 30px;
  padding: 45px 60px;
  background: #f0f6ef;
}

.common-lead-box__ttl {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 960px) {
  .sec-cost__img-01 {
    margin: 20px 0;
  }
  .sec-cost__img-02 {
    margin: 30px 0 20px;
    padding: 10px;
  }
  
  .common-lead-box__ttl {
    margin-bottom: .7em;
  }
  
}
