@charset "UTF-8";
.tableBase {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  word-break: break-all;
}
.tableBase th,
.tableBase td {
  border: 1px solid #ffdf00;
  padding: 7px;
  font-size: 1rem!important;
  line-height: 1.5!important;
  font-weight: 500!important;
  letter-spacing: normal;
  color: #000;
}
.tableBase th:first-child,
.tableBase td:first-child {
  background: #FDFFB5;
  width: 100%;
  max-width: 40%;
}
.tableBase th:last-child {
  background: #fff;
}
.tableBase td {
  border: 1px solid #ffdf00;
  padding: 7px;
  background: #fff;
}
.tableBase caption {
  font-weight: bold;
  padding: 0.5em 0;
  text-align: left;
}
.tableBase.w100 th,
.tableBase.w100 th:first-child,
.tableBase.w100 td:first-child {
  background: #FDFFB5;
}
.tableBase.w100 th,
.tableBase.w100 td {
  width: 100%;
  max-width: 12%;
}
.tableBase.w100 th,
.tableBase.w100 td:nth-child(1),
.tableBase.w100 td:nth-child(3),
.tableBase.w100 td:nth-child(4),
.tableBase.w100 td:nth-child(5) {
  text-align: center;
}

.tableBase.w100 th:nth-child(2),
.tableBase.w100 td:nth-child(2) {
  width: auto;
  max-width: none;
}

.mt10 {
  margin-top: 10px;
}
.w10 {
  width: 10%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w100 {
  width: 100%;
}
@media (max-width: 950px) {}
