/* CSS Document */
/*--------------------------------------------------------------------
  staff-system
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .staff-system br {
    display: none;
  }
}
.staff-system .lead {
  margin: 35px auto;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.staff-system .notes {
  width: 100%;
  padding: 20px;
  background: #fff9cb;
  display: inline-block;
}
.staff-system .notes dl {
  width: 100%;
}
.staff-system .notes dl dt {
  float: left;
  width: 20%;
  margin-top: 10px;
}
.staff-system .notes dl dd {
  float: left;
  width: 80%;
  margin-top: 10px;
}
.staff-system .independent {
  margin: 20px auto;
}
.staff-system .independent .text {
  font-size: 20px;
}
.staff-system .independent .upperList {
  padding-bottom: 40px;
  background: url(../img/staff-system/staff-system_bg03.png) center center no-repeat;
  background-size: contain;
}
.staff-system .independent .independentList {
  display: table;
  width: 100%;
  height: 110px;
  border: 2px solid #addef8;
  border-radius: 6px;
}
.staff-system .independent .independentList li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  background: #fff;
}
.staff-system .independent .independentList li:nth-of-type(1) {
  position: relative;
  width: 27%;
  padding-left: 60px;
  font-weight: bold;
  font-size: 15px;
  background: #addef8;
}
@media screen and (max-width: 768px) {
  .staff-system .independent .independentList li:nth-of-type(1) {
    padding: 5px;
    width: 30%;
  }
}
.staff-system .independent .independentList li:nth-of-type(1) span.num {
  position: absolute;
  top: 24px;
  left: 15px;
  font-size: 40px;
  color: #033695;
}
.staff-system .independent .independentList li:nth-of-type(1) span.stage {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .staff-system .independent .independentList li:nth-of-type(1) span.stage {
    font-size: 17px;
  }
}
.staff-system .independent .independentList .tmb {
  width: 152px;
  max-width: 170px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .staff-system .independent .independentList .tmb {
    display: none;
  }
}
.staff-system .independent .independentList .tmb img {
  width: 100%;
}
.staff-system .independent .set {
  border-radius: 6px;
  background: #addef8;
}
.staff-system .independent .set ul:nth-of-type(1) {
  border-bottom: none;
}
.staff-system .independent .set ul:nth-of-type(2) li:first-child {
  background: url(../img/staff-system/staff-system_bg01.png) top center no-repeat;
}
.staff-system .independent .lowList {
  padding-bottom: 40px;
  background: url(../img/staff-system/staff-system_bg04.png) center center no-repeat;
  background-size: contain;
}
.staff-system .independent .lowList ul:first-child {
  border: 2px solid #033695;
}
.staff-system .independent .lowList ul:first-child li:nth-of-type(1) {
  padding-left: 17px;
  color: #fdff3b;
  background: #033695;
}
.staff-system .independent .last {
  margin-top: 10px;
  padding: 10px 0;
  background: #fdff3b;
  border-radius: 6px;
  text-align: center;
  color: #033695;
  font-size: 26px;
  font-weight: bold;
}

/*# sourceMappingURL=staff-system.css.map */
