/* 
---------------------------------------------------------------------------- */
.p-cost {
  padding-bottom: 0;
}

.p-cost-txt01 {
  text-align: center;
  margin-bottom: 1rem;
}

.p-cost-txt02 {
  text-align: right;
  margin-bottom: 1rem;
}

.p-cost-note {
  color: #919397;
  font-size: 1.5rem;
  margin-top: 2rem;
}

.p-cost-table-wrap {
  overflow-y: hidden !important;
}
.p-cost-table-wrap table {
  width: 100%;
  background-color: #fff;
}
.p-cost-table-wrap table th, .p-cost-table-wrap table td {
  text-align: center;
  vertical-align: middle;
}
.p-cost-table-wrap table th {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 700;
  height: 5.1rem;
  background-color: #1A3667;
  border-bottom: 0.2rem solid #fff;
}
.p-cost-table-wrap table th._lightblue {
  background-color: #13b8c9;
}
.p-cost-table-wrap table th:not(:last-child) {
  border-right: 0.2rem solid #fff;
}
.p-cost-table-wrap table th._85 {
  width: 8.7rem !important;
}
.p-cost-table-wrap table th._153 {
  width: 15.5rem !important;
}
.p-cost-table-wrap table th._240 {
  width: 24.4rem !important;
}
.p-cost-table-wrap table td {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #13b8c9;
  width: 16.4rem;
  height: 5.8rem;
  border-bottom: 0.2rem solid #D8DADF;
}
.p-cost-table-wrap table td:not(:last-child) {
  border-right: 0.2rem dotted #D8DADF;
}
.p-cost-table-wrap table._01 th:first-child {
  width: 15.8rem;
}

.p-cost-box01 {
  text-align: center;
  padding: 3rem;
  margin-top: 3rem;
  border: 0.2rem solid #13b8c9;
  background-color: #fff;
}

.p-cost-box02 {
  padding: 4rem;
  margin: 6rem 0 10rem;
  background-color: #E4F8FC;
}

.p-cost-box02-ttl {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.p-cost-box02-list {
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-cost-txt01 {
    margin-bottom: 4vw;
  }
  .p-cost-txt02 {
    margin-bottom: 1.3333333333vw;
  }
  .p-cost-note {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-cost-table-wrap table {
    width: 144vw;
  }
  .p-cost-table-wrap table th {
    font-size: 3.4666666667vw;
    height: 13.3333333333vw;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .p-cost-table-wrap table th._lightblue {
    border-right: 0.5333333333vw solid #fff;
  }
  .p-cost-table-wrap table th._85 {
    width: 9.6vw !important;
  }
  .p-cost-table-wrap table th._153 {
    width: 15.4666666667vw !important;
  }
  .p-cost-table-wrap table th._240 {
    width: 25.0666666667vw !important;
  }
  .p-cost-table-wrap table td {
    font-size: 3.7333333333vw;
    width: auto;
    height: 12vw;
    border-bottom: 0.5333333333vw solid #D8DADF;
  }
  .p-cost-table-wrap table td:not(:last-child) {
    border-right: 0.5333333333vw dotted #D8DADF;
  }
  .p-cost-table-wrap table._01 {
    width: 141.3333333333vw;
  }
  .p-cost-table-wrap table._01 th:first-child {
    width: 22.4vw;
  }
  .p-cost-box01 {
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border: 0.5333333333vw solid #13b8c9;
  }
  .p-cost-box02 {
    padding: 5.3333333333vw;
    margin: 5.3333333333vw 0 13.3333333333vw;
  }
  .p-cost-box02-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-cost-tuition {
  padding: 10rem 0;
  background-color: #F2FDFF;
}
.p-cost-tuition .m-ttl03 {
  margin-bottom: 3rem;
}
.p-cost-tuition .m-ttl03 + .m-ttl05 {
  margin-top: 0;
}
.p-cost-tuition .m-ttl05 + .m-ttl06 {
  margin-top: 0;
}
.p-cost-tuition .m-ttl06 {
  margin-bottom: 1.5rem;
}

.p-cost-tuition-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.p-cost-tuition-list-item p {
  padding-left: 1em;
}

.p-cost-tuition-list-item-ttl {
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
.p-cost-tuition-list-item-ttl a {
  font-weight: 400;
}

.p-cost-tuition-note {
  color: #919397;
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-cost-tuition {
    padding: 13.3333333333vw 0;
  }
  .p-cost-tuition .m-ttl03 {
    margin-bottom: 8vw;
  }
  .p-cost-tuition .m-ttl03 + .m-ttl05 {
    margin-top: 0;
  }
  .p-cost-tuition .m-ttl05 + .m-ttl06 {
    margin-top: 0;
  }
  .p-cost-tuition .m-ttl06 {
    margin-bottom: 1.3333333333vw;
  }
  .p-cost-tuition-list-item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .p-cost-tuition-note {
    font-size: 3.7333333333vw;
  }
}
.p-cost-housing {
  padding-top: 10rem;
}

.p-cost-housing-inner {
  background-color: #fff;
}

.p-cost-housing-lead {
  text-align: center;
}

.p-cost-housing-item {
  padding: 3rem 6rem;
  margin: auto;
  background-color: #F2FDFF;
}
.p-cost-housing-item:not(:first-child) {
  margin-top: 2rem;
}
.p-cost-housing-item .m-ttl06 {
  margin: 0 0 1rem;
}

.p-cost-housing-item-info {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #1A3667;
}

@media screen and (max-width: 767px) {
  .p-cost-housing {
    padding-top: 13.3333333333vw;
  }
  .p-cost-housing-lead {
    text-align: left;
  }
  .p-cost-housing-item {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .p-cost-housing-item .m-ttl06 {
    margin: 0 0 1.3333333333vw;
  }
  .p-cost-housing-item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .p-cost-housing-item-info {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw dashed #1A3667;
  }
}
