.l-section.business-sec {
  margin-top: 74px;
}
.l-section.business-sec .c-heading--A {
  line-height: 1.4em;
}
.c-heading--A + .c-title-txt {
  margin-top: 40px;
}
/*.c-title-txt + .c-normal-txt {
  text-align: center;
  margin-top: -7px;
}*/
/*.c-normal-txt + .c-content-img {
  margin-top: 46px;
}*/
.c-content-img + .c-col-wrap {
  margin-top: 100px;
  padding-bottom: 88px;
}
.c-col-wrap .col-item .c-heading--E + .c-normal-txt {
  margin-top: 45px;
}
.c-col-wrap .col-item .c-arr-link {
  font-size: 1.375em;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .c-col-wrap .col-item.maintenance .c-arr-link {
    margin-top: 26px;
  }
  .c-col-wrap .col-item.renewed_is .c-arr-link {
   margin-top: 64px;
  }
  .c-heading--E + .c-normal-txt {
    margin-top: 45px;
  }
  .c-arr-link{
    margin: 40px 0 0;
  }
  .c-col-item{
    padding: 48px 0 57px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-img + .c-col-wrap {
    margin-top: 60px;
    padding-bottom: 40px;
}
  .c-col-wrap .col-item .c-heading--E + .c-normal-txt {
    margin-top: 30px;
}
  .c-col-wrap .col-item .c-arr-link {
    font-size: 1.25em;
    margin-top: 10px;
}
}