@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: 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: 90px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__box {
    margin-top: 30px;
    padding: 20px;
  }
}

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

.fee-section__itemTitle {
  padding-bottom: 10px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #72543D;
}

.fee-section__itemData {
  margin-top: 8px;
  line-height: 1.87;
}

.fee-section__access {
  padding-left: 1em;
  text-indent: -1em;
}
.fee-section__access:nth-child(n+2) {
  margin-top: 30px;
}

.fee-section__mapWrap {
  margin-top: 30px;
  padding-top: 55%;
  position: relative;
}
.fee-section__mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fee-section__buttonWrap {
  max-width: 260px;
  margin: 30px auto 0;
}

@media screen and (min-width: 961px) {
  .fee-section__button {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .fee-section__button {
    height: 50px;
  }
}

.fee_mt30 {
  margin-top: 30px;
}

.fee_mt50 {
  margin-top: 50px;
}

@media screen and (min-width: 961px) {
  .fee_section-box {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .fee_section-box {
    margin-bottom: 50px;
  }
}

.fee_section-box ul {
  line-height: 1.85;
}
@media screen and (min-width: 961px) {
  .fee_section-box ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .fee_section-box ul {
    font-size: 12px;
  }
}

.fee_title {
  color: #008000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .fee_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .fee_title {
    font-size: 20px;
  }
}

.fee_tip {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .fee_tip {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .fee_tip {
    font-size: 16px;
    line-height: 1.8;
  }
}

.fee_section-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 15px;
}

.fee_section-box dt {
  background: #F0F9F1;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .fee_section-box dt {
    padding: 10px 20px;
    width: 300px;
    border-right: 1px solid #ccc;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .fee_section-box dt {
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 0px;
  }
}

.fee_section-box dd {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 961px) {
  .fee_section-box dd {
    padding: 10px 20px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 960px) {
  .fee_section-box dd {
    padding: 10px;
    width: 100%;
    line-height: 1.6;
  }
}