/* top
---------------------------------------------------------------------------- */
.m-business-top-box-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-business-top-box-txt {
    font-size: 4vw;
  }
}
