@media screen and (max-width: 767px) {
  .c-ttl > div:first-child {
    letter-spacing: -0.13em;
    font-size: min(6.5vw, 1.75rem);
  }
}
@media screen and (max-width: 767px) {
  .c-ttl > div:last-child {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
    font-size: min(2.5vw, 0.6875rem);
  }
}

.c-companylist a {
  text-decoration: none !important;
}/*# sourceMappingURL=style.css.map */