@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap';

/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #333;
  text-size-adjust: none;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666vw;
  }
}

a {
  overflow: hidden;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: optimize-contrast;
}

img[width='1'][height='1'] {
  display: none;
}

@media screen and (min-width: 769px) {
  img {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.center {
  text-align: center;
}

/* Header
---------------------------------------------------- */
.Header {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI',
    'Hiragino Sans', Meiryo, sans-serif;
  border-top: #ec5506 solid 1.33vw;
}

.Header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12vw;
  padding-left: 5.33vw;
}

.Header-inner__logo {
  width: 28.53vw;
  margin-right: 4vw;
  margin-bottom: 0;
  font-size: 0;
}

.Header-inner__logo img {
  width: 100%;
}

.Header-inner__txt {
  width: 60.8vw;
  margin-bottom: 0;
  font-size: 8px;
  line-height: 1.4;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Header-inner__txt-row {
  display: flex;
  align-items: flex-start;
}

.Header-inner__txt-label {
  flex-shrink: 0;
}

.Header-inner__txt-val {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .Header {
    border-top: #ec5506 solid 10px;
  }

  .Header-inner {
    width: 100%;
    max-width: 960px;
    height: 80px;
    padding-left: 0;
    margin: 0 auto;
  }

  .Header-inner__logo {
    width: 214px;
    margin: 0 40px;
  }

  .Header-inner__txt {
    width: auto;
    padding-right: 20px;
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .Header-inner__txt {
    padding-right: 0;
  }
}

/* fv
---------------------------------------------------- */
.fv {
  line-height: 0.8;
  background: #f4f4f7;
}

.fv__slide {
  position: relative;
  display: none;
  width: 960px;
  margin: 0 auto 45px;
}

.campaign .fv__slide {
  width: 650px;
}

.fv .slick-initialized {
  display: block;
}

.fv__slide .slick-prev,
.fv__slide .slick-next {
  position: absolute;
  top: 50%;
  left: -22px;
  z-index: 1100; /* root: fv */
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -22px;
  overflow: hidden;
  text-indent: -999px;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eb5505;
  border-radius: 50%;
}

.fv__slide .slick-prev::before,
.fv__slide .slick-next::before {
  position: absolute;
  inset: 0 5px 0 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  border-top: 4px solid #eb5505;
  border-right: 4px solid #eb5505;
  transform: rotate(45deg);
}

.fv__slide .slick-prev::before {
  right: 0;
  left: 5px;
  transform: rotate(-135deg);
}

.fv__slide .slick-next {
  right: -22px;
  left: auto;
}

.fv__slide .slick-dots {
  position: absolute;
  right: 0;
  bottom: -31px;
  left: 0;
  display: flex;
  justify-content: center;
}

.fv__slide .slick-dots li {
  width: 9px;
  height: auto;
  margin: 0 4px;
}

.fv__slide .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  appearance: none;
  background: #d7d8df;
  border: 0;
  border-radius: 50%;
}

.fv__slide .slick-dots li button::before {
  display: none;
}

.fv__slide .slick-dots li.slick-active button {
  background: #7f8498;
}

.js-slick .slick-list {
  overflow: hidden;
}

.js-slick .slick-slide {
  float: left;
}

.slick-dotted.slick-slider {
  margin: 0 auto 3.3rem;
}

@media screen and (max-width: 768px) {
  .fv__slide {
    width: auto;
    margin: 0 auto 3.3rem;
  }

  .campaign .fv__slide {
    width: auto;
  }

  .fv__slide .slick-prev,
  .fv__slide .slick-next {
    left: 0;
    width: 3rem;
    height: 3rem;
    margin-top: -1.4rem;
  }

  .fv__slide .slick-prev::before,
  .fv__slide .slick-next::before {
    right: 0.5rem;
    width: 1.1rem;
    height: 1.1rem;
    border-top-width: 0.3rem;
    border-right-width: 0.3rem;
  }

  .fv__slide .slick-prev::before {
    left: 0.5rem;
  }

  .fv__slide .slick-next {
    right: 0;
    left: auto;
  }

  .campaign .fv__slide .slick-prev {
    right: auto;
    left: -4%;
  }

  .campaign .fv__slide .slick-next {
    right: -4%;
    left: auto;
  }

  .fv__slide .slick-dots {
    bottom: -2.4rem;
  }

  .fv__slide .slick-dots li {
    width: 0.9rem;
    height: auto;
    margin: 0 0.4rem;
  }

  .fv__slide .slick-dots li button {
    width: 0.9rem;
    height: 0.9rem;
  }
}

/* plan
---------------------------------------------------- */
.plan {
  width: 960px;
  padding: 21px 25px 21px 20px;
  margin: 0 auto 42px;
  background: #fff8d7;
}

.plan h2 {
  margin-bottom: 13px;
  text-align: center;
}

.plan form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.plan fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 388px;
}

.plan fieldset legend {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.plan fieldset + fieldset legend {
  padding-left: 38px;
}

.plan fieldset legend::before {
  position: absolute;
  top: -2px;
  left: 3px;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
  background: url(/lp/aupay/img/icon_birthday.png) no-repeat left top / 100%
    auto;
}

.plan fieldset + fieldset legend::before {
  top: 1px;
  background-image: url(/lp/aupay/img/icon_gender.png);
}

.plan .dob {
  width: 158px;
}

.plan .dob:nth-child(3),
.plan .dob:nth-child(4) {
  width: 108px;
}

.plan select {
  width: 100%;
  height: 49px;
  padding: 0 10px;
  font-size: 18px;
  color: inherit;
  appearance: none;
  background: #fefaff url(/lp/aupay/img/icon_arrow_select.svg) no-repeat right
    10px center / 13px auto;
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.plan fieldset legend span {
  font-size: 18px;
}

.plan #gender {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gender {
  width: 120px;
}

.plan #gender input[type='radio'] {
  position: absolute;
  visibility: hidden;
  width: 0;
  opacity: 0;
}

.plan #gender label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 49px;
  padding-left: 43px;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: #fefaff;
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.plan #gender label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: '';
  border: 1px solid #aaa;
  border-radius: 50%;
}

.plan #gender input[type='radio']:checked + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  content: '';
  background: #eb5505;
  border-radius: 50%;
}

.plan fieldset + fieldset {
  width: 251px;
}

.plan button {
  position: relative;
  width: 240px;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  color: #fff;
  background: #f86200;
  border: 1px solid #b94702;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #b94702;
}

.plan button:disabled {
  opacity: 0.5;
}

.plan button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  width: 26px;
  height: 33px;
  margin: auto 0;
  content: '';
  background: url(/lp/aupay/img/plan_icon_btn_01.png) no-repeat left top / 100%
    auto;
}

.plan button::after {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  content: '';
  background: url(/lp/aupay/img/plan_icon_btn_02.png) no-repeat left top / 100%
    auto;
}

@media screen and (max-width: 768px) {
  .plan {
    width: auto;
    padding: 1.4rem 2.4rem 2.3rem;
    margin: 0 auto 2.6rem;
  }

  .plan h2 {
    position: relative;
    left: 0.2rem;
    width: 22.15rem;
    margin: 0 auto 0.8rem;
  }

  .plan form {
    display: block;
  }

  .plan fieldset {
    width: auto;
  }

  .plan fieldset legend {
    padding-left: 3.4rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }

  .plan fieldset + fieldset legend {
    padding-left: 3.4rem;
  }

  .plan fieldset legend::before {
    top: 0.2rem;
    left: 0.3rem;
    width: 2.05rem;
    height: 2.05rem;
  }

  .plan fieldset + fieldset legend::before {
    top: 0.3rem;
    left: 0.5rem;
    background-image: url(/lp/aupay/img/icon_gender.png);
  }

  .plan .dob {
    width: 13.9rem;
  }

  .plan .dob:nth-child(3),
  .plan .dob:nth-child(4) {
    width: 8.7rem;
  }

  .plan select {
    height: 3.9rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    background: #fefaff url(/lp/aupay/img/icon_arrow_select.svg) no-repeat right
      0.6rem center / 1rem auto;
    border-radius: 0.3rem;
  }

  .plan fieldset legend span {
    font-size: 1.65rem;
  }

  .plan #gender {
    display: flex;
    justify-content: space-between;
  }

  .gender {
    width: auto;
  }

  .plan #gender label {
    width: 15.7rem;
    height: 3.85rem;
    padding-left: 4.3rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
  }

  .plan #gender label::before {
    left: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .plan #gender input[type='radio']:checked + label::after {
    left: 1.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .plan fieldset + fieldset {
    width: auto;
    margin: 0.8rem 0 2rem;
  }

  .plan button {
    width: calc(100% - 0.2rem);
    height: 5.3rem;
    font-size: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0.2rem 0.2rem 0 #b94702;
  }

  .plan button::before {
    left: 2.1rem;
    width: 2.75rem;
    height: 3.6rem;
  }

  .plan button::after {
    right: 1.4rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}

/* campaign
---------------------------------------------------- */
.campaign {
  margin-bottom: 53px;
  font-feature-settings: 'palt';
  text-align: center;
}

.campaign h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  color: #eb5505;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 0 2.5rem;
    margin-bottom: 4.7rem;
  }

  .campaign h2 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}

/* merit
---------------------------------------------------- */
.merit {
  font-feature-settings: 'palt';
}

.merit__ttl {
  width: 524px;
}

.merit h2 {
  padding-left: 15px;
  margin-bottom: 35px;
  text-align: center;
}

.merit_nav {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 63px;
}

.merit_nav li {
  width: 232px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .merit_nav {
    justify-content: center;
  }

  .merit_nav li {
    margin: 0 5px;
  }
}

.merit_nav li a {
  position: relative;
  display: block;
  padding: 9px 17px 9px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #242424;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fefaff;
  border: 1px solid #eb5505;
  border-radius: 5px;
}

.merit_nav li a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 5px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  content: '';
  border-top: 2px solid #ec5b0e;
  border-right: 2px solid #ec5b0e;
  transform: rotate(135deg);
}

.merit_item {
  width: 960px;
  margin: 0 auto 45px;
}

.merit_item h3 {
  position: relative;
  padding: 17px 0;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 500;
  color: #eb5505;
  text-align: center;
  letter-spacing: 0.065em;
  background: #fff8d7;
  border-radius: 39px;
}

.merit_item:nth-of-type(2) h3 span:last-child > img {
  width: 72px;
  margin: 0 3px;
  vertical-align: 1px;
}

.merit_item h3 span:first-child {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0;
  display: block;
  width: 211px;
  padding-left: 17px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}

.merit_item h3 span:first-child img {
  margin-left: 8px;
  vertical-align: -15px;
}

.merit_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.06em;
}

.merit_lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: fit-content;
  margin: 42px auto 25px;
}

.merit_lineup a {
  display: block;
  transform: translateY(0);
}

.merit_lineup a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

.merit_note {
  width: 656px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.4;
  color: #242424;
  letter-spacing: 0.05em;
}

.merit_note li::before {
  margin: 0 2px;
  content: '・';
}

.merit_ponta_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px 0 0;
}

.merit_ponta_head figure {
  width: 240px;
  margin-right: 44px;
}

.merit_ponta_txt {
  padding-bottom: 10px;
  text-align: center;
}

.merit_ponta_txt h4 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  color: #eb5505;
  letter-spacing: 0.03em;
}

.merit_ponta_txt h4 img:nth-of-type(1) {
  width: 10px;
  margin: 0 7px;
  vertical-align: -1px;
}

.merit_ponta_txt h4 img:nth-of-type(2) {
  vertical-align: 1px;
}

.merit_ponta_txt p a {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  border-bottom: 1px solid #242424;
}

.merit_ponta_target {
  margin: 34px 0 0;
}

.merit_ponta_target .merit_note {
  width: 660px;
}

.merit_ponta_target .merit_note li {
  margin-right: -20px;
}

.merit_ponta_pr {
  width: 830px;
  margin: 50px auto 0;
}

.merit_ponta_pr_txt {
  position: relative;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.06em;
}

.merit_ponta_pr_txt::before {
  position: absolute;
  top: 5px;
  left: 3px;
  box-sizing: border-box;
  display: block;
  width: 34px;
  height: 21px;
  content: '';
  background: url(/lp/aupay/img/merit_ponta_pr.svg) no-repeat center center /
    21px auto;
  border: 2px solid #eb5505;
  border-radius: 3px;
}

.merit_ponta_pr_txt::after {
  position: absolute;
  right: -60px;
  bottom: 0;
  display: block;
  width: 266px;
  height: 132px;
  content: '';
  background:
    url(/lp/aupay/img/merit_ponta_img.png) no-repeat left top / 230px auto,
    url(/lp/aupay/img/merit_ponta_copy.svg) no-repeat right bottom / 52px auto;
}

.merit_ponta_pr_txt span {
  font-weight: bold;
  color: #eb5505;
}

.merit_ponta_pr_txt img {
  width: 13px;
  vertical-align: -2px;
}

.merit_ponta_pr_point {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}

.merit_ponta_pr_point li {
  position: relative;
  width: 401px;
  padding: 19px 10px 21px 82px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.65;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #ff9123;
  border-radius: 10px;
}

.merit_ponta_pr_point li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 41px;
  display: block;
  width: 50px;
  height: 64px;
  margin: auto 0;
  content: '';
  background: url(/lp/aupay/img/merit_ponta_icon01.png) no-repeat left top /
    100% auto;
}

.merit_ponta_pr_point li + li {
  padding-left: 100px;
}

.merit_ponta_pr_point li + li::before {
  left: 37px;
  width: 65px;
  height: 47px;
  background-image: url(/lp/aupay/img/merit_ponta_icon02.png);
}

.merit_ponta_pr_point li + li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding-left: 2px;
  margin: auto 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 35px;
  color: #ff9123;
  content: '+';
  background: #fff5af;
  border: 2px solid #ff9123;
  border-radius: 50%;
}

.merit_ponta_pr_point li span {
  display: block;
  font-weight: 500;
  color: #fff5af;
}

.merit_ponta_pr_point li span img {
  width: 7px;
  margin: 0 3px;
  vertical-align: -2px;
}

.merit_ponta_pr .merit_note {
  margin: 17px 0 0 135px;
}

.merit_online {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}

.merit_online > li {
  width: 448px;
}

.merit_online li h4 {
  padding: 13px 5px;
  margin: 21px 0 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #ff9123;
  border-radius: 26px;
}

.merit_online_txt {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}

.merit_online .merit_note {
  width: auto;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .merit h2 {
    padding-left: 0;
    margin: 0 2.5rem 1.8rem;
  }

  .merit_nav {
    flex-wrap: wrap;
    width: auto;
    margin: 0 2.5rem 3.2rem;
  }

  .merit_nav li {
    width: 15.9rem;
    margin-bottom: 1.1rem;
  }

  .merit_nav li a {
    padding: 0.6rem 17px 0.6rem 10px;
    font-size: 1.3rem;
    line-height: 1.25;
    border-radius: 0.5rem;
  }

  .merit_nav li a::after {
    right: 1rem;
    bottom: 0.5rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top-width: 0.21rem;
    border-right-width: 0.21rem;
  }

  .merit_item {
    width: auto;
    margin: 0 auto 5.7rem;
  }

  .merit_item h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 7.2rem;
    padding: 1rem 1rem 1rem 8.3rem;
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.06em;
    border-radius: 0;
  }

  .merit_item:nth-of-type(3) h3 {
    letter-spacing: 0.02em;
  }

  .merit_item:nth-of-type(2) h3 span:last-child > img {
    width: 5.1rem;
    margin: 0 0.1rem;
    vertical-align: 0.1rem;
  }

  .merit_item h3 span:first-child {
    top: 1rem;
    width: auto;
    padding-left: 2.5rem;
    font-size: 1.1rem;
  }

  .merit_item h3 span:first-child img {
    display: block;
    width: auto;
    height: 2.5rem;
    margin: 0.5rem auto 0;
  }

  .merit_txt {
    font-size: 1.5rem;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }

  .merit_lineup {
    grid-template-columns: repeat(1, 1fr);
    margin: 2.2rem 2.4rem 2rem;
  }

  .merit_note {
    width: auto;
    margin: 0 2.4rem;
    font-size: 1.1rem;
    line-height: 1.35;
  }

  .merit_note li::before {
    margin: 0 0.2rem;
  }

  .merit_ponta_head {
    width: 32.7rem;
    padding: 0.7rem 0 0;
    margin: 0 auto;
  }

  .merit_ponta_head figure {
    width: 16.2rem;
    margin-right: 1rem;
  }

  .merit_ponta_txt {
    flex: 1;
    padding-bottom: 0.9rem;
  }

  .merit_ponta_txt h4 {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .merit_ponta_txt h4 img:nth-of-type(1) {
    width: 0.65rem;
    margin: 0 0.4rem;
    vertical-align: -0.1rem;
  }

  .merit_ponta_txt h4 img:nth-of-type(2) {
    width: 4.75rem;
    vertical-align: 0.1rem;
  }

  .merit_ponta_txt p a {
    font-size: 1.1rem;
  }

  .merit_ponta_target {
    width: 34.2rem;
    margin: 2.2rem auto 0;
  }

  .merit_ponta_target .merit_note {
    width: auto;
    margin: 0 2rem;
  }

  .merit_ponta_target .merit_note li {
    margin-right: 0;
  }

  .merit_ponta_pr {
    width: 32.65rem;
    margin: 4.2rem auto 0;
  }

  .merit_ponta_pr_txt {
    padding-top: 0.4rem;
    padding-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .merit_ponta_pr_txt span:first-child {
    display: inline-block;
    margin-bottom: 0.6rem;
  }

  .merit_ponta_pr_txt::before {
    top: 0.4rem;
    left: 0;
    width: 4rem;
    height: 2.5rem;
    background-size: 2.6rem auto;
    border-width: 0.1rem;
    border-radius: 0.2rem;
  }

  .merit_ponta_pr_txt::after {
    position: relative;
    top: -0.4rem;
    right: auto;
    bottom: auto;
    width: auto;
    height: 9.7rem;
    margin-right: 0.4rem;
    background:
      url(/lp/aupay/img/merit_ponta_img.png) no-repeat center bottom / 18.4rem
        auto,
      url(/lp/aupay/img/merit_ponta_copy.svg) no-repeat right 0.2rem bottom
        0.3rem / 4.35rem auto;
  }

  .merit_ponta_pr_txt img {
    width: 1.2rem;
    margin: 0 0.2rem;
    vertical-align: -0.1rem;
  }

  .merit_ponta_pr_point {
    margin-top: 0.9rem;
  }

  .merit_ponta_pr_point li {
    width: 15.9rem;
    padding: 0.5rem 0 0.8rem;
    font-size: 1.3rem;
    line-height: 1.35;
    border-radius: 1rem;
  }

  .merit_ponta_pr_point li::before {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 3.65rem;
    height: 4.7rem;
    margin: 0 auto 0.5rem;
  }

  .merit_ponta_pr_point li + li {
    padding-top: 1.2rem;
    padding-left: 0;
  }

  .merit_ponta_pr_point li + li::before {
    left: auto;
    width: 5.2rem;
    height: 3.7rem;
    margin-bottom: 0.7rem;
  }

  .merit_ponta_pr_point li + li::after {
    left: -1.85rem;
    width: 2.7rem;
    height: 2.7rem;
    padding-left: 0;
    font-size: 2.543rem;
    line-height: 2.2rem;
    border-width: 0.1rem;
  }

  .merit_ponta_pr_point li span img {
    width: 0.5rem;
    margin: 0 0.3rem;
    vertical-align: -0.1rem;
  }

  .merit_ponta_pr .merit_note {
    padding-bottom: 0.8rem;
    margin: 1.2rem 0 0;
  }

  .merit_online {
    display: block;
    width: 32.8rem;
    margin: 0 auto;
    margin-top: 3.4rem;
  }

  .merit_online > li {
    width: auto;
  }

  .merit_online > li + li {
    margin-top: 4.7rem;
  }

  .merit_online li h4 {
    padding: 0.8rem 0.5rem;
    margin: 1.5rem 0 1.2rem;
    font-size: 1.8rem;
    line-height: 1.3;
    border-radius: 3.2rem;
  }

  .merit_online > li + li h4 {
    padding: 1.05rem 0.5rem;
  }

  .merit_online_txt {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.55;
  }

  .merit_online > li + li .merit_online_txt {
    letter-spacing: 0.1em;
  }

  .merit_online .merit_note {
    width: auto;
    padding-bottom: 1rem;
    margin: 1.2rem 1rem 0;
  }
}

/* button
---------------------------------------------------- */
.button {
  padding: 49px 20px 32px;
  font-feature-settings: 'palt';
  background: #fff8d7;
}

.button_lifenet,
.button_document {
  width: 827px;
  padding: 20px 20px 23px;
  margin: 0 auto 34px;
  background: #fff;
  border: 1px solid #d6d8e0;
  border-radius: 10px;
}

.button_lifenet h2,
.button_document h2 {
  max-width: 706px;
  padding-bottom: 14px;
  margin: 0 auto 16px;
  font-size: 24px;
  font-weight: 500;
  color: #eb5505;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d6d8e0;
}

.button_document h2 {
  padding-bottom: 8px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
}

.button_lifenet p,
.button_document p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.button_lifenet figure {
  position: relative;
  left: 12px;
  width: 414px;
  margin: 25px auto 15px;
}

.button_lifenet figure + p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.button_document_btn {
  width: 500px;
  margin: 24px auto 12px;
}

.button_document_btn a,
.button_estimate_btn a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding-bottom: 3px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #00939d;
  border: 1px solid #006168;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #006168;
}

.button_document_btn a::before,
.button_estimate_btn a::before {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  display: block;
  width: 29px;
  height: 29px;
  margin: auto 0;
  content: '';
  background: #fff;
  border-radius: 50%;
}

.button_document_btn a::after,
.button_estimate_btn a::after {
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto 0;
  content: '';
  border-top: 3px solid #00939d;
  border-right: 3px solid #00939d;
  transform: rotate(45deg);
}

.button_document_btn a > img,
.button_estimate_btn a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52px;
  width: 36px;
  margin: auto 0;
}

.button_estimate {
  position: relative;
  max-width: 827px;
  padding-bottom: 19px;
  margin: 49px auto 16px;
  text-align: center;
}

.button_estimate::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 141px;
  height: 148px;
  content: '';
  background: url(/lp/aupay/img/button_estimate_img.png) no-repeat left top /
    100% auto;
}

.button_estimate h2 {
  font-size: 18px;
  font-weight: 500;
  color: #eb5505;
  letter-spacing: 0.05em;
}

.button_estimate_btn {
  width: 500px;
  margin: 15px auto 12px;
}

.button_estimate_btn a {
  flex-direction: column;
  font-size: 15px;
  background: #f86200;
  border-color: #b94702;
  box-shadow: 3px 3px 0 #b94702;
}

.button_estimate_btn a span {
  font-size: 28px;
}

.button_estimate_btn a span img {
  margin-right: 5px;
  vertical-align: -2px;
}

.button_estimate_btn a::after {
  border-color: #f86200;
}

@media screen and (max-width: 768px) {
  .button {
    padding: 3.4rem 2.4rem 32px;
  }

  .button_lifenet,
  .button_document {
    width: auto;
    padding: 1.5rem 1.2rem 3.2rem;
    margin: 0 auto 2.9rem;
    border-radius: 0.8rem;
  }

  .button_document {
    padding: 1.5rem 1.2rem;
  }

  .button_lifenet h2,
  .button_document h2 {
    padding-bottom: 0.9rem;
    margin: 0 auto 1.8rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .button_document h2 {
    padding-bottom: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }

  .button_lifenet p,
  .button_document p {
    font-size: 1.5rem;
  }

  .button_lifenet figure {
    left: 0.6rem;
    width: 27.85rem;
    margin: 2rem auto;
  }

  .button_lifenet figure + p {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .button_document_btn {
    width: auto;
    padding-right: 0.3rem;
    margin: 1.7rem auto 12px;
  }

  .button_document_btn a,
  .button_estimate_btn a {
    height: 5rem;
    padding: 0 0 0.3rem 1rem;
    font-size: 2rem;
    border-radius: 0.5rem;
  }

  .button_document_btn a::before,
  .button_estimate_btn a::before {
    right: 1.4rem;
    width: 2rem;
    height: 2rem;
  }

  .button_document_btn a::after,
  .button_estimate_btn a::after {
    right: 2.1rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top-width: 0.21rem;
    border-right-width: 0.21rem;
  }

  .button_document_btn a > img,
  .button_estimate_btn a > img {
    left: 2rem;
    width: 2.4rem;
  }

  .button_estimate_btn a > img {
    left: 2.3rem;
    width: 3.1rem;
  }

  .button_estimate {
    padding-bottom: 0;
    margin: 4.5rem auto 16px;
  }

  .button_estimate::before {
    top: -2.9rem;
    bottom: auto;
    left: 0;
    width: 8.55rem;
    height: 8.9rem;
  }

  .button_estimate h2 {
    padding-left: 9.7rem;
    font-size: 1.8rem;
    line-height: 1.35;
    text-align: left;
  }

  .button_estimate_btn {
    width: auto;
    padding-right: 0.3rem;
    margin: 2rem auto 12px;
  }

  .button_estimate_btn a {
    height: 5.8rem;
    padding-top: 0.2rem;
    padding-left: 0;
    font-size: 1.3rem;
  }

  .button_estimate_btn a span {
    margin-top: 0.1rem;
    font-size: 2rem;
  }

  .button_estimate_btn a span img {
    width: 2.9rem;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
  }
}

/* flow
---------------------------------------------------- */
.flow {
  width: 960px;
  padding: 93px 0 69px;
  margin: 0 auto;
  font-feature-settings: 'palt';
}

.flow h2 {
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 500;
  color: #eb5505;
  text-align: center;
  letter-spacing: 0.05em;
}

.flow h3 {
  position: relative;
  padding: 17px 10px 18px;
  margin-bottom: 33px;
  font-size: 28px;
  font-weight: 500;
  color: #eb5505;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff8d7;
  border-radius: 39px;
}

.flow h3::after {
  position: absolute;
  right: 93px;
  bottom: 0;
  display: block;
  width: 116px;
  height: 126px;
  content: '';
  background: url(/lp/aupay/img/flow_img01.png) no-repeat left bottom / 100%
    auto;
}

.flow_lead {
  width: 725px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}

.flow_list {
  width: 826px;
  margin: 53px auto 0;
  border-top: 1px solid #d6d8e0;
}

.flow_list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 13px 45px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d8e0;
}

.flow_list li figure {
  width: 84px;
}

.flow_txt {
  flex: 1;
  padding: 0 0 0 19px;
  margin-top: -6px;
}

.flow_list li:nth-child(1) .flow_txt {
  padding-top: 12px;
  margin-top: 0;
}

.flow_list li:nth-child(4) .flow_txt,
.flow_list li:nth-child(5) .flow_txt {
  padding-top: 8px;
  margin-top: 0;
}

.flow_list li:nth-child(6) {
  padding-top: 7px;
  margin-bottom: 11px;
}

.flow_list li:nth-child(6) .flow_txt {
  padding-top: 6px;
}

.flow_step img {
  width: auto;
  height: 18.5px;
}

.flow_txt h4 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.flow_txt h4 span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.flow_notice {
  position: relative;
  width: 595px;
  padding: 6px 5px 6px 42px;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #eb5505;
  letter-spacing: 0.06em;
  border: 1px solid #eb5505;
  border-radius: 10px;
}

.flow_notice::before {
  position: absolute;
  top: 8px;
  left: 11px;
  box-sizing: border-box;
  display: block;
  width: 19px;
  height: 19px;
  padding-left: 2px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  content: '!';
  background: #eb5505;
  border-radius: 50%;
}

.flow_mail {
  position: relative;
  width: 512px;
  padding: 8px 10px 8px 51px;
  margin: 15px 0 4px;
  border: 1px solid #00939d;
  border-radius: 10px;
}

.flow_mail::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  width: 24.5px;
  height: 36.5px;
  margin: auto 0;
  content: '';
  background: url(/lp/aupay/img/flow_img02.png) no-repeat left top / 100% auto;
}

.flow_mail h5 {
  margin-bottom: 1px;
  font-size: 16px;
  color: #00939d;
  letter-spacing: 0.05em;
}

.flow_mail p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.flow_link {
  width: 476px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
}

.flow_link a {
  font-weight: 500;
  color: #eb5505;
  letter-spacing: 0.05em;
}

.flow_link a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  content: '';
  border-color: transparent transparent transparent #eb5505;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

.flow_link a span {
  padding-bottom: 1px;
  border-bottom: 1px solid #eb5505;
}

@media screen and (max-width: 768px) {
  .flow {
    width: auto;
    padding: 5.1rem 0 6rem;
  }

  .flow h2 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }

  .flow h3 {
    width: 35rem;
    padding: 1rem 5.5rem 1rem 1rem;
    margin: 0 auto 2.5rem;
    font-size: 2rem;
    line-height: 1.25;
    border-radius: 3.6rem;
  }

  .flow h3::after {
    right: 2.7rem;
    bottom: -0.1rem;
    width: 7.3rem;
    height: 8rem;
  }

  .flow_lead {
    width: auto;
    margin: 0 2.5rem;
    font-size: 1.5rem;
    line-height: 1.55;
    text-align: left;
  }

  .flow_list {
    width: auto;
    margin: 2.6rem 2.5rem 0;
  }

  .flow_list li {
    padding: 1.4rem 0 1.3rem;
    margin-bottom: 0.3rem;
  }

  .flow_list li:nth-child(2),
  .flow_list li:nth-child(3) {
    margin-bottom: 0.5rem;
  }

  .flow_list li figure {
    width: 6.1rem;
  }

  .flow_txt {
    padding: 0 0 0 1.4rem;
    margin-top: -0.6rem;
  }

  .flow_list li:nth-child(1) .flow_txt {
    padding-top: 0;
    margin-top: -0.5rem;
  }

  .flow_list li:nth-child(4) .flow_txt,
  .flow_list li:nth-child(5) .flow_txt {
    padding-top: 0;
    margin-top: -0.4rem;
  }

  .flow_list li:nth-child(6) {
    padding-top: 1.4rem;
    margin-bottom: 1.1rem;
  }

  .flow_list li:nth-child(6) .flow_txt {
    padding-top: 0;
  }

  .flow_step img {
    height: 1.5rem;
  }

  .flow_txt h4 {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.35;
  }

  .flow_txt h4 span {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }

  .flow_notice {
    width: auto;
    padding: 0.6rem 0.5rem 0.5rem 3.5rem;
    margin: 1rem 0 0.5rem -7.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
  }

  .flow_notice::before {
    top: 0.6rem;
    left: 1.1rem;
    width: 1.7rem;
    height: 1.7rem;
    padding-left: 0;
    font-size: 1.1095rem;
    line-height: 1.7rem;
  }

  .flow_mail {
    width: auto;
    padding: 0.5rem 1rem 0.9rem 4.8rem;
    margin: 1.7rem 0 4px -7.5rem;
    border-radius: 0.5rem;
  }

  .flow_mail::before {
    left: 1.2rem;
    width: 2.45rem;
    height: 3.65rem;
  }

  .flow_mail h5 {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .flow_mail p {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .flow_link {
    width: auto;
    margin: -0.2rem 2.5rem 0;
    font-size: 1.3rem;
  }

  .flow_link a::before {
    margin-right: 0.5rem;
    border-width: 0.5rem 0 0.5rem 0.6rem;
  }
}

/* faq
---------------------------------------------------- */
.faq {
  padding: 44px 20px 36px;
  font-feature-settings: 'palt';
  background: #f4f4f7;
}

.faq h2 {
  position: relative;
  width: 830px;
  margin: 0 auto 36px;
  font-size: 38px;
  font-weight: 500;
  color: #eb5505;
  text-align: center;
  letter-spacing: 0.04em;
}

.faq h2::before {
  position: absolute;
  top: -66px;
  right: 82px;
  display: block;
  width: 98px;
  height: 159px;
  content: '';
  background: url(/lp/aupay/img/faq_img.png) no-repeat left top / 100% auto;
}

.faq_item {
  position: relative;
  width: 830px;
  margin: 0 auto 36px;
  background: #fff;
  border: 1px solid #d6d8e0;
  border-radius: 10px;
}

.faq_question {
  position: relative;
  padding: 19px 20px 21px 89px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  background: url(/lp/aupay/img/faq_icon01.svg) no-repeat 30px 18px / 41px auto;
  transition: opacity 0.3s;
}

.faq_question::after {
  position: absolute;
  top: 6px;
  right: 29px;
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: #eb5505;
  content: '+';
}

.faq_question.open::after {
  top: 37px;
  right: 31px;
  width: 18px;
  height: 2px;
  content: '';
  background: #eb5505;
}

.faq_answer {
  display: none;
  padding: 21px 65px 25px 80px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background: url(/lp/aupay/img/faq_icon02.svg) no-repeat 30px 15px / 41px auto;
  border-top: 1px solid #d6d8e0;
}

.faq_answer p + p {
  margin-top: 27px;
}

@media screen and (min-width: 769px) {
  .faq_question:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 3.4rem 2.4rem 1.7rem;
  }

  .faq h2 {
    width: auto;
    margin: 0 auto 2.9rem;
    font-size: 2.4rem;
  }

  .faq h2::before {
    top: -4.6rem;
    right: 0.3rem;
    width: 6.1rem;
    height: 11.2rem;
  }

  .faq_item {
    width: auto;
    margin: 0 auto 3.3rem;
    border-radius: 0.5rem;
  }

  .faq_question {
    padding: 1.2rem 7rem 0.9rem 4.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    background: url(/lp/aupay/img/faq_icon01.svg) no-repeat 1.1rem 1.4rem /
      2.5rem auto;
  }

  .faq_item:nth-of-type(2) .faq_question {
    letter-spacing: 0.05rem;
  }

  .faq_item:nth-of-type(3) .faq_question {
    padding: 1.2rem 5rem 0.9rem 4.5rem;
    letter-spacing: 0.05rem;
  }

  .faq_question::after {
    top: 0.8rem;
    right: 1.5rem;
    font-size: 3.5rem;
  }

  .faq_question.open::after {
    top: 3.4rem;
    right: 1.8rem;
    width: 1.6rem;
    height: 0.21rem;
  }

  .faq_answer {
    padding: 1.5rem 1.5rem 25px 4.5rem;
    font-size: 1.3rem;
    line-height: 1.52;
    letter-spacing: 0.05em;
    background: url(/lp/aupay/img/faq_icon02.svg) no-repeat 1.1rem 1.2rem /
      2.5rem auto;
  }

  .faq_answer p + p {
    margin-top: 2rem;
  }
}

/* notes
---------------------------------------------------- */
.notes {
  width: 958px;
  margin: 0 auto 38px;
}

.notes__no {
  margin: 11px -3px 0;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.03em;
}

.notes__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  font-feature-settings: 'palt';
}

.notes__link li {
  width: 459px;
  padding-top: 20px;
}

.notes__link li:first-child,
.notes__link li:nth-child(2) {
  padding-top: 0;
}

.notes__link li:nth-last-child(-n + 2) {
  width: 100%;
  max-width: 100%;
}

.notes__link li:nth-last-child(-n + 2) span {
  display: block;
  max-width: 600px;
  margin: 0;
}

.notes__link li:nth-last-child(-n + 4) a span::after {
  padding-left: 5px;
  content: url(/shared/img/ico_window.svg);
}

.notes__link li a {
  display: block;
  padding: 11px;
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  text-align: left;
  letter-spacing: 0.05em;
  border: 1px solid #d6d8e0;
  border-radius: 27px;
}

.notes__link li a span::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  vertical-align: -7px;
  content: '';
  background: url(/lp/aupay/img/notes_arrow.png) no-repeat left top / 100% auto;
}

@media screen and (max-width: 768px) {
  .notes {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: auto;
    margin: 3.65rem 2.5rem 1.2rem;
  }

  .notes__no {
    order: 2;
    margin: 4rem 0 0;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }

  .notes__link {
    display: block;
    order: 1;
    margin-top: 1rem;
  }

  .notes__link li {
    width: auto;
    padding-top: 0 !important;
  }

  .notes__link li + li {
    margin-top: 1.5rem;
  }

  .notes__link li a {
    position: relative;
    padding: 0.8rem 0.8rem 0.8rem 4rem;
    font-size: 1.3rem;
    text-align: left;
    border-radius: 2rem;
  }

  .notes__link li:last-child a {
    text-align: left;
  }

  .notes__link li:nth-last-child(-n + 2) a span::before {
    top: 1.5rem;
  }

  .notes__link li a span::before {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.8rem;
    vertical-align: -0.4rem;
  }
}

@media screen and (max-width: 600px) {
  .notes__link li a span::before {
    left: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .notes__link li a span::before {
    left: 1.9rem;
  }
}

/* copyright
---------------------------------------------------- */
.copyright {
  padding: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  background: #484f65;
}

@media screen and (width <= 768px) {
  .copyright {
    padding: 2.5rem 0.5rem;
    margin-bottom: 10rem;
    font-size: 1rem;
  }
}

/* consideration (ported from life19 for cta--sticky)
---------------------------------------------------- */
.consideration__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem 0 0;
  font-weight: 700;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  transition: 0.3s opacity;
}

@media screen and (width <= 768px) {
  .consideration__cta-button {
    height: 46px;
    padding-bottom: 0.2rem;
    font-size: 1.2rem;
    border-radius: 6px;
  }
}

.consideration__cta-button::before {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto 0;
  content: '';
  background: #fff;
  border-radius: 50%;
}

@media screen and (width <= 768px) {
  .consideration__cta-button::before {
    right: 7px;
    width: 16px;
    height: 16px;
  }
}

.consideration__cta-button::after {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: '';
  border-top: 2px solid #f86200;
  border-right: 2px solid #f86200;
  transform: rotate(45deg);
}

@media screen and (width <= 768px) {
  .consideration__cta-button::after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
}

.consideration__cta-button:hover {
  color: #fff;
  opacity: 0.8;
}

.consideration__cta-button--estimate {
  color: #fff;
  background-color: #f9893f;
  border-color: #ca7541;
  box-shadow: 3px 3px 0 #ca7541;
}

.consideration__cta-button--diagnosis {
  color: #fff;
  background-color: #3faeb5;
  border-color: #3f888d;
  box-shadow: 3px 3px 0 #3f888d;
}

.consideration__cta-button--diagnosis::after {
  border-top: 2px solid #3faeb5;
  border-right: 2px solid #3faeb5;
}

/* cta--sticky (ported from life3)
---------------------------------------------------- */
.cta--sticky {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 4;
  padding: 0;
  background-color: #fff;
  transition: 0.4s bottom ease-in-out;
}

@media screen and (width <= 768px) {
  .cta--sticky {
    bottom: -26vw;
    height: 24vw;
    padding: 2% 6%;
  }
}

.cta--sticky .cta__inner {
  height: 100%;
}

.cta--sticky .cta__list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (width <= 768px) {
  .cta--sticky .cta__list {
    justify-content: space-between;
  }
}

.cta--sticky .cta__item {
  width: 48%;
  margin-right: 0;
  margin-left: 0;
}

.cta--sticky .cta__button-balloon {
  height: auto;
  text-align: center;
}

.cta--sticky .cta__button-balloon img {
  vertical-align: middle;
}

.cta--sticky .cta__button-balloon--choice {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
}

.cta--sticky .consideration__cta-button {
  height: 40px;
  font-size: 1.2rem;
}

@media screen and (width <= 768px) {
  .cta--sticky .consideration__cta-button::after {
    right: 12px;
  }
}

.cta-sticky-show .cta--sticky {
  bottom: 0;
}
