.employment#license .c-table_type01 {
  margin-bottom: 40px;
}

.employment#license .c-table_type01 > div > table > tbody > tr > th {
  width: 300px;
  font-weight: bold;
  border-color: #CBCBCB;
}

@media only screen and (max-width: 767px) {
  .employment#license .c-table_type01 > div > table > tbody > tr > th {
    width: 100%;
    display: block;
    border-bottom-width: 0;
  }
}

.employment#license .c-table_type01 > div > table > tbody > tr > td {
  border-color: #CBCBCB;
}

@media only screen and (max-width: 767px) {
  .employment#license .c-table_type01 > div > table > tbody > tr > td {
    width: 100%;
    display: block;
    border-bottom-width: 0;
  }
}

.employment#license .c-table_type01 > div > table > tbody > tr > td > p {
  margin-bottom: 1em;
  text-indent: 1em;
}

.employment#license .c-table_type01 > div > table > tbody > tr > td > p:first-child {
  text-indent: 0;
}

.employment#license .c-table_type01 > div > table > tbody > tr > td > p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .employment#license .c-table_type01 > div > table > tbody > tr:last-child > td {
    border-bottom-width: 1px;
  }
}
