.add_job_post_date {
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  font-size: 10px;
  color: #777;
  margin: 0 auto 10px;
}
.add_job_post_date_ttl {
  font-weight: bold;
}
.add_job_post_date_note {
  display: block;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .add_job_post_date {
    margin: 10px 0;
  }
}
.job_conditions ul li:first-child {
  border-top: 2px #eb6877 dashed;
}
