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

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

.education#index .c-rt_type01 > a {
  text-decoration: underline;
}

.education#index .c-rt_type01 > a[data-type="blank"] > 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;
  margin-right: 5px;
}

.education#index .c-rt_type01 > a:hover {
  text-decoration: none;
}

.education#index .p-links[data-type="fourth"] {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .education#index .p-links[data-type="fourth"] {
    margin-bottom: 20px;
  }
}

.education#index .p-links[data-type="fourth"] .p-links__list__item {
  width: 280px;
  position: relative;
  background-color: #F8F8F8;
  border: solid 1px #F8F8F8;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 12px;
  display: table;
  float: left;
  text-align: center;
}

.education#index .p-links[data-type="fourth"] .p-links__list__item:nth-child(1), .education#index .p-links[data-type="fourth"] .p-links__list__item:nth-child(5) ,.education#index .p-links[data-type="fourth"] .p-links__list__item:nth-child(9){
  clear: both;
  margin-left: 0;
}

.education#index .p-links[data-type="fourth"] .p-links__list__item.current, .education#index .p-links[data-type="fourth"] .p-links__list__item:hover {
  border: solid 1px #CBCBCB;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .education#index .p-links[data-type="fourth"] .p-links__list__item {
    width: 100%;
    height: 90px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.education#index .p-links[data-type="fourth"] .p-links__list__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

.education#index .p-links[data-type="fourth"] .p-links__list__item > a > div {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .education#index .p-links[data-type="fourth"] .p-links__list__item > a > div {
    padding: 0 20px;
  }
}

.education#index .p-links[data-type="fourth"] .p-links__list__item > a > div > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

.education#index .p-links[data-type="fourth"] .p-links__list__item > a > div > span:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .education#index .p-links[data-type="fourth"] .p-links__list__item > a > div > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.education#index .c-table_type01 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .education#index .c-table_type01 {
    margin-bottom: 30px;
  }
}

.education#index .c-table_type01 > div > table > tbody > tr > th {
  width: 15%;
  border-color: #CBCBCB;
  white-space: nowrap;
}

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

.education#index .c-table_type01 > div > table > tbody > tr > th span {
  color: #FF0000;
}

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

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

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

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

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

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

.education#index .c-table_type01 > div > table > tbody > tr > td a[data-type="blank"]::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;
}

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