@charset "UTF-8";
.page_mv {
  background: url(../img/mv/scholarships.jpg) center / cover;
}

/* ------------------------------------------
  sc_sec1
------------------------------------------ */
.sc_sec1 {
  margin-top: 72px;
  margin-bottom: 100px;
}

.sc_sec1 .container,
.sc_sec2 .container,
.sc_sec3 .container {
  padding-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
}

.sc_sec1_table table {
  width: 100%;
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
}

.sc_sec1_table table tbody {
  width: 100%;
}

.sc_sec1_table table tbody tr {
  display: flex;
  font-size: 15px;
  border-bottom: 0.5px solid #b9b9b9;
  letter-spacing: 0.03em;
}

.sc_sec1_table table tbody tr th {
  width: 200px;
  display: grid;
  place-content: center;
  background: #263e6d;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-right: 0.5px solid #b9b9b9;
  line-height: 25px;
}

.sc_sec1_table table tbody tr td {
  display: block;
  width: calc(100% - 200px);
  padding: 20px 0 20px 80px;
  line-height: 35px;
}

.sc_sec1_table table tbody tr:nth-child(odd) td {
  background: #f3f9ff;
}

@media screen and (max-width: 767px) {
  .sc_sec1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sc_sec1_table table tbody tr {
    display: block;
  }

  .sc_sec1_table table tbody tr th {
    width: 100%;
    padding: 20px 0;
  }

  .sc_sec1_table table tbody tr td {
    width: 100%;
    padding: 15px 20px;
    line-height: 30px;
  }

  .sc_sec1 .container,
  .sc_sec2 .container,
  .sc_sec3 .container {
    padding-bottom: 50px;
  }
}

/* ------------------------------------------
  sc_sec2
------------------------------------------ */
.sc_sec2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 100px;
}

.sc_sec2_table {
  overflow-x: scroll;
}

.sc_sec2_table table {
  width: 1000px;
  margin: 0 auto;
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
}

.sc_sec2_table table tbody {
  width: 100%;
}

.sc_sec2 .ar_table_ttl {
  margin-bottom: 10px;
}

.ar_table_ttl_note {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}

.sc_sec2_table table tbody tr {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.sc_sec2_table table tbody tr:last-of-type {
  border-bottom: 0.5px solid #b9b9b9;
}

.sc_sec2_table table tbody tr th {
  display: grid;
  place-content: center;
  width: 200px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #263e6d;
  font-weight: 400;
}

.sc_sec2_table table tbody tr td {
  line-height: 35px;
  width: calc(100% - 200px);
}

.solid td {
  padding: 20px 0 20px 80px;
}

.solid {
  border-bottom: 0.5px solid #b9b9b9;
}

.dashed th {
  width: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.dashed th p {
  width: 150px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  place-items: center;
}

.dashed:not(:last-of-type) th p {
  border-bottom: 0.5px dashed #b9b9b9;
}

.dashed td {
  display: flex;
}

.dashed td div {
  width: 33.375%;
}

.dashed td div:nth-child(odd) {
  background: #f3f9ff;
}

.dashed td div:nth-child(even) {
  background: #e8f1fb;
}

.dashed td div p {
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 20px;
}

.dashed:not(:last-of-type) td div p {
  border-bottom: 0.5px dashed #b9b9b9;
}

.dashed td div p span {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .ar_table_ttl_note {
    line-height: 25px;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------
  sc_sec3
------------------------------------------ */
.sc_sec3 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 100px;
}

.sc_sec3_table {
  overflow-x: scroll;
}

.sc_sec3_table table {
  width: 1000px;
  margin: 0 auto;
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
}

.sc_sec3_table table tbody {
  width: 100%;
}

.sc_sec3 .ar_table_ttl {
  margin-bottom: 10px;
}

.ar_table_ttl_note {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}

.sc_sec3_table table tbody tr {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.sc_sec3_table table tbody tr:last-of-type {
  border-bottom: 0.5px solid #b9b9b9;
}

.sc_sec3_table table tbody tr th {
  display: grid;
  place-content: center;
  width: 200px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #263e6d;
  font-weight: 400;
}

.sc_sec3_table table tbody tr td {
  line-height: 35px;
  width: calc(100% - 200px);
}

/* ------------------------------------------
  sc_sec4
------------------------------------------ */
.sc_sec4 {
  margin-bottom: 100px;
}

.sc_sec4_table table {
  width: 100%;
  border-top: 0.5px solid #b9b9b9;
  border-right: 0.5px solid #b9b9b9;
  border-left: 0.5px solid #b9b9b9;
}

.sc_sec4_table table tbody {
  width: 100%;
}

.sc_sec4_table table tbody tr {
  display: flex;
  font-size: 15px;
  border-bottom: 0.5px solid #b9b9b9;
  letter-spacing: 0.03em;
}

.sc_sec4_table table tbody tr th {
  width: 200px;
  display: grid;
  place-content: center;
  background: #263e6d;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-right: 0.5px solid #b9b9b9;
  line-height: 25px;
}

.sc_sec4_table table tbody tr td {
  display: block;
  width: calc(100% - 200px);
  padding: 20px 0 20px 80px;
  line-height: 35px;
}

.sc_td_inner a {
  color: #004488;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sc_sec4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sc_sec4_table table tbody tr {
    display: block;
  }

  .sc_sec4_table table tbody tr th {
    width: 100%;
    padding: 20px 0;
  }

  .sc_sec4_table table tbody tr td {
    width: 100%;
    padding: 15px 20px;
    line-height: 30px;
  }

  .ar_table_ttl_note {
    line-height: 25px;
    margin-bottom: 30px;
  }
}
