@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html ,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  /*font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
  font-family: arial,sans-serif;
  /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
}

a {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}



@media all and (max-width: 600px) {
  .hide_sp {
    display: none !important;
  }
}
@media all and (min-width: 601px) {
  .sp_only {
    display: none !important;
  }
}




