@charset "utf-8";

table.info{
  margin-top: 30px;
}

#recruit img{
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

#recruit .box {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  font-size: 45px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.05);
}

#recruit .box span {
  display: block;
  font-size: 22px;
}

#recruit .box a {
  color: #cda130;
}


@media only screen and (max-width: 768px) {}
