div.container.container--without-nav {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  background: #FFFCEE;
}
.keyvisual {
  background:#E0FAEF;
  /* max-height: 500px; */
}
.keyvisual__inner {
  width: auto;
  background-image: url("/lp/cam_2606_yen_triple/imgs/kv_illust.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 250px;
}

.keyvisual__main-content {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  height: auto;
}
.keyvisual__main-content img {
  width: auto;
  height: 70%;
  max-height: 360px;
}
.keyvisual__sub-content {
  text-align: center;
  background: #519E87;
  height: 34px;
}
.keyvisual__sub-content img {
  padding-top: 2px;
  vertical-align: top;
}
.keyvisual__annotation-content {
  text-align: center;
  height: 40px;
}
.keyvisual__annotation-content img {
  padding-top: 5px;
  vertical-align: top;
}
.main-contents {
  width: 920px;
  margin: 0 auto;
  padding-top: 30px;
}

.main-contents table {
  background-color: #fff;
}
.main-contents table,.main-contents .box-conversion ,.main-contents .step-emphasis__box {
  background-color: #fff;
}
.main-contents {
  width: 920px;
  margin: 0 auto;
}

.disc__bg-white .box-group.box-group--border {
  background-color: #fff;
}

@media screen and (max-width: 1019px) {
  .main-contents {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}


