@charset "utf-8";
.data-for-aidemlog .recruit__time {
  padding: 10px 10px 0 10px;
}
#recruit_back .job_occupations {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #recruit_back .job_occupations {
    font-size: 16px;
  }
}
#recruit_back .job_occupations::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #000;
  margin: 0.5em 0 0.9em;
}
#recruit_contents .requirements_list dt,
#recruit_contents .requirements_list2 dt {
  height: auto;
}
.recruit_shinsotsu_date {
  max-width: 960px;
  width: 100%;
  margin: 20px auto 10px;
  text-align: right;
  font-size: 10px;
}
#page_top {
  z-index: 10;
}
@media (max-width: 768px) {
  #page_top {
    right: 2%;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
