/*! shokika.css v1.8.0 | MIT License | github.com/hiro0218/shokika.css/ */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  text-rendering: optimizeSpeed;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ol, ul, button, input, select {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol, ul {
  padding: 0;
  list-style: none;
}

pre, code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

img, video, picture {
  max-width: 100%;
  height: auto;
}

svg {
  stroke: none;
  fill: currentColor;
}

input, button, textarea, select {
  font: inherit;
  line-height: 1.5;
}

input[type="file"]::-webkit-file-upload-button, input[type="file"]::file-selector-button {
  cursor: pointer;
}

iframe {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

dt {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

option {
  padding: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

abbr[title] {
  cursor: help;
  text-decoration-skip-ink: none;
  text-decoration: underline dotted;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[tabindex]:not([tabindex*="-"]), a[href], button, [type="button"], [type="reset"], [type="submit"], [role="button"], label, select, summary {
  cursor: pointer;
}

[tabindex]:not([tabindex*="-"]), a[href], button, input, label, select, textarea, summary {
  touch-action: manipulation;
}

[aria-busy="true" i] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true" i], [disabled] {
  cursor: not-allowed;
}
