/* ===============================
	 recruit
================================ */
.recruit {
  background: initial;
}

/* ===============================
	 recruit-requirements
================================ */
.recruit-requirements {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-requirements {
    width: 100%;
  }
}
.recruit-requirements__item {
  position: relative;
  padding: 10px 0 10px 45px;
  margin-top: 15px;
  border-bottom: 1px dashed #707070;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recruit-requirements__item {
    font-size: 16px;
  }
}
.recruit-requirements__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../../../images/common/icon-check.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .recruit-requirements__item {
    padding-left: 35px;
  }
  .recruit-requirements__item::before {
    top: 12px;
    width: 25px;
    height: 25px;
  }
}

/* ===============================
	 table
================================ */
.custom-table td {
  width: 80%;
}
@media (max-width: 767px) {
  .custom-table td {
    width: 75%;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.flow-list {
  margin-bottom: 20px;
}

.u-text-center {
  text-align: center;
}