@charset "UTF-8";
.recruit-title {
  width: 90%;
  margin: 0 auto;
}

.recruit-content {
  width: 90%;
  margin: 100px auto;
}

.recruit-item-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-table {
  width: 85%;
  border-collapse: collapse;
  margin: 40px 0;
  overflow: hidden;
  border: 1px solid #818181;
}
.recruit-table th,
.recruit-table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #818181;
  border-right: 1px solid #818181;
}
.recruit-table th {
  background: #C4C4C4;
  color: black;
  font-weight: 700;
  width: 200px;
  vertical-align: top;
}
.recruit-table td {
  color: #333;
  line-height: 1.6;
}
.recruit-table tr:last-child th,
.recruit-table tr:last-child td {
  border-bottom: none;
}
.recruit-table ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.recruit-table li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.recruit-table li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #818181;
  font-weight: bold;
}
.recruit-table li:last-child {
  margin-bottom: 0;
}
.recruit-table p {
  margin: 0 0 8px 0;
}
.recruit-table p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=recruit.css.map */