@charset "UTF-8";
.bold-text {
  font-weight: 800;           /* bolder than normal bold */
  color: #111;                /* 黒寄りにすることでより濃く見える */
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.line-through {text-decoration: line-through;}

.center {
    text-align: center;
}