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

.table_recruit{ border-top: solid 1px #ccc; font-size: 93%;}
.table_recruit th,
.table_recruit td{ border-bottom: solid 1px #ccc;}
.table_recruit th{ padding-right: 4.0em; font-weight: 600;}
.table_recruit td{ padding-left: 4.0em; position: relative;}
.table_recruit td::after{ display: block; content: ''; width: 1px;  background: #ccc; position: absolute; margin: auto 0; left: 0; top: 1.0em; bottom: 1.0em;}

@media screen and ( max-width: 480px ) {
  .table_recruit th{ border-bottom: none; padding: 1.0em 1.0em 0 1.0em; font-weight: 900;}
  .table_recruit td{ padding: 0 1.0em 1.0em 1.0em;;}
  .table_recruit td::after{ display: none;}
}