.recruitpage-aplly {
  padding-top: 80px;
  padding-bottom: 80px;
}
.recruitpage-aplly__heading h2 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 12px 24px;
  background-color: #229C38;
  color: #fff;
}
.recruitpage-aplly__desc {
  margin-top: 32px;
}
.recruitpage-aplly h3 {
  margin-top: 64px;
  font-size: 2.8rem;
  color: #229C38;
}
.recruitpage-aplly table {
  margin-top: 32px;
  width: 100%;
}
.recruitpage-aplly table tbody tr {
  border-bottom: solid 1px #ddd;
}
.recruitpage-aplly table tbody tr th {
  padding: 16px 12px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
}
.recruitpage-aplly table tbody tr td {
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
}

.recruitpage-banner {
  margin-bottom: 80px;
}
.recruitpage-banner__inner .banner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (max-width: 750px) {
  .recruitpage-aplly {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruitpage-aplly__heading h2 {
    font-size: 2rem;
    padding: 8px 16px;
  }
  .recruitpage-aplly__desc {
    margin-top: 16px;
  }
  .recruitpage-aplly h3 {
    margin-top: 32px;
    font-size: 2rem;
  }
  .recruitpage-aplly table {
    margin-top: 16px;
    width: 100%;
  }
  .recruitpage-aplly table tbody tr th {
    display: block;
    padding: 12px 0 0;
    font-size: 1.4rem;
  }
  .recruitpage-aplly table tbody tr td {
    display: block;
    padding: 4px 8px 12px;
    font-size: 1.4rem;
  }
  .recruitpage-aplly table tbody tr:first-of-type th {
    padding-top: 0;
  }
  .recruitpage-banner {
    margin-bottom: 40px;
  }
  .recruitpage-banner__inner .banner {
    width: 100%;
  }
}/*# sourceMappingURL=recruit.css.map */