.ref {
  min-width: 1vw;
  width: 1vw;
  max-width: 1vw;
  min-height: 1vh;
  height: 1vh;
  max-height: 1vh;
  position: fixed;
  opacity: 0.001;
  pointer-events: none;
}

* {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border: solid 0px #888;
}

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

html,
body {
  min-height: 100vh;
  max-width: 100vw;
  min-width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #444;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: calc(6 * min(2px, 0.266666vw, 0.164812vh));
  height: calc(6 * min(2px, 0.266666vw, 0.164812vh));
}

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

input[type=text],
input[type=tel],
input[type=number],
input[type=date],
.input,
textarea,
select,
.select,
button,
label {
  border: solid 1px #888;
  border-radius: 0;
  background-color: white;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

input[type=radio],
input[type=checkbox] {
  scale: 1.5;
  margin: 0.5em;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2666666667);
}

::placeholder {
  color: rgba(0, 0, 0, 0.2666666667);
}

table {
  border-collapse: collapse;
  white-space: nowrap;
}

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

.evengray tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.0666666667);
}

th,
td {
  padding: 0em 0.5rem;
  max-width: 14rem;
  overflow: auto;
  text-align: start;
}

.table1 {
  background-color: #fff;
}

.table1 th,
.table1 td {
  box-shadow: inset 0.5px 0.5px #888, inset -0.5px -0.5px #888;
}

.b {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.right {
  text-align: end;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.f {
  display: flex;
}

.v {
  flex-direction: column;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.fendc {
  display: flex;
  justify-content: flex-end;
  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;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
  .pcc {
    align-items: center;
  }
  .pccc {
    justify-content: center;
    align-items: center;
  }
  .pctc {
    text-align: center;
  }
  .pcw100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .pcwrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .spv {
    flex-direction: column;
  }
  .spvrev {
    flex-direction: column-reverse;
  }
  .sps {
    justify-content: flex-start;
  }
  .spc {
    align-items: center;
  }
  .spcc {
    justify-content: center;
    align-items: center;
  }
  .sptc {
    text-align: center;
  }
  .spw100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .spwrap {
    flex-wrap: wrap;
  }
}
.bwhite {
  background-color: white;
}

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

.notouch {
  pointer-events: none;
}

.ofhh {
  overflow: hidden;
}

.ofaa {
  overflow: auto;
}/*# sourceMappingURL=style.css.map */