@charset "UTF-8";
.stepBox ul.step {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .stepBox ul.step {
    display: block;
  }
}
.stepBox ul.step > li {
  list-style-type: none;
  text-align: center;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stepBox ul.step > li {
    width: 100%;
  }
}
.stepBox ul.step > li:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .stepBox ul.step > li:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    top: auto;
    margin-top: 0;
    right: 50%;
    margin-right: -5px;
    bottom: 0;
  }
}
.stepBox ul.step > li .step_title {
  display: table;
  width: 80%;
  margin: 0 auto 10px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  padding: 4px 10px;
  background-repeat: repeat;
  background-image: url(../media/images/lower/bg_title_green.png);
}
@media screen and (max-width: 767px) {
  .stepBox ul.step > li .step_title {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
  }
}
.stepBox ul.step > li .step_text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .stepBox ul.step > li .step_text {
    padding: 20px 10px 60px;
  }
}
.stepBox ul.step > li:last-of-type:after {
  content: none;
}

/*# sourceMappingURL=recruit.css.map */
