* {
  /* line-height: min(60px, 2em); */
  letter-spacing: 0.05em;
  position: relative;
}
@font-face {
  font-family: "maru6w";
  src: url(font/maru6w.woff2);
}
.maru6w {
  font-family: "maru6w";
}
@font-face {
  font-family: "maru5w";
  src: url(font/maru5w.woff2);
}
.maru5w {
  font-family: "maru5w";
}
html,
body {
  font-family: "maru6w";
  background-color: #fcf9f2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
.header,
.body,
.footer {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  background-color: white;
}
td {
  border: solid 0.5px #c7c7c7;
  padding: 0 0.5em;
  white-space: nowrap;
}
input,
textarea,
select {
  font-family: inherit;
}
textarea {
  line-height: 1em;
}

.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;
}
.faa {
  display: flex;
  justify-content: space-around;
  align-content: space-around;
}
.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;
}
.fend {
  display: flex;
  justify-content: flex-end;
}
.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.fs {
  display: flex;
  justify-content: flex-start;
}
.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;
}
.fadein,
.typein {
  opacity: 0;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hidden {
  display: none !important;
}
.invisible {
  opacity: 0;
}
.w100 {
  width: 100%;
}
.vw100 {
  width: 100vw;
}
.h100 {
  height: 100%;
}
.vh100 {
  height: 100vh;
}
.ofhh {
  overflow: hidden hidden;
}
.lh1em {
  line-height: 1em;
}
@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;
}
.white {
  color: white;
}

.soudan {
  color: white;
  background-color: #ed3c12;
  padding: 0em 1.4em;
  box-shadow: 0px 3px 6px #70707029;
}
.soudan > a {
  text-decoration: none;
}
