@charset "utf-8";
.wrap_job {
  padding: 0 30px 30px;
}
.txt_job p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}
.tit_recruit {
  font-size: 20px;
  border-bottom: 3px solid #fb3690;
  padding-bottom: 15px;
}
.tit_recruit span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.nav {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  margin: 10px 0 30px;
}
.nav li {
  float: left;
  text-align: center;
  width: 272px;
  height: 58px;
  line-height: 58px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #cfcfcf;
}
.nav li a {
  text-decoration: underline;
  background: #f8f8f8;
  transition: background-color 0.2s ease;
  display: block;
}
.nav li a:hover {
  color: #fb3690;
  text-decoration: none;
  background: #fff;
}
.content_job + .content_job {
  margin-top: 20px;
}
.item_job {
  padding-top: 113px;
  margin-top: -113px;
}
.item_job + .item_job {
  margin-top: -53px;
}
table {
  text-align: left;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 30px 0;
}
tr + tr {
  border-top: 1px dashed #bebebe;
}
th {
  color: #fb1282;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 135px;
  background: #f5f5ef;
  padding: 20px;
}
td {
  padding: 20px;
}
.li_disc {
  list-style-type: disc;
  padding-left: 1em;
}
.li_decimal {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.btn_job {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 530px;
  height: 80px;
  line-height: 80px;
  background: #fe77a7;
  border-radius: 5px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.btn_job:hover {
  opacity: 0.9;
}
.btn_job:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
