.education#hosp_med_osaka .p-datas__list__item > a[data-type="blank"] > div > span {
  padding-left: 0;
}

.education#hosp_med_osaka .p-datas__list__item > a[data-type="blank"] > div > span::after {
  content: "";
  width: 17px;
  height: 14px;
  display: inline-block;
  background-image: url(/assets/images/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}

.education#hosp_med_osaka .c-table_type02 > div > table > thead > tr > th {
  border-color: #CBCBCB;
  font-weight: bold;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td {
  border-color: #CBCBCB;
  text-align: left;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td:nth-child(1) {
  width: 10%;
  white-space: nowrap;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td:nth-child(2) {
  width: 16%;
  white-space: nowrap;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td > a {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 5px;
  text-decoration: underline;
  display: block;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td > a:hover {
  text-decoration: none;
}

.education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td > a[data-type="pdf"] {
  background-image: url("/assets/images/common/icon_pdf-lg.svg");
}

@media only screen and (max-width: 767px) {
  .education#hosp_med_osaka .c-table_type02 > div > table > tbody > tr > td > a[data-type="pdf"] {
    background-image: url("/assets/images/common/icon_pdf-xs.svg");
  }
}
