.saving-wrapper.ecocute.ecosystem {
  padding-bottom: 0;
  background: #C6DEE9;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem {
    padding-bottom: 21.3333333333vw;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header,
.saving-wrapper.ecocute.ecosystem .ecosystem-links {
  max-width: none;
  padding: 40px 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../images/bg_ecosystem.png?v2) repeat left top;
  background-size: auto 19px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-header,
  .saving-wrapper.ecocute.ecosystem .ecosystem-links {
    padding: 5.3333333333vw 5.3333333333vw 8.5333333333vw;
    margin: 0;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-inner,
.saving-wrapper.ecocute.ecosystem .ecosystem-links .links-inner {
  position: relative;
  max-width: 1080px;
  text-align: center;
  padding: 60px 70px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: solid 4px #444;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-header .header-inner {
    padding: 43.4666666667vw 5.3333333333vw 8.5333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .saving-wrapper.ecocute.ecosystem.neweco .ecosystem-header .header-inner {
    padding: 35.2vw 8vw 4.2vw;
  }
}
.saving-wrapper.ecocute.ecosystem .saving-wrapper.neweco .ecosystem-header .header-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-header .header-title {
    position: absolute;
    top: 2.6666666667vw;
    left: -5.3333333333vw;
    width: 97.3333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .saving-wrapper.neweco .ecosystem-header .header-title {
    padding-bottom: 0;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-image {
  margin: 60px 0;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-image img {
  width: 54.46%;
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-header .header-image {
    margin: 0 0 5.3333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-header .header-image img {
    width: 100%;
    min-width: auto;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-text {
  color: #029883;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-text + .header-text {
  margin-top: 1.5em;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-header .header-text span {
  color: #FF5F00;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-header .header-text {
    font-size: 3.4666666667vw;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box {
  padding-bottom: 40px;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box + .ecosystem-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-box {
    padding-bottom: 8.5333333333vw;
    margin-top: 8.5333333333vw;
    border-radius: 5.3333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box + .ecosystem-box {
    margin-top: 8.5333333333vw;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-title {
  text-align: center;
  padding: 32px;
  background: #02B9A4;
  color: #fff;
  font-size: 1.6666666667em;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-lead {
  text-align: center;
  padding: 40px 0 8px;
  color: #029883;
  font-size: 1.3333333333em;
  font-weight: 900;
  line-height: 1.2;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-row .col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-row .col:last-child {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-title {
    padding: 3.2vw 1.3333333333vw;
    font-size: 5.6vw;
    line-height: 1.2;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-lead {
    padding: 8.5333333333vw 0 0;
    margin-bottom: -2.6666666667vw;
    font-size: 4.8vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 8.5333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-row .col:last-child {
    width: 100%;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-text {
  color: #029883;
  font-weight: 700;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-text span {
  color: #FF5F00;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-text sup {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .col-text {
    font-size: 4.2666666667vw;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-image {
  margin: 0;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-image img {
  width: 100%;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period {
  text-align: center;
  margin-top: 20px;
  background: #DC0011;
  border-radius: 14px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period dt {
  padding: 16px 12px 0;
  color: #FFFF00;
  font-size: 0.9166666667em;
  font-weight: 700;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period dd {
  padding: 0 12px 16px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period {
    margin-top: 5.3333333333vw;
    border-radius: 3.7333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period dt {
    padding: 3.4666666667vw 1.3333333333vw 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .col-period dd {
    letter-spacing: 0;
    padding: 0 0 3.2vw;
  }
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 32px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes + .box-notes {
  margin-top: 8px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes.-thin {
  opacity: 0.8;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes li {
  position: relative;
  font-size: 0.5833333333em;
  padding-left: 1.4em;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes li + li {
  margin-top: 2px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes li span {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 8.5333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes + .box-notes {
    margin-top: 2.1333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes li {
    font-size: 3.2vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-box .box-notes li + li {
    margin-top: 0.5333333333vw;
  }
}
.saving-wrapper.ecocute.ecosystem .application-terms {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 0 40px;
}
.saving-wrapper.ecocute.ecosystem .application-image {
  width: 525px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .application-terms {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .application-image {
    width: 100%;
    margin: 0 0 8.5333333333vw;
  }
}
.saving-wrapper.ecocute.ecosystem .saving-wrapper.ecocute.ecosystem.neweco {
  padding-bottom: 0;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-links {
  padding-bottom: 60px;
  margin-top: 60px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-links .links-text {
  padding-bottom: 50px;
  color: #029883;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-links .links-btn {
  display: block;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-links .links-btn + .links-btn {
  margin-top: 35px;
}
.saving-wrapper.ecocute.ecosystem .ecosystem-links .links-btn.-end {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .saving-wrapper.ecocute.ecosystem .ecosystem-links {
    padding-bottom: 21.3333333333vw;
    margin-top: 8.5333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-links .links-inner {
    padding: 8.5333333333vw 5.3333333333vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-links .links-text {
    padding-bottom: 7.4666666667vw;
  }
  .saving-wrapper.ecocute.ecosystem .ecosystem-links .links-btn + .links-btn {
    margin-top: 5.3333333333vw;
  }
}