.campaign-bg {
  background-color: #E1F4F8;
  position: relative;
  margin-top: 85px !important;
  padding: 58px 60px 40px;
}
.campaign-title__img {
  display: block;
  position: absolute;
  top: -53px;
  right: 0;
  left: 0;
  margin: auto;
}

.campaign-title__sub {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.2;
}

.table-kinri {
  width: 800px;
  margin: 0 auto;
}

.table-kinri-th-bg__blue {
  background-color: #5DBAD6;
  text-align: center;
  font-size: 18px !important;
  color: #ffffff;
  border: 0px none !important;
  padding: 17px 10px;
  line-height: 1.0;
}

.table-kinri-td-kinri__maintxt {
  background-color: #ffffff;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 0.75 !important;
  border: 0px none !important;
  padding: 20px 10px !important;
}

.table-td-kinri__maintxt--number {
  font-size: 96px;
  color: #e63d6e;
}

.table-td-kinri__subtxt,
.table-td-kinri__maintxt--year {
  font-size: 18px;
}

.table-kinri-td-kinri__maintxt--02 {
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.0 !important;
  border: 0px none !important;
  padding: 20px 20px 24px;
}

.table-td-kinri__maintxt--number__02 {
  font-size: 72px;
  color: #e63d6e;
}

.table-td-kinri__subtxt--02 {
  font-size: 14px;
}

.campaign-bg__subtext {
  font-size: 14px;
  padding-top: 12px;
  line-height: 1.3;
}

.rate__bg {
  background-color: #e3f5ce;
  padding: 40px 45px;
}

.rate__box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

.rate__box:last-child {
  margin-bottom: 10px;
}

.rate__title {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  background-color: #26a417;
  justify-content: center;
  align-items: center;
}

.rate__title-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.rate-large-area {
  margin: 0;
  display: flex;
}

.rate-large-item {
  width: 100%;
  margin: 0 0;
  text-align: center;
}

.rate-large-item-wrap {
  margin-bottom: 0;
}

.rate-large-item-em {
  color: #222;
  font-size: 36px;
  font-weight: bold;
}

.rate-large-item-em__num {
  color: #e63d6e;
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}

.rate-large-item-em-sub {
  color: #222;
  font-size: 18px;
  font-weight: bold;
}

.rate-column {
  margin: 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.rate-item {
  width: 33.3333%;
  margin: 18px 0;
  text-align: center;
}

.rate-item-year {
  margin-bottom: 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}

.rate-item-wrap {
  margin-bottom: 0;
}

.rate-item-em {
  color: #222;
  font-size: 24px;
  font-weight: bold;
}

.rate-item-em__num {
  color: #e63d6e;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}

.rate-item-em-sub {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

.interest-rate-table tbody td:not(:first-child) {
  font-size: 15px;
  font-weight: bold;
}
.interest-rate-table tbody td span[data-interestrate] {
  font-size: 45px;
}

.color-pink {
  color: #e63d6e;
}

@media screen and (max-width: 1019px) {
  .interest-rate-table tbody td:not(:first-child) {
    font-weight: normal;
  }
  .campaign-bg {
    background-color: #E1F4F8;
    position: relative;
    padding: 0 20px 40px;
    width: 100vw;
    margin: 52px calc(50% - 50vw) 0 !important;
  }

  .campaign-bg__container {
    width: 100%;
  }

  .campaign-title__img {
    display: block;
    position: absolute;
    top: -32px;
    right: 0;
    left: 0;
    width: calc(100% - 40px);
    margin: auto;
    max-width: 500px;
  }

  .campaign-title__sub {
    font-weight: bold;
    padding-top: 80px;
  }

  .table-kinri {
    width: 100%;
    margin: 0 auto;
  }

  .table-kinri-th-bg__blue {
    background-color: #5DBAD6;
    text-align: center;
    font-size: 18px !important;
    color: #ffffff;
    border: 0px none !important;
    padding: 17px 10px;
    line-height: 1.0;
  }

  .table-kinri-td-kinri__maintxt--02 {
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.0 !important;
    border: 0px none !important;
    padding: 10px 5px 40px;
  }

  .rate__bg {
    background-color: #e3f5ce;
    margin-top: 45px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 45px 20px;
  }

  .rate-large-item-em {
    color: #222;
    font-size: 24px;
    font-weight: bold;
  }

  .rate-large-item-em__num {
    color: #e63d6e;
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
  }

  .rate-large-item-em-sub {
    color: #222;
    font-size: 14px;
    font-weight: bold;
  }

  .rate-column {
    margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .rate-item {
    width: 50%;
    margin: 18px 0;
    text-align: center;
  }

  .rate-item-year {
    margin-bottom: 0;
    color: #222;
    font-size: 18px;
    font-weight: bold;
  }

  .rate-item-wrap {
    margin-bottom: 0;
  }

  .rate-item-em {
    color: #222;
    font-size: 18px;
    font-weight: bold;
  }

  .rate-item-em__num {
    color: #e63d6e;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
  }

  .rate-item-em-sub {
    color: #222;
    font-size: 12px;
    font-weight: bold;
  }

}

@media screen and (max-width: 600px) {
  .campaign-title__sub {
    font-weight: bold;
    padding-top: 60px;
  }
  .table-kinri-td-kinri__maintxt {
    background-color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 0.75 !important;
    border: 0px none !important;
    padding: 20px 10px !important;
  }

  .table-td-kinri__maintxt--number {
    font-size: 64px;
    color: #e63d6e;
  }

  .table-td-kinri__subtxt {
    font-size: 14px;
  }

  .table-kinri-td-kinri__maintxt--02 {
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.0 !important;
    border: 0px none !important;
    padding: 10px 5px;
  }

  .table-td-kinri__maintxt--year {
    font-size: 12px;
  }

  .table-td-kinri__maintxt--number__02 {
    font-size: 30px;
    color: #e63d6e;
  }

  .table-td-kinri__subtxt--02 {
    font-size: 10px;
  }

  .campaign-bg__subtext {
    font-size: 14px;
    padding-top: 12px;
  }

  .interest-rate-table tbody td {
    font-size: 15px;
    font-weight: bold !important;
  }

  .interest-rate-table tbody td span[data-interestrate] {
    font-size: 30px;
  }
}


