.education#laboratory_hd .sec01 .sec01_split {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .education#laboratory_hd .sec01 .sec01_split {
    width: 100%;
  }
}

.education#laboratory_hd .c-table_type01 > div > table > tbody > tr > th {
  width: 72%;
  border-color: #CBCBCB;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}

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

.education#laboratory_hd .c-table_type01 > div > table > tbody > tr > th > a:hover {
  text-decoration: none;
}

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

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

.education#laboratory_hd .c-table_type01 > div > table > tbody > tr > td {
  border-color: #CBCBCB;
  vertical-align: top;
}

.education#laboratory_hd .c-media {
  margin: 0;
}

.education#laboratory_hd .c-media > div {
  float: left;
  margin-left: 40px;
}

.education#laboratory_hd .c-media[data-col="2"] > div {
  width: 256px;
}

.education#laboratory_hd .c-media[data-col="2"] > div:nth-child(odd) {
  clear: both;
  width: 860px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .education#laboratory_hd .c-media[data-col="2"] > div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .education#laboratory_hd .c-media[data-col="2"] > div:nth-child(odd) {
    width: 100%;
  }
}
