@charset "utf-8";

/*==================================================

Recruit Info
==================================================*/
.recruit-info {
  margin: 80px auto;
}
.recruit-info table {
  width: 100%;
  margin: 16px auto 0;
  border: 1px solid #d2edf8;
  word-break: auto-phrase;
  background: #fff;
}
.recruit-info table th {
  width: 200px;
  padding: 16px;
  background: #d1edf8;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: middle;
}
.recruit-info table td {
  border-bottom: 1px solid #d1edf8;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .recruit-info {
    margin: 40px auto;
  }
  .recruit-info table th {
    width: 80px;
    padding: 8px;
  }
  .recruit-info table td {
    padding: 16px 8px;
  }
}
