/*------------ gym style ------------*/
.gym1{
    font:"Meiryo UI";
    font-size: 80%;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .gym1{
        font:"Meiryo UI";
        font-size: 100%;
        font-weight: bold;
    }
  }