.workers-by-machine {
  position: relative;
  padding: 30px 0 130px;
}

.workers-by-machine__item {
  margin-bottom: 20px;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 20px;
  background: #ffffff;
}

.workers-by-machine__name {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.workers-by-machine__date {
  padding-top: 15px;
  text-align: center;
}

.workers-by-machine__date a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #339af0;
  font-size: 1.4rem;
}

.workers-by-machine__date a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 21px;
  background: url(/agri-smart/assets/img/icon_arrow_right_gray.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.workers-by-machine__btn {
  position: fixed;
  bottom: 56px;
  left: 0;
  width: 100%;
  padding: 30px 10px;
  border-top: #cccccc 1px solid;
  background: #eeeeee;
}

.workers-by-machine-complete {
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(51, 51, 51, 0.95);
  transition: 600ms;
  -webkit-transform: translateY(calc(-100% - 55px));
          transform: translateY(calc(-100% - 55px));
}

.workers-by-machine-complete.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.workers-by-machine-complete__title {
  color: #139243;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
