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

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

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

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

.education#research_project .c-table_type02 > div > table > tbody > tr > td:nth-child(4) {
  width: 20%;
}

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

.education#research_project .c-table_type02 > div > table > tbody > tr > td:nth-child(6) {
  width: 11%;
  text-align: right;
}

.education#research_project .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#research_project .c-table_type02 > div > table > tbody > tr > td > a:hover {
  text-decoration: none;
}

.education#research_project .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#research_project .c-table_type02 > div > table > tbody > tr > td > a[data-type="pdf"] {
    background-image: url("/assets/images/common/icon_pdf-xs.svg");
  }
}
