@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");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 961px) {
  .fee-section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .fee-section {
    padding: 50px 0;
  }
}

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

.fee-section__title {
  line-height: 1.42;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .fee-section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__title {
    font-size: 25px;
  }
}
.fee-section__title span {
  letter-spacing: 0.2em;
}

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

.fee-section__wrap:nth-child(n+2) {
  margin-top: 40px;
}

.fee-section__wrapTitle {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  font-weight: unset;
  color: #13245C;
}
.fee-section__wrapTitle:before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #13245C;
}
@media screen and (min-width: 961px) {
  .fee-section__wrapTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__wrapTitle {
    font-size: 18px;
  }
}
.fee-section__wrapTitle small {
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .fee-section__wrapTitle small {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__wrapTitle small {
    font-size: 12px;
  }
}

.fee-section__wrapTitle2 {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  font-weight: unset;
}
@media screen and (min-width: 961px) {
  .fee-section__wrapTitle2 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__wrapTitle2 {
    margin-top: 15px;
    font-size: 16px;
  }
}

.fee-section__table {
  width: 100%;
  margin: 15px 0 10px;
}
.fee-section__table td {
  height: 50px;
  padding: 10px 20px;
  vertical-align: middle;
  border: 1px solid #CBCBCB;
  line-height: 1.8;
}
.fee-section__table td:first-child {
  width: 40%;
}
.fee-section__table td:nth-child(2) {
  width: 60%;
}

.fee-section__border {
  margin: 50px 0 30px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #CBCBCB;
}

.fee-section__wrapData {
  padding: 15px;
  font-size: 18px;
  line-height: 1.7;
}
.fee-section__wrapData span {
  font-size: 15px;
}

.fee-section__note {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.fee-section__text {
  line-height: 1.87;
}
@media screen and (min-width: 961px) {
  .fee-section__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__text {
    margin-top: 20px;
  }
}

.fee-section__textSub {
  line-height: 1.87;
}
@media screen and (min-width: 961px) {
  .fee-section__textSub {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__textSub {
    margin-top: 10px;
  }
}