.tour .step ul li:nth-child(5):before {
  background-image: url(../img/img_step05.png?202509);
  background-repeat: no-repeat;
  width: 113px;
}
@media (max-width: 640px) {
  .tour .step ul li:nth-child(5):before {
    width: 61px;
  }
}
.tour .step .ok:after {
  background-image: url(../img/img_ok.png?202509);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 640px) {
  .salary .qus {
    padding-block: 35px;
  }
}
.salary .qus:before {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .salary .qus:before {
    margin-top: 0;
    bottom: 160px;
    left: -30px;
  }
}
.salary .qus:after {
  background-image: url(../img/img_mssage02.png?202509);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 1024px) {
  .salary .qus:after {
    width: 267px;
    top: 30px;
    right: -100px;
  }
}
@media (max-width: 640px) {
  .salary .qus:after {
    top: auto;
    right: 0;
    width: 217px;
  }
}
