.recruitTable {
  font-size: 15px;
  width: 100%;
}

.recruitTable td {
  border-bottom: solid 1px #404040;
  padding: 6px 10px 6px 0;
}

@media screen and (min-width: 750px) {
  .recruitTable td {
    padding: 6px 10px;
  }
}

.recruitItem {
  vertical-align: top;
  white-space: nowrap;
}

.remarksList {
  list-style: disc;
  padding-left: 25px;
  margin: 0;
}

.remarksItem p {
  margin: 0;
}

.contact {
  margin: 0;
}

.telNumber {
  vertical-align: bottom;
}

.telNumber span {
  display: block;
}

@media screen and (min-width: 750px) {
  .telNumber span {
    display: inline;
  }
}

.telNumber a {
  color: #ccc;
}
