@charset "UTF-8";

/* job infomation */

#job_infomation+.block_table_1>.content_wrapper>.heading {
  margin-right: 25px;
  flex-direction: column-reverse !important;
  align-items: flex-start;
}

#job_infomation+.block_table_1 table th {
  background: none;
  border-right: none;
  border-left: none
}

#job_infomation+.block_table_1 table td {
  border-right: none;
  border-left: none;
  padding: 6px 12px;
}

@media (max-width: 900px) {
 #job_infomation+.block_table_1 table{
  font-size: 1.2rem;
}
#job_infomation+.block_table_1 table td {
  padding: 4px 8px;
}


  #job_infomation+.block_table_1>.content_wrapper {
    align-items: center;
    flex-direction: column;
  }
}