body {
  font-family: "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  color: #333333;
}

p {
  font-size: 16px;
  letter-spacing: 0.019em;
}

.o-main {
  padding-top: 0;
  padding-bottom: 60px;
}

.lp-adDeli-textlink {
  display: inline-flex;
  font-size: 16px;
  color: #b60081;
  justify-content: center;
  align-items: center;
}

.lp-adDeli-textlink-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/-/media/AeonCard/assets/images/icon/blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4px;
}

.lp-adDeli-heading {
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

h4.lp-adDeli-heading {
  font-size: 28px;
}

h3.lp-adDeli-heading {
  font-size: 36px;
  margin-top: 20px;
}

.lp-adDeli-text__bold {
  font-weight: 600;
}

.lp-adDeli-text__large {
  font-size: 20px;
  margin-top: 16px;
}

.lp-adDeli-text__highlight-01,
.lp-adDeli-text__highlight-02,
.lp-adDeli-text__highlight-03 {
  position: relative;
  font-size: 20px;
  z-index: 1;
}

.lp-adDeli-text__highlight-01::before,
.lp-adDeli-text__highlight-02::before,
.lp-adDeli-text__highlight-03::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: 8px;
  right: 0;
  top: 70%;
  z-index: -1;
}

.lp-adDeli-text__highlight-01:before {
  background-color: rgba(163, 172, 230, 1);
}

.lp-adDeli-text__highlight-02:before {
  background-color: rgba(152, 229, 232, 1);
}

.lp-adDeli-text__highlight-03:before {
  background-color: rgba(255, 240, 124, 1);
}

.lp-adDeli-caption {
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
  padding-left: 14px;
}

.lp-adDeli-caption::before {
  position: absolute;
  display: inline-block;
  content: "※";
  left: 0;
}

.lp-adDeli-caption + .lp-adDeli-caption {
  margin-top: 4px;
}

.lp-adDeli-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 60px;
  margin: 40px 0;
  color: #fff;
  background: linear-gradient(-90deg, #cf009e, #b80084);
  border-radius: 34px;
  outline: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-out;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: -0.0225em;
  font-weight: 600;
  appearance: none;
}

.lp-adDeli-button-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url("/-/media/AeonCard/assets/images/icon/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: auto 16px auto auto;
}

.lp-adDeli-buttonArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.lp-adDeli-buttonArea p {
  text-align: center;
  line-height: 1.85;
  margin: 0;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }

  h4.lp-adDeli-heading {
    font-size: 20px;
  }

  h3.lp-adDeli-heading {
    font-size: 24px;
    margin-top: 16px;
  }

  .lp-adDeli-text__large {
    font-size: 18px;
  }

  .lp-adDeli-text__highlight-01,
  .lp-adDeli-text__highlight-02,
  .lp-adDeli-text__highlight-03 {
    font-size: 18px;
  }

  .lp-adDeli-button {
    margin: 32px 0;
    font-size: 14px;
  }
}

.lp-adDeli-intro,
.lp-adDeli-procedure,
.lp-adDeli-agreement {
  width: 100vw;
  min-width: 1024px;
  padding: 60px calc((50vw - 500px));
  margin-left: calc((500px - 50vw));
}

@media screen and (max-width: 1204px) {
  .lp-adDeli-intro,
  .lp-adDeli-procedure,
  .lp-adDeli-agreement {
    padding: 65px 102px;
    margin-left: -102px;
  }
}

@media screen and (max-width: 768px) {
  .lp-adDeli-intro,
  .lp-adDeli-procedure,
  .lp-adDeli-agreement {
    min-width: auto;
    margin-left: -16px;
  }

  .lp-adDeli-textlink {
    font-size: 14px;
  }
}

/* loading  */
.lp-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.lp-loading__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.lp-loading__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.lp-loading__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5ebf7;
  transform-origin: center;
  animation-name: lp-loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
/* loading  */

/* Intro Area */
.lp-adDeli-intro {
  background-image: url("../images/kv-bg-pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 65px;
}

.lp-adDeli-intro h1 {
  max-width: 1000px;
  font-family: "Gen Jyuu GothicX", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-size: 44px;
  color: #4653a2;
}

.lp-adDeli-intro span {
  display: inline-block;
  letter-spacing: -0.17em;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-intro {
    padding: 25px 32px;
    background-image: url("../images/kv-bg-sp.png");
  }

  .lp-adDeli-intro h1 {
    font-size: 36px;
    line-height: 1.25;
  }
}
/* \Intro Area */

/* Service Area */
.lp-adDeli-service {
  margin: 80px 0;
  text-align: center;
}

.lp-adDeli-service__content {
  margin: 40px 0;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-service {
    margin: 60px 0;
    text-align: left;
  }

  .lp-adDeli-service .lp-adDeli-heading {
    text-align: center;
  }

  .lp-adDeli-service > p {
    text-align: left;
  }

  .lp-adDeli-service__content {
    margin: 32px 0 24px;
  }
}
/* \Service Area */

/* Recommend Area */
.lp-adDeli-recommend {
  text-align: center;
  border-radius: 20px;
  background-color: #f2f8ff;
  padding: 80px;
  margin-bottom: 60px;
}

.lp-adDeli-recommend > .a-image {
  margin: 60px auto;
  width: 100%;
  max-width: 720px;
}

.lp-adDeli-recommend .lp-adDeli-caption {
  display: flex;
  text-align: left;
}

.lp-adDeli-recommend__message {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.lp-adDeli-recommend__target {
  display: flex;
  align-items: center;
  margin: 60px 0;
}

.lp-adDeli-recommend__item {
  background-color: #ffffff;
  padding: 40px 24px 32px;
  border-radius: 180px 180px 20px 20px;
}

.lp-adDeli-recommend__item + .lp-adDeli-recommend__item {
  margin-left: 30px;
}

.lp-adDeli-recommend__item > .a-image {
  margin: 32px 0;
  max-width: 100%;
}

.lp-adDeli-recommend__item-title {
  margin: 0;
  font-weight: 600;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-recommend {
    padding: 48px 16px;
    margin-bottom: 48px;
  }

  .lp-adDeli-recommend > .a-image {
    max-width: 311px;
    margin: 33px auto 32px;
  }

  .lp-adDeli-recommend__target {
    margin: 32px 0;
    flex-direction: column;
  }

  .lp-adDeli-recommend__item + .lp-adDeli-recommend__item {
    margin-left: 0;
    margin-top: 32px;
  }

  .lp-adDeli-recommend__target > .lp-adDeli-recommend__item {
    max-width: 263px;
  }

  .lp-adDeli-recommend__item > .a-image {
    margin: 24px 0;
  }
}
/* \Recommended Individuals */

/* Procedure */
.lp-adDeli-procedure {
  padding-bottom: 100px;
  background-color: #c3daf5;
  text-align: center;
}

.lp-adDeli-procedure__item {
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 1000px;
  padding: 0 80px 60px;
  margin-top: 85px;
}

.lp-adDeli-heading + .lp-adDeli-procedure__item {
  margin-top: 95px;
}

.lp-adDeli-procedure__item > p {
  line-height: 1.85;
}

.lp-adDeli-tooltip {
  position: relative;
  display: inline-block;
  padding: 24px 36px;
  border-radius: 16px;
  background-color: #fff07c;
  transform: translateY(-35px);
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

.lp-adDeli-tooltip::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: #fff07c;
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  z-index: -1;
}

.lp-adDeli-procedure__info {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
}

.lp-adDeli-procedure__info + p {
  margin-bottom: 24px;
}

.lp-adDeli-procedure__infoitem {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.lp-adDeli-procedure__itemheading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.lp-adDeli-procedure__itemheading .a-image {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  margin-bottom: 0;
}

.lp-adDeli-procedure__itemcontent {
  padding: 40px 0;
}

.lp-adDeli-procedure__itemcontent .a-image {
  max-width: 187px;
  margin: 0 auto 40px;
}

.lp-adDeli-procedure__infoitem1 .lp-adDeli-procedure__itemheading {
  background-color: #4653a2;
  color: #ffffff;
}

.lp-adDeli-procedure__infoitem1 .lp-adDeli-procedure__itemcontent {
  background-color: #c3daf5;
}

.lp-adDeli-procedure__infoitem2 .lp-adDeli-procedure__itemheading {
  background-color: #d9d9d9;
}

.lp-adDeli-procedure__infoitem2 .lp-adDeli-procedure__itemcontent {
  background-color: #f8f8f8;
}

.lp-adDeli-procedure__infobubble {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  width: 20%;
  max-width: 186px;
}

.lp-adDeli-procedure__steps {
  display: flex;
}

.lp-adDeli-procedure__step {
  position: relative;
  max-width: 260px;
  padding: 24px;
  background-color: #f8f8f8;
  border-radius: 20px;
}

.lp-adDeli-procedure__step + .lp-adDeli-procedure__step {
  margin-left: 30px;
}

.lp-adDeli-procedure__step:not(:last-child):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("../images/icon-triangle-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

.lp-adDeli-procedure__step > .a-image {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-procedure {
    padding: 44px 0;
  }

  .lp-adDeli-procedure__item {
    padding: 0 16px 48px;
    margin-top: 65px;
  }

  .lp-adDeli-heading + .lp-adDeli-procedure__item {
    margin-top: 75px;
  }

  .lp-adDeli-tooltip {
    font-size: 18px;
  }

  .lp-adDeli-tooltip + p {
    margin-top: -10px;
  }

  .lp-adDeli-procedure__info {
    max-width: 343px;
    margin: 32px auto;
  }

  .lp-adDeli-procedure__itemheading {
    padding: 16px 23px;
    text-align: left;
  }

  .lp-adDeli-procedure__itemheading .a-image {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .lp-adDeli-procedure__itemheading p {
    flex: 1;
  }

  .lp-adDeli-procedure__itemcontent {
    padding: 24px 23.5px;
  }

  .lp-adDeli-procedure__itemcontent .a-image {
    max-width: 125px;
    margin-top: 90px;
    margin-bottom: 16px;
  }

  .lp-adDeli-procedure__infobubble {
    top: 36%;
    width: 100%;
    max-width: 210px;
  }

  .lp-adDeli-procedure__info + p {
    margin-bottom: 16px;
    text-align: left;
  }

  p.lp-adDeli-procedure__text {
    margin-top: 0;
    text-align: left;
  }

  .lp-adDeli-procedure__steps {
    flex-direction: column;
    align-items: center;
  }

  .lp-adDeli-procedure__step {
    width: 100%;
    max-width: 311px;
  }

  .lp-adDeli-procedure__step > .a-image {
    max-width: 212px;
    margin: 0 auto 20px;
  }

  .lp-adDeli-procedure__step + .lp-adDeli-procedure__step {
    margin-top: 40px;
    margin-left: 0;
  }

  .lp-adDeli-procedure__step:not(:last-child):before {
    top: calc(100% + 10px);
    left: 50%;
    transform: rotate(90deg);
  }
}
/* \Procedure */

/* Agreement area */
.lp-adDeli-agreement {
  padding-bottom: 40px;
  background-color: #f2f8ff;
}

.lp-adDeli-agreement .lp-adDeli-textlink {
  display: flex;
  justify-content: flex-end;
}

.lp-adDeli-agreement .lp-adDeli-textlink + .lp-adDeli-textlink {
  margin-top: 8px;
}

.lp-adDeli-agreement .lp-adDeli-textlink-icon {
  background-image: url("/-/media/AeonCard/assets/images/icon/arrow-right.svg");
}

.lp-adDeli-agreement__heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}

.lp-adDeli-agreement__wrapper {
  max-width: 840px;
  margin: 0 auto 60px;
}

.lp-adDeli-agreement__wrapper .a-image {
  max-width: 439px;
  transform: translateY(10px);
  margin-bottom: 0;
}

.lp-adDeli-agreement__content {
  margin: 0 auto;
  padding: 60px;
  background: #ffffff;
  border-radius: 20px;
}

.lp-adDeli-agreement__linkcontainer {
  display: block;
  text-align: right;
  margin-top: 24px;
}

ul.m-textlist {
  margin-bottom: 32px;
}

ul.m-textlist > li {
  font-size: 16px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-agreement {
    padding: 24px 0 60px;
  }

  .lp-adDeli-agreement .lp-adDeli-buttonArea {
    margin-bottom: 0;
  }

  .lp-adDeli-agreement__wrapper .a-image.u-dn-pc {
    display: block;
    max-width: 343px;
    margin: 0 auto;
  }

  .lp-adDeli-agreement__wrapper {
    padding: 0 16px;
    margin-bottom: 48px;
    width: 100%;
  }

  .lp-adDeli-agreement__content {
    padding: 40px 24px;
  }

  ul.m-textlist > li {
    font-size: 14px;
  }

  .lp-adDeli-agreement .lp-adDeli-textlink + .lp-adDeli-textlink {
    margin-top: 16px;
  }
}
/* \Agreement area */

/* FAQ Area*/
.lp-adDeli-faq {
  text-align: center;
  margin: 100px auto 20px;
  max-width: 840px;
}

.lp-adDeli-faq__linkcontainer {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.lp-adDeli-faq__link {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #eaeaea;
}

.lp-adDeli-faq__link + .lp-adDeli-faq__link {
  margin-top: 32px;
}

.lp-adDeli-faq__linktext {
  width: 100%;
  max-width: 763px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 1.85;
  flex: 1;
}

.lp-adDeli-faqicon {
  width: 25px;
  height: 40px;
  margin-right: 12px;
  background-image: url("../images/img-question.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.lp-adDeli-blankicon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/-/media/AeonCard/assets/images/icon/blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .lp-adDeli-faq {
    margin-top: 60px;
  }

  .lp-adDeli-blankicon {
    width: 28px;
    height: 28px;
  }
}
/* \FAQ Area*/

@keyframes lp-loading {
  50% {
    transform: scale(0.5);
  }
}
