@font-face {
  font-family: CALIST;
  src: url("../font/CALIST.TTF");
}
body {
  background: white;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  cursor: default;
}

a,
a:active,
a:visited,
a:hover {
  color: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

::selection {
  color: white;
  background: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #006837;
  border: 1px solid #ffffff;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.a_button {
  display: inline-block;
  padding: 10px 100px;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 1.6rem;
  background: #4d4d4d;
  color: white !important;
  text-decoration: none;
}
.a_button:hover {
  background: #006837;
}

.text-center {
  text-align: center;
}

.div_800 {
  width: 800px;
  margin: 0px auto;
}

.div_1000 {
  width: 1000px;
  margin: 0px auto;
}

.div_1080 {
  width: 1080px;
  margin: 0px auto;
}

.div_1280 {
  width: 1280px;
  margin: 0px auto;
}

.div_1366 {
  width: 1366px;
  margin: 0px auto;
}

.div_center {
  margin: 0px auto;
}

.bold {
  font-weight: 400;
}

.grecaptcha-badge {
  display: none;
}

.only_sz960 {
  display: none;
}

@media only screen and (max-width: 960px) {
  .only_sz960 {
    display: unset !important;
  }
}/*# sourceMappingURL=sizing.css.map */