@charset "UTF-8";
/*--------------------------------
  求人情報欄
--------------------------------*/
.c-recruit-table__row {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #999;
}

@media screen and (min-width: 480px) {
  .c-recruit-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-recruit-table__row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.c-recruit-table__header-cell {
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .c-recruit-table__header-cell {
    width: 20%;
    min-width: 90px;
    margin-right: 20px;
  }
}
.c-recruit-table__data-cell {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 480px) {
  .c-recruit-table__data-cell {
    width: calc(80% - 20px);
  }
}
.c-recruit-table__note {
  margin: 0 0 1em;
}

.c-recruit-table__note--flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-recruit-table__note--flags img {
  display: block;
  margin: 8px 8px 0 0;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
}
