@charset "UTF-8";
/* CSS Document */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    letter-spacing: 0em;
}
table th {
    width: 22%;
    background: #f0f5f4;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.3em;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
.section-recruit h2 {
    color: #727272;
    font-size: 1.6em;
    font-weight: bold;
    border-left: 8px solid #53CAB2;
    letter-spacing: 0.3em;
    text-indent: 10px;
}
@media all and (max-width: 600px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}



.table002 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.table002 th {
    width: 22%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.3em;
    background-color: #FFFFFF;
}
.table002 td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  .table002 th, .table002 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table002 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

/*------------------------------------------------------------
base
------------------------------------------------------------*/

.section-recruit {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 10px;
    letter-spacing: normal;
}
