ul {
  list-style: none;
}

.o-header {
  position: relative;
}

#contentMain {
  margin-top: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

.origin-head {
  width: 100%;
  background-color: #E2E5F2;
  padding: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .origin-head {
    padding: 0;
    background: none;
  }
}

.origin-head img {
  max-width: 1250px;
  width: 100%;
}

.origin-body {
  margin: 0;
  width: 100%;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .origin-body {
    padding: 10.25641vw 0;
  }
}

.origin-body h1 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 33px;
  font-weight: 600;
  color: #2C3D8A;
}

@media (max-width: 768px) {
  .origin-body h1 {
    font-size: 6.66667vw;
    margin-bottom: 5.12821vw;
  }
}

.origin-body h1 > span {
  font-size: 28px;
}

@media (max-width: 768px) {
  .origin-body h1 > span {
    font-size: 5.64103vw;
  }
}

.origin-body h1 > strong {
  color: #DC0695;
  font-size: 42px;
}

@media (max-width: 768px) {
  .origin-body h1 > strong {
    font-size: 8.46154vw;
  }
}

.origin-body__inner {
  max-width: 750px;
  padding: 0 25px;
  overflow-x: hidden;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .origin-body__inner {
    max-width: 100%;
    padding: 0 5.12821vw;
  }
}

.swiper {
  width: 100%;
  overflow: visible;
}

.swiper img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper__frame {
  position: relative;
  border: 2px solid #E2E5F2;
  background: #F4F4F4;
  padding: 40px;
}

@media (max-width: 768px) {
  .swiper__frame {
    padding: 5.12821vw;
  }
}

.swiper-slide {
  background: none;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  display: none;
}

.swiper .swiper-button-next {
  right: -65px;
}

@media (max-width: 768px) {
  .swiper .swiper-button-next {
    right: -8.46154vw;
  }
}

.swiper .swiper-button-prev {
  left: -65px;
}

@media (max-width: 768px) {
  .swiper .swiper-button-prev {
    left: -8.46154vw;
  }
}

.swiper .swiper-slide-prev, .swiper .swiper-slide-next {
  opacity: 0;
}

.swiper__notes {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .swiper__notes {
    margin-top: 1.79487vw;
    font-size: 2.82051vw;
  }
}

.mv {
  margin-top: 40px;
  opacity: 1;
}

@media (max-width: 768px) {
  .mv {
    margin-top: 7.69231vw;
  }
}

.mv__img {
  display: flex;
  align-items: center;
}

.mv__img img:first-child {
  width: 320px;
}

@media (max-width: 768px) {
  .mv__img img:first-child {
    width: 41.02564vw;
  }
}

.mv__img img:last-child {
  width: 380px;
}

@media (max-width: 768px) {
  .mv__img img:last-child {
    width: 48.71795vw;
  }
}

.mv__text {
  margin: 7px 0 0 auto;
  width: 380px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-items: center;
}

@media (max-width: 768px) {
  .mv__text {
    margin-top: 1.28205vw;
    width: 48.71795vw;
  }
}

.mv__text p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .mv__text p {
    font-size: 2.5641vw;
  }
}

.mv__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

@media (max-width: 768px) {
  .mv__link {
    gap: 0.76923vw;
  }
}

.mv__link > a {
  color: #2C3D8A;
  text-decoration: underline;
}

.mv__link::before {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  background: url(/-/media/aeoncard/campaign/lp/origin/images/icon_link-arrow.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .mv__link::before {
    width: 1.02564vw;
    height: 2.05128vw;
  }
}

@media (max-width: 768px) {
  .mv .btn-cta {
    margin-top: 5.12821vw;
  }
}

.btn-cta {
  margin: 50px auto 0;
  max-width: 350px;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .btn-cta {
    margin: 10.25641vw auto 0;
    max-width: 100%;
  }
}

.bnr-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .bnr-list {
    margin-top: 10.25641vw;
    flex-direction: column;
    justify-content: center;
    gap: 2.5641vw;
  }
}

.bnr-list > li {
  width: auto;
  height: 110px;
}

.bnr-list > li img {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .bnr-list > li {
    width: 100%;
    height: auto;
  }
  .bnr-list > li img {
    width: 100%;
    height: auto;
  }
}

.benefits-list {
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .benefits-list {
    gap: 4.10256vw;
    flex-wrap: wrap;
  }
  .benefits-list > li {
    width: 42.82051vw;
  }
}

.notes {
  margin-top: 10px;
  font-size: 11px;
}

@media (max-width: 768px) {
  .notes {
    margin-top: 2.5641vw;
    font-size: 2.82051vw;
  }
}

.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

.step-box {
  margin-top: 50px;
  padding: 30px 20px;
  border: 1px solid #E2E5F2;
}

@media (max-width: 768px) {
  .step-box {
    margin-top: 10.25641vw;
    padding: 7.69231vw 5.12821vw;
  }
}

.step-box > h3 {
  text-align: center;
  color: #2C3D8A;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .step-box > h3 {
    font-size: 5.64103vw;
    margin-bottom: 7.69231vw;
  }
}

.card {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .card {
    margin-top: 10.25641vw;
    padding-bottom: 10.25641vw;
  }
}

.card .h2_mod_title {
  width: 100%;
}

.card .newcard-dl dt img {
  width: auto;
}

.modal.is-open {
  display: block;
}

.newcard-box {
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .newcard-box {
    max-width: 100%;
  }
}

.float-top__container {
  bottom: 40px;
}

@media (max-width: 768px) {
  .float-top__container {
    bottom: 7.69231vw;
  }
}

.a-ac {
  text-align: center;
}
