.noto {
  /* Thin 100 ExtraLight 200 Light 300 Regular 400 Medium 500 SemiBold 600 Bold 700 ExtraBold 800 Black 900 */
  font-family: "Noto Sans JP", sans-serif;
}

.thin {
  font-weight: 100;
}

.exlight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

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

@font-face {
  font-family: "shin";
  src: url(font/A-OTF-UDShinGoPro-Medium.woff2);
}
.shin {
  font-family: "shin";
}

* {
  position: relative;
  line-height: 1em;
}

html,
body {
  font-family: sans-serif;
  color: #363636;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

input[type=text],
textarea {
  width: 16em;
}

.header,
.body,
.footer {
  max-width: 100%;
  width: 100%;
}

span {
  display: inline-flex;
}

table {
  border-collapse: collapse;
}

td {
  border: solid 1px black;
  padding: 0 0.5em;
  white-space: nowrap;
}

select {
  height: 2em;
}

button {
  font-size: 1em;
  line-height: 1.5em;
}

.tc {
  text-align: center;
}

.te {
  text-align: end;
}

.b {
  font-weight: 700;
}

.v {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.f {
  display: flex;
}

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

.fas {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

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

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

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

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

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

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

.selfstart {
  display: flex;
  align-self: flex-start;
}

.selfend {
  display: flex;
  align-self: flex-end;
}

.noscrollbar {
  -ms-overflow-style: none;
}

.noscrollbar::-webkit-scrollbar {
  display: none;
}

.abs {
  position: absolute;
}

.fixed {
  position: fixed;
}

.hidden {
  display: none !important;
}

.ofaa {
  overflow: auto;
}

.ofhh {
  overflow: hidden;
}

.ofah {
  overflow: auto hidden;
}

.ofha {
  overflow: hidden auto;
}

.wa,
.waa {
  width: auto;
}

.ha,
.haa {
  height: auto;
}

.notouch {
  pointer-events: none;
}

.transp {
  opacity: 0.0001;
}

.nodeco {
  text-decoration: none;
  color: inherit;
}

.bs {
  border-style: solid;
}

.q-btn:nth-child(2n-1) {
  background-image: url("img/10-form-btn1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: 700;
}

.q-btn:nth-child(2n),
.q-btn:nth-child(7) {
  background-image: url("img/10-form-btn2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: 700;
}

.next-btn {
  background-image: url("img/10-form-btn-next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}/*# sourceMappingURL=LP10-VgFa.css.map */