.table_wrapper {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
  }
  
  .table_row {
	display: table-row;
  }
  
  .table_th, .table_td {
	display: table-cell;
	padding: 15px 20px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
  }
  
  .table_th {
	width: 180px;
	background: #e9f5de;
  }

  .job_section {
	margin-bottom: 1em;
  }
  
  .job_title {
	margin-bottom: 0.3em;
  }
  
  .job_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
  }

  a {
	color: #009933;
  }
  
  .job_list li {
	margin-bottom: 0.5em;
  }
  
  .label {
	display: inline-block;
	min-width: 120px;
  }

  .recruit_text_column {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align:center;
}


  @media (max-width: 768px) {
	.table_wrapper {
	  display: block;
	}
  
	.table_row {
	  display: block;
	  width: 100%;
	
	}
  
	.table_th,
	.table_td {
	  display: block;
	  width: 100%;
	  box-sizing: border-box;
	  border-bottom: 1px solid #cccccc;
	  text-align: center;
	}
  }
