@charset "UTF-8";
/* ------------------------------
    p-sec01
------------------------------ */
.p-sec01 {
  margin-top: 21.3rem;
}
@media screen and (max-width: 768px) {
  .p-sec01 {
    margin-top: 27.5rem;
  }
}

.p-sec01__txt {
  margin: 2.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-sec01__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 768px) {
  .p-sec01__txt {
    margin: 2rem 0 0;
  }
}

.p-sec01__unit {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec01__unit {
    font-size: 2.6rem;
    margin: 0;
  }
}

.p-sec01__note {
  margin: 2.5rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-sec01__note {
    margin: 0.8rem 0 0;
  }
}
.p-sec01__note li {
  list-style: none;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0 0 2rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-sec01__note li {
    font-size: 2.6rem;
    padding: 0 0 0 3rem;
  }
}
.p-sec01__note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-sec01__note li:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-sec01__note li:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.p-sec01-box01 {
  margin: 5.6rem 0 0;
  max-width: 1060px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01 {
    max-width: inherit;
    margin: 6.5rem auto 0;
  }
}

.p-sec01-box01__scroll {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__scroll {
    margin-top: 1.5rem;
    overflow: auto;
    padding-bottom: 3rem;
  }
}

.p-sec01-box01__tbl {
  border-top: 1px solid #c5c6c9;
  border-right: 1px solid #c5c6c9;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__tbl {
    font-size: 2.6rem;
    width: 150rem;
  }
}
.p-sec01-box01__tbl th, .p-sec01-box01__tbl td {
  border-left: 1px solid #c5c6c9;
  border-bottom: 1px solid #c5c6c9;
  vertical-align: middle;
}
.p-sec01-box01__tbl thead th {
  background: #007a78;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__tbl thead th {
    padding: 0.5rem;
  }
}
.p-sec01-box01__tbl thead th:nth-of-type(1) {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__tbl thead th:nth-of-type(1) {
    width: 50rem;
  }
}
.p-sec01-box01__tbl tbody th {
  padding: 1rem 1rem 1rem 4.3rem;
  text-align: left;
  font-weight: 500;
  background: #f2f4f3;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__tbl tbody th {
    padding: 0.5rem 4rem;
  }
}
.p-sec01-box01__tbl tbody tr:last-of-type th,
.p-sec01-box01__tbl tbody tr:last-of-type td {
  background: #dbf5f4;
}
.p-sec01-box01__tbl tbody td {
  text-align: right;
  padding: 1rem 4.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-sec01-box01__tbl tbody td {
    padding: 0.5rem 3rem;
  }
}

.p-sec01-box02 {
  margin: 8.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02 {
    max-width: inherit;
    margin: 4.5rem auto 0;
  }
}

.p-sec01-box02__scroll {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02__scroll {
    margin-top: 2.5rem;
    overflow: auto;
    padding-bottom: 3rem;
  }
}

.p-sec01-box02-tbl {
  border-top: 1px solid #c5c6c9;
  border-right: 1px solid #c5c6c9;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02-tbl {
    font-size: 2.6rem;
    width: 170rem;
  }
}
.p-sec01-box02-tbl th, .p-sec01-box02-tbl td {
  border-left: 1px solid #c5c6c9;
  border-bottom: 1px solid #c5c6c9;
  vertical-align: middle;
}
.p-sec01-box02-tbl thead th {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02-tbl thead th {
    padding: 0.5rem;
  }
}
.p-sec01-box02-tbl thead th:nth-of-type(1) {
  width: 31rem;
  background: #007a78;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02-tbl thead th:nth-of-type(1) {
    width: 50rem;
  }
}
.p-sec01-box02-tbl thead th.p-sec01-box02-tbl__m1 {
  background: #078a90;
}
.p-sec01-box02-tbl thead th.p-sec01-box02-tbl__m2 {
  background: #0b9ba2;
}
.p-sec01-box02-tbl thead th.p-sec01-box02-tbl__m1-in {
  background: #46cbc6;
}
.p-sec01-box02-tbl thead th.p-sec01-box02-tbl__m2-in {
  background: #1dc4be;
}
.p-sec01-box02-tbl tbody th {
  padding: 1rem 1rem 1rem 4.3rem;
  text-align: left;
  font-weight: 500;
  background: #f2f4f3;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02-tbl tbody th {
    padding: 0.5rem 4rem;
  }
}
.p-sec01-box02-tbl tbody tr:last-of-type th,
.p-sec01-box02-tbl tbody tr:last-of-type td {
  background: #dbf5f4;
}
.p-sec01-box02-tbl tbody td {
  text-align: right;
  padding: 1rem 4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-sec01-box02-tbl tbody td {
    padding: 0.5rem 3rem;
  }
}

/* ------------------------------
    p-sec02
------------------------------ */
.p-sec02 {
  margin-top: 9.3rem;
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 768px) {
  .p-sec02 {
    margin-top: 7rem;
    padding-bottom: 6.7rem;
  }
}

.p-sec02__txt {
  margin: 2.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-sec02__txt {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-sec02-box01 {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sec02-box01 {
    margin-top: 5.5rem;
    display: block;
  }
}
.p-sec02-box01 > * {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .p-sec02-box01 > * {
    width: 100%;
  }
  .p-sec02-box01 > *:nth-child(n+2) {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=tuition_scholarship.css.map */
