@font-face {
  font-family: meiryo;
  src:
    url('/font/meiryo/meiryo.woff2') format('woff2'),
    url('/font/meiryo/meiryo.woff') format('woff'),
    url("/font/meiryo/meiryo.tff") format("truetype"),
    url('/font/meiryo/meiryo.svg') format('svg');
}

body,
input {
  font-family: meiryo;
  background: #fff;
}

.description-text {
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
}