@charset "utf-8";
html, body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
/******************************************************************************************************/
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: #fff; /* 全体背景色 */
  overflow-x: hidden;
}
.pref {
  vertical-align: middle;
  text-align: center;
}
.bg-bl {
  background-color: #5976ba !important
}
table {
  border-width: 2px !important
}
table span {
  display: block;
  font-size: 0.6em;
  color: #5976ba;
}
a:hover {
  opacity: 0.7;
}
td {
  padding: 15px !important;
  border-width: 2px !important
}
a {
  color: #343a40;
  text-decoration: none;
}
.container {
  width: 60% !important;
  max-width: 992px;
}
@media screen and (max-width: 768px) {
  .ch {
    display: none;
  }
  html {
    scroll-padding-top: 0;
  }
  .pc-90, .pc-80, .pc-70, .pc-60, .pc-50 {
    width: 100% !important
  }
  .container {
    width: 100% !important
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .note, .copy {
    font-size: 0.6rem;
  }
}