@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff2");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff2");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff2");
}
@media screen and (min-width: 961px) {
  .fee-section {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section {
    padding: 30px 0 80px;
  }
}

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

.fee-section__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .fee-section__box {
    margin-top: 50px;
    padding: 45px 60px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__box {
    margin-top: 30px;
    padding: 20px;
  }
}

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

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

.fee-section__title {
  position: relative;
  display: block;
  color: #1F9F60;
  text-align: center;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .fee-section__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) {
  .fee-section__title:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__title:nth-child(n+2) {
    margin-top: 40px;
  }
}
.fee-section__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #77BD5A;
  width: 100%;
  height: 1px;
}

.fee-section__itemTitle {
  position: relative;
}
@media screen and (min-width: 961px) {
  .fee-section__itemTitle {
    padding-left: 30px;
    font-size: 20px;
    margin: 70px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__itemTitle {
    padding-left: 22px;
    font-size: 16px;
    line-height: 26px;
    margin: 40px 0 10px;
  }
}
.fee-section__itemTitle.--mt0 {
  margin-top: 0;
}
.fee-section__itemTitle.--mt50 {
  margin-top: 50px;
}
.fee-section__itemTitle:before {
  content: "";
  position: absolute;
  background-color: #77BD5A;
}
@media screen and (min-width: 961px) {
  .fee-section__itemTitle:before {
    top: 5px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__itemTitle:before {
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
  }
}

.fee-section__red,
.fee-section__blue,
.fee-section__green {
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
.fee-section__red.--regular,
.fee-section__blue.--regular,
.fee-section__green.--regular {
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
}

.fee-section__red {
  color: #C60012;
}
.fee-section__red .big {
  font-size: 22px;
}

.fee-section__blue {
  color: #020087;
}

.fee-section__green {
  color: #328824;
  display: block;
}
.fee-section__green.--bold {
  color: #006600;
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
}

.fee-section__cost {
  color: #1F9F60;
  text-align: left;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .fee-section__cost {
    font-size: 18px;
    margin: 70px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__cost {
    font-size: 16px;
    margin: 40px 0 20px;
  }
}
.fee-section__cost.--mt0 {
  margin-top: 0;
}

.fee-section__itemData {
  line-height: 1.87;
}
@media screen and (min-width: 961px) {
  .fee-section__itemData:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__itemData:nth-child(n+2) {
    margin-top: 10px;
  }
}
.fee-section__itemData .big {
  font-size: 18px;
  margin-bottom: 10px;
}
.fee-section__itemData.--mt50 {
  margin-top: 50px;
}
.fee-section__itemData.--mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .fee-section__itemData.--mb50 {
    margin-bottom: 20px;
  }
}

.fee-section__list {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .fee-section__list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__list {
    padding-left: 28px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__list.--dust {
    padding-left: 14px;
  }
}

.fee-section__listItem {
  font-size: 14px;
}
@media screen and (min-width: 961px) {
  .fee-section__listItem {
    text-indent: -12px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__listItem {
    margin-top: 10px;
    text-indent: -28px;
    line-height: 24px;
  }
}
.fee-section__listItem:before {
  content: "※　";
  margin-right: 0;
}
.fee-section__listItem.--dust {
  font-size: 16px;
  text-indent: -16px;
  line-height: 30px;
}
.fee-section__listItem.--dust:before {
  content: "・";
  margin-right: 0;
}
.fee-section__listItem.--dust:nth-child(n+2) {
  margin-top: 30px;
}

.fee-section__dl {
  border: 1px solid #707070;
}
@media screen and (min-width: 961px) {
  .fee-section__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__dl {
    display: block;
  }
}
.fee-section__dl.--mt20 {
  margin-top: 20px;
}

.fee-section__dt,
.fee-section__dd {
  letter-spacing: -0.02em;
}
@media screen and (min-width: 961px) {
  .fee-section__dt,
  .fee-section__dd {
    width: 50%;
    padding: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__dt,
  .fee-section__dd {
    width: 100%;
    padding: 12px;
    line-height: 24px;
  }
}

.fee-section__dt {
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #EFF8ED;
}
@media screen and (min-width: 961px) {
  .fee-section__dt {
    border-right: 1px solid #707070;
  }
}

.fee-section__dd {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .fee-section__dd {
    text-align: center;
  }
}

.fee-section__wrap {
  border: 2px solid #77BD5A;
  margin: 20px 0 70px;
}
@media screen and (min-width: 961px) {
  .fee-section__wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__wrap {
    padding: 16px;
  }
}

.fee-section__wrap02 {
  padding: 30px;
  margin: 30px 0 70px;
  background-color: #EFF8ED;
}
@media screen and (max-width: 960px) {
  .fee-section__wrap02 {
    padding: 16px;
  }
}

.fee-section__link {
  display: inline-block;
  color: #1F9F60;
  text-decoration: underline;
  position: relative;
  margin: 30px 0 50px;
}
.fee-section__link.--mb0 {
  margin-bottom: 0;
}
.fee-section__link:after {
  content: "";
  width: 5px;
  height: 9px;
  margin-left: 10px;
  display: inline-block;
  background-color: #1F9F60;
  -webkit-mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}

.fee-section__table {
  width: 100%;
  border: 1px solid #3C3C3C;
  margin-top: 20px;
}
.fee-section__thead {
  background-color: #EFF8ED;
}
.fee-section__thead.--gray {
  background-color: #F2F2F2;
}

.fee-section__tbody.--gray .fee-section__th,
.fee-section__tbody.--gray .fee-section__td {
  width: 50%;
}
.fee-section__tbody.--gray .fee-section__td:first-child {
  background-color: #fff;
}

.fee-section__th,
.fee-section__td {
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #707070;
}

.fee-section__th {
  font-family: NotoSans400, sans-serif;
  font-weight: 400;
}

.fee-section__td:first-child {
  background-color: #EFF8ED;
}

.fee-section__smallTitle {
  color: #F47600;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 20px;
}
.fee-section__smallTitle:first-of-type {
  margin-top: 20px;
}