.page-title span::after {
  content: "ENTRY";
}

#recruit_entry {
  /*
  input[type="file"] {
    display: none;
  }

  .fFile span {
    color: #0faf8f;
    font-weight: bold;
    padding: 1.1em 3.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 500em;
    flex-shrink: 0;
  }

  .fFile {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: inherit;
  }

  .fFile span::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url(../img/ico_plus.png) no-repeat 50% 50% / 100% auto;
    margin-right: 0.5em;
  }
    */
}
#recruit_entry .horizontal-item {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 599px) {
  #recruit_entry .horizontal-item {
    display: block;
    width: 100%;
  }
}
#recruit_entry select {
  width: 160px;
}
@media screen and (max-width: 599px) {
  #recruit_entry select {
    width: 200px;
  }
}
@media screen and (min-width: 600px) {
  #recruit_entry select + select {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  #recruit_entry select + select {
    margin-top: 10px !important;
  }
}
#recruit_entry .font-s {
  margin-top: 20px;
}