.tpl-contents-header {
  background-image: url(/wp-content/themes/accelstars/assets/images/common/bg_contents_header3.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#recruit > .inner {
  max-width: 960px;
  margin: 35px auto 120px;
  padding: 0 15px;
}
#recruit .item {
  padding: 20px 0;
  border-bottom: solid 1px #CCC;
}
#recruit .item a {
  display: block;
  color: #2354A2;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #recruit > .inner {
    margin: 35px auto 60px;
  }
  #recruit .item a {
    font-size: 1.8rem;
  }
}