@charset "UTF-8";

/*------------------------------------------
# table
------------------------------------------*/
.upper-limit table th:nth-child(1) {
  width: 25%;
}
.upper-limit table th:nth-child(3) {
  width: 22%;
}
.upper-limit .notes {
  font-size: 80%!important;
}
.upper-limit-point {
  color: #F18D00;
  font-size: 75%;
  font-family: arial;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .upper-limit table td:nth-child(2) {
    text-align: left;
  }
}
.Interview-guidance table th:nth-child(1) {
  width: 25%;
}
.Interview-guidance table th:nth-child(3) {
  width: 57%;
}