@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .fee-section {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section {
    padding: 50px 0 100px;
  }
}

.fee-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.fee-section__mainTitle {
  text-align: center;
  line-height: 1.46;
}
@media screen and (min-width: 961px) {
  .fee-section__mainTitle {
    font-size: 35px;
    font-weight: 500;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__mainTitle {
    font-size: 25px;
  }
}

.fee-section__note{
  text-align: center;
}
@media screen and (min-width: 961px) {
  .fee-section__note{
    margin: 10px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__note{
    margin: 10px 0 30px;
  }
}

.fee-section__item {
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 961px) {
  .fee-section__item {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__item {
    margin: 0 auto 50px;
  }
}
.fee-section__item:last-child {
  margin-bottom: 0;
}

.fee-section__subTable {
  font-weight: 700;
  color: #00A1E9;
  line-height: 1;
  padding-left: 15px;
  border-left: 5px solid #00A1E9;
}
@media screen and (min-width: 961px) {
  .fee-section__subTable {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__subTable {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.fee-section__topText {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .fee-section__topText {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__topText {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.fee-section__table {
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (min-width: 961px) {
  .fee-section__table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__table {
    margin-bottom: 20px;
  }
}
.fee-section__table th, .fee-section__table td {
  font-weight: 400;
  line-height: 1.94;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (min-width: 961px) {
  .fee-section__table th, .fee-section__table td {
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__table th, .fee-section__table td {
    font-size: 14px;
    padding: 10px;
  }
}
.fee-section__table th {
  background-color: #E5F5FD;
}
.fee-section__table th:first-child {
  width: 44%;
}
@media screen and (max-width: 960px) {
  .fee-section__table th:first-child {
    width: 38%;
  }
}

.fee-section__bottomText {
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 961px) {
  .fee-section__bottomText {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__bottomText {
    font-size: 14px;
  }
}