html,
body {
  width: 100vw;
  height: 100vh;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #fff;
}

h2 {
  background-color: initial;
  color: red;
}

.emailConf {
  position: relative;
}

.hissu {
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 0.125rem 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}

.postWrap {
  display: flex;
  align-items: center;
}

.emailConfMessage {
  position: absolute;
  bottom: -50px;
  left: 0;
  font-size: 0.85rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #777;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #aaa;
  transition: 0.5s;
}
.emailConfMessage:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}
.emailConfMessage:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.fa-circle-exclamation {
  color: hsl(30, 100%, 50%);
  font-size: 1.25rem;
}

.frmBlock tr th {
  font-feature-settings: "palt";
}

.supplement {
  color: red;
  margin: 0.5rem 0;
}

#next_guidance {
  display: flex;
  align-items: center;
}
#next_guidance label {
  margin-bottom: 0;
}
#next_guidance label:first-child {
  margin-right: 1rem;
}

#trigger {
  display: flex;
  align-items: center;
}
#trigger label {
  margin: 0 1.5rem 0 0;
}

.radioWrap {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.deactive {
  transition: 0.3s;
  pointer-events: none;
}

.employeeNameWrap {
  margin-top: 0.5rem;
}

a {
  text-decoration: none;
}

.errMessege {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 0.85rem;
  padding: 0.25rem;
  margin-top: 0.125rem;
  border-radius: 3px;
}

#appList th,
#appList td {
  font-size: 0.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#appList th {
  text-align: center;
}

@-webkit-keyframes expanding {
  100% {
    width: 150px;
    height: 150px;
  }
}
@keyframes expanding {
  100% {
    width: 150px;
    height: 150px;
  }
}
#toast-container {
  position: initial !important;
}

.message {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}

#csvBtn {
  display: block;
  width: 40%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: hsl(30, 100%, 50%);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 2px 4px #ddd;
  margin: 0 auto;
  padding: 0.5em 1em;
  transition: all 0.3s;
}

.salesPeriodWrap {
  display: flex;
}

::placeholder {
  color: red;
}

.cautionGW {
  position: relative;
  font-weight: bold;
  /* font-size: 139%; */
  background: #fcc5c5;
  box-shadow: 0px 0px 0px 5px #fcc5c5;
  border: dashed 2px white;
  padding: 1em;
  margin-bottom: 2em;
  color: #454545;
}
.cautionGW:after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #f89696;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1000px) {
  .frmBlock tr th {
    width: 250px;
  }
}/*# sourceMappingURL=style.css.map */