* {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 0px #888;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

html {
  overflow: hidden auto;
  max-width: 100vw;
  max-height: 100vh;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  flex-direction: column;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: calc(8 * min(2px, 0.232558vw, 0.154798vh));
  height: calc(8 * min(2px, 0.232558vw, 0.154798vh));
}

::-webkit-scrollbar-thumb {
  border-radius: calc(8 * min(2px, 0.232558vw, 0.154798vh));
  background-color: rgba(0, 0, 0, 0.2666666667);
}

input,
.input,
textarea,
select,
.select,
button,
.button {
  border: solid 1px #888;
  border-radius: 4px;
  padding: 0.5em 0.5em;
  height: 1.5em;
}

input,
.input,
textarea {
  background-color: #eff;
}

textarea {
  height: 4em;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

::-moz-placeholder {
  color: #888;
}

::placeholder {
  color: #888;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

th,
td {
  text-align: left;
  border: 0;
  box-shadow: inset 1px 1px #888, inset -1px -1px #888;
  padding: 0.5em 0.5em;
  white-space: nowrap;
  background-color: #fff;
  overflow: auto;
}

thead {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
}

th {
  position: sticky;
  left: 0px;
  z-index: 1;
}

.tc {
  text-align: center;
}

.ts {
  text-align: start;
}

.te {
  text-align: end;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.hidden {
  display: none;
}

.f {
  display: flex;
}

.v {
  flex-direction: column;
}

.fa {
  display: flex;
  justify-content: space-around;
}

.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fb {
  display: flex;
  justify-content: space-between;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fc {
  display: flex;
  justify-content: center;
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.fce {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fcs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fe {
  display: flex;
  justify-content: space-evenly;
}

.fee {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.fec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fxc {
  display: flex;
  align-items: center;
}

.fxe {
  display: flex;
  align-items: flex-end;
}

.fxs {
  display: flex;
  align-items: flex-start;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ofhh {
  overflow: hidden hidden;
}

.ofha {
  overflow: hidden auto;
}

.ofah {
  overflow: auto hidden;
}

.ofaa {
  overflow: auto auto;
}

.wa {
  width: -moz-fit-content;
  width: fit-content;
}

.ha {
  height: -moz-fit-content;
  height: fit-content;
}

.border {
  border: solid 1px #888;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */