* {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 0px #888;
  font: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  scroll-padding: 20px;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

a {
  display: flex;
}

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

th,
td {
  padding: 2px;
}

.tc {
  text-align: center;
}

.ts {
  text-align: start;
}

.te {
  text-align: end;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.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;
}

.hidden {
  display: none;
}

.opacity {
  opacity: 0.001;
  touch-action: none;
}/*# sourceMappingURL=index.css.map */