.anker_link_box > a {
  line-height: 1.2em;
  text-align: center;
}

.table_01 > tbody > tr > td .td_flex > dl > dt {
  background-color: #bd263a;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.table_01 > tbody > tr > td .td_flex > dl > dd {
  border-bottom: 1px solid #d7d7d7;
}
.table_01 > tbody > tr > td .td_flex > dl > dd > span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .table_01 {
    margin-top: 40px;
  }
  .table_01:last-child {
    margin-bottom: 40px;
  }
  .table_01 > tbody > tr > td .td_flex {
    display: flex;
    gap: 0 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl {
    width: 320px;
    margin: 20px 0;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dt {
    height: 27px;
    justify-content: center;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dd {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .table_01 {
    margin-top: 20px;
  }
  .table_01:last-child {
    margin-bottom: 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl {
    margin-right: 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dt {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .scholarship_table {
    margin-bottom: 20px;
    padding-top: 100px;
    margin-top: -100px;
  }
  .scholarship_table > tbody > tr > th {
    width: 150px;
  }
  .scholarship_table > tbody > tr > td {
    width: calc(100% - 150px);
  }
  .scholarship_table > tbody > tr > td > span {
    color: #bd263a;
    display: inline-block;
    margin-top: 10px;
  }
  .scholarship_table > tbody > tr.td4 {
    background-color: #e8dadc;
    text-align: center;
  }
  .scholarship_table > tbody > tr.td4 > td {
    width: 187.5px;
  }
  .scholarship_table > tbody > tr.td4 > td:not(:last-child) {
    border-right: 1px solid #bd263a;
  }
  .scholarship_table > tbody > tr.td2 > td {
    width: 375px;
  }
  .scholarship_table > tbody > tr.td2 > td:nth-child(2) {
    border-right: 1px solid #bd263a;
  }
  .scholarship_table > tbody > tr.td5 > td {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scholarship_table > tbody > tr.td5 > td:not(:last-child) {
    border-right: 1px solid #bd263a;
  }
}
@media (max-width: 767.98px) {
  .scholarship_table {
    margin-bottom: 10px;
    padding-top: 70px;
    margin-top: -70px;
  }
  .scholarship_table > tbody > tr > td > span {
    color: #bd263a;
    display: inline-block;
    margin-top: 10px;
  }
  .scholarship_table > tbody > tr.td2 > td:nth-child(2) {
    padding-bottom: 0;
  }
  .scholarship_table > tbody > tr.td2 > td:nth-child(3) {
    padding-top: 0;
  }
}
.scholarship_dl > dt {
  color: #bd263a;
}
.scholarship_dl > dd > span {
  color: #bd263a;
}

@media (min-width: 768px) {
  .scholarship_container {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .scholarship_container > dl {
    margin: 20px 0 40px;
  }
}/*# sourceMappingURL=scholarship.css.map */