html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .table {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 12px;
  }
  .table__wrapper {
    max-width: 1120px;
    width: 100%;
  }
  .table__wrapper .table-contents {
    width: 100%;
    margin: 0 auto;
  }
  .table__wrapper .table-contents__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #0070ce;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .table__wrapper .table-contents__item__key {
    width: 100%;
    color: #222;
    /* text/18- Medium - line-hegiht:160% */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    margin-bottom: 10px;
  }
  .table__wrapper .table-contents__item__value {
    width: 100%;
    color: #222;
    /* text/18- Medium - line-hegiht:160% */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
  .table__wrapper .table-contents__item__value .blue {
    color: #0070ce;
  }
  .table__wrapper .table-contents__item__value .light-blue {
    color: #5896CA;
  }
  .table__wrapper .table-contents__item--last {
    align-items: center;
  }
  .table__wrapper .table-contents .table-line {
    width: 100%;
    height: 1px;
    background: rgb(31, 156, 246);
  }
}/*# sourceMappingURL=recruit-res.css.map */