body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

@font-face {
    font-family: 'Noto Sans Regular';
    src: url('/font/NotoSansCJKjp-Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Medium';
    src: url('/font/NotoSansCJKjp-Medium.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bold';
    src: url('/font/NotoSansCJKjp-Bold.otf');
    font-display: swap;
}

*{
  box-sizing: border-box;
}