@charset "UTF-8";
@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 25px;
  }
}

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

.fee-section__heading {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .fee-section__heading {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__heading {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.fee-section__box {
  counter-reset: number 0;
}
@media screen and (min-width: 961px) {
  .fee-section__box:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__box:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.fee-section__title {
  position: relative;
  line-height: 1.35;
  color: #489A17;
}
.fee-section__title:before {
  content: "";
  width: 5px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #489A17;
}
@media screen and (max-width: 960px) {
  .fee-section__title:before {
    height: 20px;
  }
}
@media screen and (min-width: 961px) {
  .fee-section__title {
    font-size: 25px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-indent: -74px;
    padding-left: 86px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__title {
    font-size: 18px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-indent: -54px;
    padding-left: 66px;
  }
}

.fee-section__wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}

.fee-section__text {
  line-height: 1.66;
}
.fee-section__text.--medium {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
.fee-section__text.--mg {
  margin: 20px 0 10px;
}
.fee-section__text.--mg2 {
  margin: 10px 0 20px;
}

.fee-section__case {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .fee-section__case {
    font-size: 20px;
    text-indent: -33px;
    padding-left: 33px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__case {
    font-size: 16px;
    text-indent: -25px;
    padding-left: 25px;
  }
}
.fee-section__case:before {
  counter-increment: number 1;
  content: counter(number) "　";
}

.fee-section__table {
  position: relative;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}
.fee-section__table::-webkit-scrollbar {
  display: none;
}
.fee-section__table:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .fee-section__table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.table__tr {
  position: relative;
}

.table__title {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #FFF6D6;
  padding: 12px;
  border: 1px solid #707070;
}
@media screen and (min-width: 961px) {
  .table__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .table__title {
    font-size: 15px;
  }
}

.table__contents {
  padding: 12px 15px;
  border: 1px solid #707070;
}
.table__contents:first-child {
  font-family: notoSans400, sans-serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .table__contents:first-child {
    width: 270px;
  }
}
@media screen and (max-width: 960px) {
  .table__contents:first-child {
    width: 125px;
  }
}
@media screen and (min-width: 961px) {
  .table__contents:nth-child(n+2) {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 960px) {
  .table__contents:nth-child(n+2) {
    width: 100%;
  }
}
.table__contents.--yellow {
  background-color: #FFF6D6;
  vertical-align: middle;
}
.table__contents.--center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .table__contents.--center {
    width: 50%;
  }
}
.table__contents .--come {
  position: relative;
  display: inline-block;
}
.table__contents .--come:after {
  content: "※";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -12px;
  font-size: 12px;
}

.fee-section__list {
  margin-bottom: 10px;
}

.fee-section__item {
  line-height: 1.5;
}
.fee-section__item:nth-child(n+2) {
  margin-top: 5px;
}