.areas ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.areas ul li {
  float: left;
  width: 48%;
  margin-bottom: 15px;
  margin-right: 4%;
  list-style-type: none;
}
.areas ul li:nth-child(2n) {
  margin-right: 0px;
}

.areas ul li a {
  display: block;
  padding: 10px 0px;
  border: 1px solid #04858a;
  background-color: #3a9fa3;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.area-prefectures {
  overflow: hidden;
}
.area-prefectures a {
  float: left;
  display: block;
  color: #04858a;
  margin-right: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.history {
  overflow: hidden;
  margin-bottom: 30px;
}
.history ul {
  margin: 0px;
  padding: 0px;
}
.history ul li {
  float: left;
  list-style-type: none;
  margin-right: 12px;
  color: #ccc;
}

.district-bt {
  border: 1px solid #309b9f;
  padding: 10px 0px;
  text-align: center;
  color: #444;
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
}

.district-bt i {
  position: absolute;
  right: 10px;
  top: 18px;
}
.district-bt i.fa-sort-down {
  top: 13px;
}

.check-list label {
  display: block;
  border: 1px solid #309b9f;
  border-radius: 5px;
  padding: 10px 10px;
}

.parent-list {
}

.sub-list {
  margin-top: -5px;
  display: none;
}
.sub-list li {
  color: #309b9f;
  margin-bottom: 15px;
}
.sub-list li:last-child {
  margin-bottom: 30px;
}

.week-list ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  height: 50px;
}
.week-list [type='checkbox'] {
  display: none;
}

.week-list ul li {
  float: left;
  margin-right: 3%;
  list-style-type: none;
}
.week-list ul li:last-child {
  margin-right: 0px;
}
.week-lb {
  display: inline-block;
  padding-left: 0px;
  position: relative;
  color: #ccc;
  text-align: center;
  width: 36px;
  height: 36px;
  padding-top: 7px;
}
.week-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 18px;
}
.week-list [type='checkbox']:checked + .week-lb {
  background-color: #04858a;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;
}
.week-list [type='checkbox']:checked + .week-lb::before {
  border-color: #04858a;
}

.check-circle ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.check-circle [type='checkbox'] {
  display: none;
}
.check-lb {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.check-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 9px;
}
.check-circle [type='checkbox']:checked + .check-lb {
  color: #009a9a;
}
.check-circle [type='checkbox']:checked + .check-lb::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 2px;
  width: 16px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.check-list-circle ul {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.check-list-circle ul li {
  float: left;
  width: 48%;
  margin: 10px 4% 10px 0px;
  list-style-type: none;
}
.check-list-circle ul li:nth-child(2n) {
  margin-right: 0px;
}
.check-list-circle [type='checkbox'] {
  display: none;
}
.check-list-circle-lb {
  padding-left: 30px;
  padding-top: 3px;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
}
.check-list-circle-lb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  border-radius: 12px;
}
.check-list-circle [type='checkbox']:checked + .check-list-circle-lb {
  color: #7d7d7d;
}
.check-list-circle [type='checkbox']:checked + .check-list-circle-lb::after {
  content: '';
  display: block;
  position: absolute;
  top: 4.2px;
  left: 8px;
  width: 7px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
}

.slide img {
  /*width: 100%;*/
  max-height: 360px;
  margin: 0px auto;
}

.slide {
  position: relative;
  overflow: hidden;
}
.slide span {
  display: block;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));

  padding: 15px 10px;
  position: absolute;
  z-index: 99999999;
  bottom: 0px;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

#recruitment-title {
  font-weight: bold;
}
.recruitments {
  position: relative;
}
.distance {
  float: right;
  font-size: 20px;
  color: #ff5a5f;
  margin-top: -38px;
}

.favorite {
  position: absolute;
  right: 30px;
  top: 0px;
  color: #ccc;
}
.favorite.active {
  color: #ff5a60;
}

.qa_num {
  position: absolute;
  right: 5px;
  padding-top: 0px;
}
.qa_num i {
  color: #009a9a;
  font-size: 20px;
}
.qa_num span {
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 4px;
}

#keyword {
  font-size: 18px;
}
