/******** coror ********/
/********* parts *******/
/********************************************/
.page_title .title {
  width: 260px;
}

span.num {
  text-decoration: none;
}

span.num a {
  color: #000;
  text-decoration: none;
}

.recruit_list:not(:last-child) {
  margin-bottom: 45px;
}

.recruit_list h3 {
  margin-top: 80px;
}

.recruit_list h4 {
  background: #ffec01;
  padding: 18px 25px;
  font-size: 18px;
}

.recruit_list .note {
  color: #e60012;
  font-size: 12px;
  margin: 15px 0 30px 0;
}

.recruit_list table {
  width: 100%;
}

.recruit_list table th {
  background: #ededed;
  color: #000;
  width: 145px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}

.recruit_list table th:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.recruit_list table td {
  background: #fff;
  text-align: left;
  line-height: 1.6;
  padding: 15px 30px;
  vertical-align: middle;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  font-size: 14px;
}

.recruit_list table td:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.recruit_list table .mail dt {
  background: url("/assets/img/common/icon_mail.png") left 4px no-repeat;
}

.recruit_list table .tel {
  margin-bottom: 15px;
}

.recruit_list table .tel dt {
  background: url("/assets/img/common/icon_tel.png") left 4px no-repeat;
}

.recruit_list table .mail dt, .recruit_list table .mail dd, .recruit_list table .tel dt, .recruit_list table .tel dd {
  padding-left: 28px;
}

.recruit_list table .mail dt, .recruit_list table .tel dt {
  background-size: auto 16px;
  font-size: 16px;
  font-weight: bold;
}

.recruit_list table .address {
  text-decoration: underline;
  color: #e60012;
}

.recruit_list table .address a {
  color: #e60012;
}

.recruit_list.parttime h3 {
  margin-top: 0;
}

.recruit_list.fresh .type dd {
  margin-left: 1em;
}

.recruit_list.fresh .pay dt, .recruit_list.fresh .pay dd {
  width: 195px;
  float: left;
}

.recruit_list.fresh .pay dt:nth-of-type(2) {
  clear: both;
}

.recruit_list .howto p {
  margin-bottom: 6px;
}
