@charset "UTF-8";

@media screen and (max-width: 834px) {
  .ttl-comp-02{
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 640px) {
  .ttl-comp-02{
    font-size: 18px;
    font-size: 1.8rem;
  }
}