@charset "UTF-8";
.breadcrumb-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 3.33333vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    width: 92%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb-list__item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 7.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    width: 1.33333vw;
    height: 1.33333vw;
    left: 2vw;
  }
}

.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.mainvisual {
  background: url(/assets/img/interest_fee/mv.jpg) no-repeat center bottom;
  height: 270px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    background: url(/assets/img/interest_fee/mv_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 26.66667vw;
  }
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvisual__body {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    top: 50%;
  }
}

.mainvisual__title {
  color: #142143;
  font-size: 3.8rem;
  line-height: 1.26316;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 6vw;
    line-height: 1.33333;
    text-align: center;
  }
}

.page-contents {
  display: block;
  margin: 56px 0 104px;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    margin: 5.33333vw 0 16.8vw;
  }
}

.breadcrumb-list {
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 4.26667vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .interest_fee .section-title__ja {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.interest_fee {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .interest_fee {
    width: 88vw;
  }
}

.interest_fee__detail {
  width: 100%;
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .interest_fee__detail {
    margin: 5.6vw auto 0;
  }
}

.interest_fee__date {
  margin-bottom: 17px;
  font-size: 1.3rem;
  text-align: right;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .interest_fee__date {
    margin-bottom: 2.93333vw;
    font-size: 2.4vw;
  }
}

.interest_fee__item {
  background: #f0f4f8;
  padding: 28px 40px 44px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__item {
    padding: 6.13333vw 4vw 4.8vw;
  }
}

.interest_fee__item + .interest_fee__item {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__item + .interest_fee__item {
    margin-top: 6vw;
  }
}

.interest_fee__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  font-weight: bold;
  color: #415485;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .interest_fee__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.interest_fee__body {
  margin-top: 5px;
  padding: 25px 29px 21px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .interest_fee__body {
    margin-top: 1.33333vw;
    padding: 4.26667vw 3.73333vw;
  }
}

.interest_fee__body + .interest_fee__title {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__body + .interest_fee__title {
    margin-top: 4.66667vw;
  }
}

.interest_fee__list {
  width: 373px;
  border: 1px solid #afc7d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .interest_fee__list {
    width: 100%;
    font-size: 2.93333vw;
  }
}

.interest_fee__list tr + tr {
  border-top: 1px solid #afc7d6;
}

.interest_fee__list th {
  width: 46.91689%;
  background: #f0f4f8;
  padding: 5px 5px 5px 18px;
  text-align: left;
  border-right: 1px solid #afc7d6;
}

@media only screen and (max-width: 767px) {
  .interest_fee__list th {
    width: 43.8835%;
    padding: 1.06667vw 1.06667vw 1.06667vw 4vw;
  }
}

.interest_fee__list td {
  width: 53.08311%;
  text-align: left;
  padding: 5px 30px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__list td {
    width: 56.1165%;
    padding: 1.06667vw 2.4vw;
  }
}

.interest_fee__list thead {
  border-bottom: 1px solid #afc7d6;
}

.interest_fee__list thead th {
  width: 50%;
}

.interest_fee-loan .interest_fee__list th, .interest_fee-loan .interest_fee__list td {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 44.50402%;
  padding: 5px 5px 5px 17px;
  border: none;
}

.interest_fee-loan .interest_fee__list tr th:first-child, .interest_fee-loan .interest_fee__list tr td:first-child {
  width: 55.49598%;
  border-right: 1px solid #afc7d6;
}

.interest_fee-loan .interest_fee__list + .interest_fee__note {
  margin-top: 5px;
}

.interest_fee__name {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 7px;
}

.interest_fee__name:nth-child(n+2) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__name {
    margin: 2vw 0 1.86667vw;
    font-size: 2.93333vw;
    line-height: 1.72727;
  }
}

.interest_fee__note {
  margin-top: 10px;
}

.interest_fee__note li {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .interest_fee__note li {
    margin: 2vw 0 1.86667vw;
    font-size: 2.93333vw;
    line-height: 1.72727;
  }
}

.interest_fee__note--dot {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__note--dot {
    padding: 0 0 0 4vw;
  }
}

.interest_fee__note--dot li {
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .interest_fee__note--dot li {
    font-size: 2.93333vw;
    line-height: 1.72727;
  }
}

.interest_fee__note--dot li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .interest_fee__note--dot li::before {
    left: -2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.interest_fee-loan {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .interest_fee-loan {
    margin-top: 13.33333vw;
  }
}

.big-table {
  width: 100%;
  border: 1px solid #afc7d6;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .big-table {
    font-size: 2.93333vw;
    line-height: 1.72727;
  }
}

.big-table .t-center {
  text-align: center;
}

.big-table tr + tr {
  border-top: 1px solid #afc7d6;
}

@media only screen and (max-width: 767px) {
  .big-table .period {
    width: 18%;
  }
}

.big-table th {
  vertical-align: middle;
  background: #f0f4f8;
  padding: 1px 5px 1px 18px;
  text-align: left;
  border-right: 1px solid #afc7d6;
}

@media only screen and (max-width: 767px) {
  .big-table th {
    padding: 1.06667vw 2.4vw;
  }
}

.big-table td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #afc7d6;
}
