.payday_apple_exclusive {
  background-color: #ffe9ef;
  color: #000;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .payday_apple_exclusive {
    border: 0.2rem #29abe2 solid;
    font-size: 1.5rem;
    padding: 3rem 1rem;
    border-radius: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .payday_apple_exclusive {
    border: 0.5rem #29abe2 solid;
    font-size: 2rem;
    padding: 3rem;
    border-radius: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.payday_apple_exclusive__nomg {
  margin-top: 0;
}
.payday_apple_exclusive .exclusive_title {
  margin-bottom: 1em;
  color: #ffb8cd;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .payday_apple_exclusive .exclusive_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .payday_apple_exclusive .exclusive_title {
    font-size: 3.4rem;
  }
}
.payday_apple_exclusive .exclusive_title span {
  padding-bottom: 0.6rem;
  background: linear-gradient(0deg, rgba(229, 159, 17, 0) 0%, rgba(252, 237, 239, 0) 14%, rgb(228, 156, 10) 15%, rgb(249, 222, 136) 35%, rgba(229, 159, 17, 0) 31%, rgba(252, 237, 239, 0) 100%);
}
.payday_apple_exclusive p {
  margin-bottom: 1em;
}
.payday_apple_exclusive p.exclusive_note {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
}
.payday_apple_exclusive .exclusive_content .text_red {
  text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
}
.payday_apple_exclusive .exclusive_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .payday_apple_exclusive .exclusive_contact {
    flex-direction: column;
  }
}
.payday_apple_exclusive .exclusive_contact a {
  background: #ecc22d;
  color: #000;
  padding: 1rem 3rem;
  border-radius: 3rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .payday_apple_exclusive .exclusive_contact a {
    width: 27rem;
    box-shadow: 0 0.4rem 0 #232222;
    transform: translateY(-0.4rem);
  }
  .payday_apple_exclusive .exclusive_contact a[href="#payday_apple"] {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .payday_apple_exclusive .exclusive_contact a {
    box-shadow: 0 0.2rem 0 #232222;
  }
}
.payday_apple_exclusive .exclusive_contact a:hover {
  box-shadow: 0 0.4rem 0 #232222;
  transform: translateY(-0.4rem);
}
.payday_apple_exclusive .exclusive_contact a:active {
  transition: 0.1s;
  box-shadow: 0 0 0 #232222;
  transform: translateY(0);
}
.payday_apple_exclusive .exclusive_contact a.mail {
  background-color: #ff9900;
  background: linear-gradient(95.34deg, #ff813a -6.12%, #ecc22d 95.66%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .payday_apple_exclusive .exclusive_contact a.mail {
    font-size: 2.4rem;
    padding: 0.5rem 3rem 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .payday_apple_exclusive .exclusive_contact a.mail {
    padding: 0.25rem 3rem 0.5rem;
    font-size: 3rem;
  }
}
.payday_apple_exclusive .exclusive_contact a.mail svg {
  display: inline-block;
  margin-left: 1rem;
  transform: scale(1.2);
}

.text_red {
  color: #f00;
}

.smartpay-support {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 2rem;
}

.apply-content > .smartpay-support {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .apply-content > .smartpay-support {
    margin-top: -2rem;
  }
  .apply-content > .smartpay-support + .table-apply {
    margin-top: 0;
  }
}

.tab {
  display: none;
}
.tab.current {
  display: block;
}
.tab.current + .form-action .previous {
  display: flex !important;
}
.tab.current + .form-action .submit {
  display: flex !important;
}

.apply .apply-content .group_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}
.apply .apply-content .group_button button {
  margin-left: inherit;
  margin-right: inherit;
}

@media screen and (max-width: 767px) {
  .apply .apply-content button.next {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.formFile__wrapper .formFile__item {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .formFile__wrapper .formFile__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .formFile__wrapper .formFile__item {
    align-items: center;
  }
}
.formFile__wrapper .formFile__item .formFile__item__label {
  margin-bottom: 1rem;
  font-weight: 600;
}
.formFile__wrapper .formFile__item .formFile__item__input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formFile__wrapper .formFile__item2 .formFile__item__label {
    width: 20rem;
  }
}
.formFile__wrapper .formFile__item2 .formFile__item__input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formFile__wrapper .formFile__item2 .formFile__item__input .item-i {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.formFile__wrapper .formFile__item2 .formFile__item__input .item-i .item-il {
  color: #f00;
  font-weight: bold;
  width: 6rem;
}
.formFile__wrapper .formFile__item .contactform-input-file {
  border-radius: 5px;
  color: #232323 !important;
  font-weight: 500;
  background: #ffffff;
  padding: 13px 20px;
  background: #f6f8f9;
  border: 1px solid #eceff1;
  border-radius: 3px;
  font-weight: normal;
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.formFile__wrapper .formFile__item .contactform-input-file::file-selector-button {
  font: inherit;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .formFile__wrapper .formFile__item .contactform-input-file {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .formFile__wrapper .formFile__item .contactform-input-file {
    width: 80%;
  }
}
.formFile__wrapper .formFile__item + .formFile__item {
  margin-top: 2rem;
}

.formTextNote {
  margin-top: 10px;
  font-size: 1.4rem;
  width: 100%;
  color: #777777;
  font-weight: normal;
}
.formTextNote li {
  text-indent: -1em;
  margin-left: 1em !important;
}

.table-apply tr th .required_file {
  top: 3.5rem;
}

.form-required-mark {
  font-weight: bold;
  color: #f00;
  text-align: right;
  margin: 0.5rem 0;
}

.preview .preview_img {
  max-width: 80%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .preview .preview_img {
    max-width: 100%;
  }
}
.preview span {
  word-break: break-word;
}

.form_unit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form_zipcode {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_zipcode input {
  width: 120px !important;
}

.confirm_note {
  text-align: center;
  margin-top: 3rem;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 0 20px;
  z-index: 9999;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.popup .content {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #fff;
  align-self: center;
  padding: 40px 60px 58px;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .popup .content {
    font-size: 14px;
    padding: 10px 0;
    height: 95%;
    width: 100%;
  }
}
.popup .content .content_wrap {
  max-height: 100%;
  overflow-y: auto;
}
.popup .content h3 {
  font-weight: 800;
  font-size: 32px;
  color: #29abe2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup .content h3 {
    font-size: 26px;
  }
}
.popup .content h3::after {
  content: "";
  position: absolute;
  background: #ffe500;
  height: 14px;
  width: 114%;
  bottom: 2px;
  left: -7%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .popup .content h3::after {
    height: 10px;
  }
}
.popup .content .bold {
  font-weight: 800;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .popup .content .bold {
    font-size: 18px;
  }
}
.popup .content p {
  margin: 2.3vh 0 2.3vh;
}
.popup .content p span {
  color: #d80000;
}
@media screen and (max-width: 767px) {
  .popup .content p {
    font-size: min(4.3vw, 18px);
  }
}
.popup .content .red {
  color: #ff2727;
  font-weight: 800;
}
.popup .content .wrap-btn {
  margin-top: 8px;
}
.popup .content .wrap-btn .btn {
  border-radius: 99px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup .content .wrap-btn .btn {
    font-size: 20px;
  }
}
.popup .content .wrap-btn .btn::after {
  content: url(../img/top/icon-right-circle.svg);
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.popup .content .wrap-btn .btn.btn-application {
  background: #29abe2;
  padding: 15px 30px 18px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: none;
}
.popup .content .wrap-btn .btn.btn-application::after {
  content: none;
}
.popup .content .popup-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px red;
  padding: 5px;
  background-color: #fff;
  transition: 0.3s;
}
.popup .content .popup-close:hover {
  filter: drop-shadow(0 0 1rem #000);
}
.popup .content .popup-close svg g {
  stroke: #e70000;
  transform: rotate(45deg);
  transform-origin: 50%;
}

.group-btn-contact {
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  row-gap: 10px;
  max-width: 617px;
  margin: 0 auto 2.3vh;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .group-btn-contact-row {
    flex-direction: row;
    gap: 2rem;
  }
}
.group-btn-contact li {
  flex: 1;
  min-width: 250px;
  max-width: 287px;
}
.group-btn-contact li .btn {
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  border-radius: 12px;
  background-position: center left 10px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.group-btn-contact li .title {
  font-weight: 800;
}
.group-btn-contact li.tel .title {
  color: #ff9900;
}
.group-btn-contact li.tel .btn {
  padding: 5px 0;
  background-color: #ff9900;
  color: #fff;
  /* 
  background-image: url(../images/icon-tel.svg);
  background-size: 36px;
  padding-left: 25px; */
}
.group-btn-contact li.tel .btn::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../images//icon-tel.svg") no-repeat center/contain;
  display: inline-block;
}
.group-btn-contact li.mail .title {
  color: #fe0034;
}
.group-btn-contact li.mail .btn {
  background-color: #fe0034;
}
.group-btn-contact li.mail .btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images//icon-email.svg") no-repeat center/contain;
  display: inline-block;
  margin-right: 5px;
}
.group-btn-contact li.line .title {
  color: #00b900;
}
.group-btn-contact li.line .btn {
  background-color: #00b900;
}
.group-btn-contact li.line .btn::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../images//line-btn.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 2px;
}

.contact-des {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 800;
}

.customer-voice .cv-content .cv-item .cv-info .cv-text .cv-ttl,
.solve-problem .sp-list .sp-item .sp-text .sp-title {
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item .cv-info .cv-text .cv-ttl,
  .solve-problem .sp-list .sp-item .sp-text .sp-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item .cv-detail,
  .solve-problem .sp-list .sp-item .sp-text .sp-snip {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item {
    gap: 0;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item .sp-img {
    width: 20rem;
    height: auto;
  }
}
.solve-problem .sp-list .sp-item .sp-img img {
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item .sp-text {
    width: calc(100% - 20rem);
  }
}

@media screen and (max-width: 767px) {
  .customer-voice .cv-content .cv-item .cv-info {
    flex-direction: column;
  }
}
.customer-voice .cv-content .cv-item .cv-info .vc-img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .customer-voice .cv-content .cv-item .cv-info .vc-img {
    order: 2;
    width: auto;
  }
  .customer-voice .cv-content .cv-item .cv-info .vc-img img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item .cv-info .vc-img {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item .cv-info .cv-text {
    width: calc(100% - 20rem);
  }
}

@media screen and (max-width: 767px) {
  .solve-problem .sp-list .sp-item {
    display: flex;
    flex-direction: column !important;
  }
  .solve-problem .sp-list .sp-item .sp-img {
    order: 2;
  }
}