@font-face {
  font-family: "hira6w";
  src: url("./font/ヒラギノ角ゴ\ Pr6N\ W6.woff2");
}
* {
  position: relative;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
html,
body {
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden auto;
  font-family: "hira6w", sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #404040;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
.select,
button,
label {
  color: inherit;
  border: solid 1px #808080;
  border-radius: 0;
  background-color: white;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
  scale: 1.5;
  margin: 0.5em;
}
::placeholder {
  color: #00000040;
}

table {
  border-collapse: collapse;
  background-color: #fff;
  border: solid 0.5px #888;
}
th,
td {
  text-align: left;
  border: 0;
  box-shadow: inset 0.5px 0.5px #888, inset -0.5px -0.5px #888;
  padding: 2px 5px;
  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;
}
.evengray tr:nth-child(2n) td,
.evengray tr:nth-child(2n) th {
  background-color: #dddddd;
}

.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 {
  user-select: none;
}
.notouch {
  pointer-events: none;
}
.ofhh {
  overflow: hidden;
}
