@charset "UTF-8";

/* =================================================================
common css
================================================================= */
.u-pc-d-n {
  display: none;
}

.u-pc-ta-c {
  text-align: center;
}

#str-contents {
  padding: 0;
}

#str-contents h1:not([class]) {
  margin: 0 0 0px;
  padding: 0px;
  border-bottom: none;
  font-weight: normal;
  position: relative;
}

#contents-area {
  background-color: #ED7C81;
  background-image: radial-gradient(#E57479 21%, transparent 21%), radial-gradient(#E57479 21%, transparent 21%);
  background-size: 11px 11px;
  background-position: 0 0, 6px 6px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  overflow: hidden;
}

.setting-container {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

.setting-step1,
.setting-step2,
.setting-step3,
.setting-step4,
.setting-result {
  position: relative;
  display: none;
  opacity: 0;
}

.setting-result-set1,
.setting-result-set2,
.setting-result-set3,
.setting-result-set4,
.setting-result-set5,
.setting-result-links {
  display: none;
}

.result-set1-web,
.result-set2-web,
.result-set4-shizen,
.result-set5-web {
  display: none;
}

.step1-modal-web,
.step3-modal-web,
.step4-modal-web {
  display: none;
}

.setting-step1-modal,
.setting-step3-modal,
.setting-step4-modal,
.setting-result-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

.setting-modal-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.setting-modal-content {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  overflow-y: scroll;
}

.setting-modal-content-inner {
  position: relative;
  box-sizing: border-box;
  margin: 140px auto 120px;
  padding: 0 80px;
  width: 950px;
  background: #fff;
  border-radius: 24px;
}

.u-pc-pl-20 {
  padding-left: 20px;
}

.u-pc-mb-0 {
  margin-bottom: 0 !important;
}

/* =================================================================
common item
================================================================= */
.textlink {
  color: #0B5BCE !important;
  text-decoration: none;
}

.textlink[link-icon="window"]::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -5px;
  top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-winow.png?20230412');
}

.textlink:hover {
  text-decoration: none !important;
  opacity: 0.8;
  transition: 0.2s;
}

.btn-blue-container {
  text-align: center;
}

.btn-blue {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 310px;
  height: 60px;
  border-radius: 30px;
  background: #0B5BCE;
  box-sizing: border-box;
  line-height: 3.4;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 10px 30px -6px rgb(0 0 0 / 20%);
  border: none;
}

a.btn-blue:link,
a.btn-blue:active,
a.btn-blue:focus,
a.btn-blue:visited,
a.btn-blue:focus-within,
a.btn-blue:focus-visible,
a.btn-blue:target {
  color: #fff;
  text-decoration: none;
}

.btn-blue:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.btn-blue-pc-m {
  width: 340px;
}
.btn-blue-pc-l {
  width: 400px;
}

.btn-blue[target="_blank"]::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/s/icon-winow-wh.png?20230412');
}

.btn-blue[link-icon="arrow"]::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/arrow-next-active.png?20230412');
}

.btn-blue[link-icon="arrow"]::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-tel.png');
}

/* -------------------------------------------------------------------
	setting-top
------------------------------------------------------------------- */
.setting-top {
  left: 0;
  position: relative;
  padding: 60px 0 120px;
}

.setting-top .ttl-lv1 {
  margin-bottom: 60px;
  text-align: center;
}

.setting-top .texts-box {
  position: relative;
  border: 4px solid #000000;
  background: #F4D3D3;
  border-radius: 24px;
}

.setting-top .texts-box-inner {
  margin: 12px;
  padding: 68px 0 40px;
  background: #fff;
  border-radius: 14px;
}

.setting-top .texts-box-ttl {
  position: absolute;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
}

.setting-top .text {
  margin-bottom: 36px;
  text-align: center;
  font-size: 18px;
}

.setting-top .btn-start-container {
  margin-bottom: 28px;
  text-align: center;
}

.setting-top .btn-start {
  position: relative;
  padding-right: 8px;
  width: 360px;
  height: 70px;
  background: #0B5BCE;
  border-radius: 55px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 10px 30px -6px rgb(0 0 0 / 20%);
  border: none;
  font-size: 24px;
}

.setting-top .btn-start:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.btn-start::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/arrow-next-active.png?20230412');
}

.setting-top .link-container {
  text-align: center;
}

.setting-top .btn-setting-result-all {
  color: #0B5BCE;
  cursor: pointer;
  font-size: 18px;
}

.setting-top .btn-setting-result-all:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.setting-top .btn-setting-result-all[link-icon="arrow-r"] span {
  position: relative;
}

.setting-top .btn-setting-result-all[link-icon="arrow-r"] span::before,
.setting-top .btn-setting-result-all[link-icon="arrow-r"] span::after {
  content: '';
  position: absolute;
  background: #0B5BCE;
  border-radius: 0.1em;
  right: -16px;
  width: 2.6px;
  height: 10px;
}

.setting-top .btn-setting-result-all[link-icon="arrow-r"] span::before {
  top: 2.8px;
  transform: rotate(-45deg)
}

.setting-top .btn-setting-result-all[link-icon="arrow-r"] span::after {
  top: 8px;
  transform: rotate(45deg)
}

/* -------------------------------------------------------------------
	setting-step2~3 common
  ------------------------------------------------------------------- */
.setting-step-inner {
  text-align: center;
}

.setting-step1 .ttl-lv2,
.setting-step2 .ttl-lv2,
.setting-step3 .ttl-lv2,
.setting-step4 .ttl-lv2 {
  margin: 0 auto;
  text-align: center;
}

.setting-step2 .ttl-lv2 {
  height: 108px;
}

.setting-step {
  margin: 0 auto;
  width: 840px;
  padding: 80px 0 120px;
}

.setting-step .text {
  margin-top: 36px;
  margin-bottom: 0;
  padding-bottom: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.setting-step1 .text,
.setting-step3 .text,
.setting-step4 .text {
  padding-bottom: 16px;
}

.setting-step-q {
  width: 345px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
}

.setting-step-q .setting-step-q-strong {
  font-size: 20px;
  font-weight: bold;
}

.setting-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px;
  padding: 40px 39px 40px 59px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.setting-step-item:first-child {
  padding-top: 56px;
}

.setting-step-items {
  margin-top: 30px;
}

.setting-step-item-box {
  position: relative;
  border: 2px solid #000000;
  background: #F4D3D3;
  border-radius: 24px;
  box-sizing: border-box;
}

.setting-step-item-box+.setting-step-item-box {
  margin-top: 60px;
}

.setting-step-item-num {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.setting-step-option-box {
  width: 375px;
  height: 66px;
  background-color: #EBEBEB;
  border-radius: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.setting-step-option-pointer {
  position: absolute;
  top: 6px;
  width: 175px;
  height: 54px;
  background-color: #FF012D;
  border-radius: 55px;
  z-index: 1;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

[data-js-pointer="a"] .setting-step-option-pointer {
  left: 6px;
}

[data-js-pointer="b"] .setting-step-option-pointer {
  left: 51.5%;
}

.setting-step-option {
  position: relative;
  z-index: 2;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 66px;
}

.setting-step-option-input {
  display: none;
}

.radio-txt {
  font-size: 16px;
  font-weight: bold;
  color: #33333380;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.setting-step-option-input:checked+.radio-txt {
  color: #fff;
}

.setting-step-option {
  -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
  cursor:pointer;
}

/* -------------------------------------------------------------------
  setting-step2~3 btn
  ------------------------------------------------------------------- */
.btn-step-prev-container {
  margin-top: 38px;
  text-align: center;
}

.btn-step-prev {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.btn-step-prev:hover,
.btn-step-modal:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn-step-modal-container {
  text-align: center;
}

.btn-step-modal {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 7px 20px 7px 34px;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
  text-align: left;
  background: #fff;
  border-radius: 25px;
  font-weight: bold;
}

.btn-step-modal[link-icon="arrow-modal"]::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-step-modal.png?20230412');
}

.btn-step-prev[link-icon="arrow-l"] span {
  position: relative;
}

.btn-step-prev[link-icon="arrow-l"] span::before,
.btn-step-prev[link-icon="arrow-l"] span::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 0.1em;
  left: -16px;
  width: 2.6px;
  height: 10px;
}

.btn-step-prev[link-icon="arrow-l"] span::before {
  top: 2px;
  transform: rotate(45deg)
}

.btn-step-prev[link-icon="arrow-l"] span::after {
  top: 8px;
  transform: rotate(-45deg)
}

.setting-step .btn-step-next-container {
  margin-top: 60px;
  text-align: center;
}

.btn-step-next {
  position: relative;
  width: 360px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 55px;
  border: none;
  background: #0B5BCE;
  color: #fff;
  box-shadow: 0px 10px 30px -6px rgb(0 0 0 / 20%);
}

.btn-step-next:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.btn-step-next::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/arrow-next-active.png?20230412');
}

.btn-step-next[disabled] {
  color: #fbacb0;
  background: #df9a9d;
  box-shadow: none;
}

.btn-step-next[disabled]:hover {
  opacity: 1;
  transition: 0s;
}

.btn-step-next[disabled]::after {
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/arrow-next-disabled.png');
}

/* -------------------------------------------------------------------
	setting-result
------------------------------------------------------------------- */
.setting-result {
  padding: 90px 0px 0;
}

.setting-result .btn-blue {
  font-size: 20px;
  line-height: 3;
}

.setting-result-title {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.setting-result-title p {
  line-height: 1.5;
}

.setting-result-title .text-l {
  font-size: 36px;
  border-bottom: 2px solid #fff;
}

.setting-result-title .text-m {
  font-size: 30px;
}

.setting-result-title .text-normal {
  display: inline-block;
  font-size: 20px;
}

.item-setting-result-set-flex {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-setting-result-set {
  background: #F4D3D3;
  border: 2px solid #333333;
  border-radius: 16px;
  box-shadow: 0px 20px 30px -1.6vw rgb(0 0 0 / 20%);
}

.item-setting-result-set+.item-setting-result-set {
  margin-top: 30px;
}

.btn-setting-result-box {
  margin: 6px;
  cursor: pointer;
  position: relative;
  display: block;
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  border-radius: 10px;
}

.btn-setting-result-set {
  padding: 30px 32px;
  cursor: pointer;
  position: relative;
  display: block;
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  border-radius: 10px;
}

.btn-setting-result-set6,
.btn-setting-result-set7 {
  margin: 1.6vw;
  margin: 6px;
}

.btn-setting-result-box:active,
.btn-setting-result-box:hover,
.btn-setting-result-box:focus {
  color: #333333;
}

.btn-setting-result-set[link-icon="accordion"]::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 32px;
  top: 35px;
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-toggle-open.png');
}

.btn-setting-result-set.opened[link-icon="accordion"]::after {
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-toggle-close.png');
}

.btn-setting-result-set[target="_blank"]::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-winow-bl.png');
}

.btn-setting-result-set span {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}

.setting-result-links {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 120px;
  background: #F2F2F2;
}

@media screen and (max-width: 950px) {
  .setting-result-links {
    margin: 0;
  }
}

.setting-result-title-lv2 {
  text-align: center;
  width: 950px;
  margin: 0 auto 30px;
}

.item-setting-result-set6,
.item-setting-result-set7 {
  margin-top: 0 !important;
  width: 460px;
  background: #E5F4FA;
}

.item-setting-result-set6 {
  margin-right: 20px;
}

.item-setting-result-set6 .btn-setting-result-set,
.item-setting-result-set7 .btn-setting-result-set {
  padding: 0;
}

.btn-setting-result-set:link,
.btn-setting-result-set:active,
.btn-setting-result-set:focus,
.btn-setting-result-set:visited,
.btn-setting-result-set:focus-within,
.btn-setting-result-set:focus-visible,
.btn-setting-result-set:target {
  color: #333333;
}

.item-setting-result-set6 .btn-setting-result-set,
.item-setting-result-set7 .btn-setting-result-set {
  padding: 16px 22px 16px 28px;
  color: #333333;
  font-size: 16px;
}

.item-setting-result-set6 .btn-setting-result-set:hover,
.item-setting-result-set7 .btn-setting-result-set:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.item-setting-result-set6 .btn-setting-result-set span,
.item-setting-result-set7 .btn-setting-result-set span {
  position: relative;
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 8px;
  font-size: 20px;
}

.item-setting-result-set6 .btn-setting-result-set span::before,
.item-setting-result-set7 .btn-setting-result-set span::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.item-setting-result-set6 .btn-setting-result-set span::before {
  width: 26px;
  height: 20px;
  left: -33px;
  top: 0px;
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-denki.png?20230412');
}

.item-setting-result-set7 .btn-setting-result-set span::before {
  width: 14px;
  height: 20px;
  left: -27px;
  top: 1px;
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-net.png?20230412');
}

.setting-result-set {
  margin: 0 32px;
  padding: 40px 0 29px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  border-top: 2px solid #EBEBEB;
}

.setting-result-set .setting-result-set-list-note {
  position: relative;
  padding-left: 25px;
}

.setting-result-set .setting-result-set-list-note li {
  position: relative;
}

.setting-result-set .setting-result-set-list-note span.disc {
  position: absolute;
  left: -20px;
  top: -1px;
}

.setting-result-set .btn-blue-container+.btn-result-link-container {
  margin-top: 36px;
}

.setting-result-set .setting-result-set-list-note+.btn-blue-container {
  margin-top: 36px;
}

.setting-result-set-box {
  padding-top: 36px;
  padding-bottom: 38px;
  background: #F5F5F5;
  border-radius: 16px;
}

.setting-result-set-box:first-of-type {
  margin-top: 36px;
}

.setting-result-set-box+.setting-result-set-box {
  margin-top: 30px;
}

.setting-result-set-box-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.setting-result-set-box-title {
  margin: 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}

.setting-result-set-box-title-sub {
  margin: 28px 0 22px;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  border-top: 2px solid #EBEBEB;
}

.setting-result-set-box-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.setting-result-set-box-text-flex .tel {
  position: relative;
}

.setting-result-set-box-title-sub-box {
  position: absolute;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.5;
  top: 12px;
  left: 0;
}

.setting-result-set-box-text-flex .tel-num {
  margin-left: 80px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2.5px;
}

.setting-result-set-box-title+.text {
  margin-top: 27px;
}

.setting-result-set-box>.text+.text {
  margin-top: 24px;
}

.setting-result-set-box>.text+.btn-blue-container {
  margin-top: 36px;
}

.setting-result-set-box .btn-blue-container+.text {
  margin-top: 28px;
}

.setting-result-set-box>.btn-blue-container+.btn-result-link-container {
  margin-top: 30px;
}

.setting-result-set-box-title+.tab-result-container {
  margin-top: 29px;
}

.setting-result-set-box-title+.tab-result-container {
  margin-top: 29px;
}

.text+.tab-result-container {
  margin-top: 36px;
}

.setting-result-set-box-title+.result-set-flex-container {
  margin-top: 29px;
}


.setting-result-set-box-list-note {
  margin-top: 16px;
}

.setting-result-set-box-list-note>li+li {
  margin-top: 15px;
}

.setting-result-set-box-list-note li {
  position: relative;
  padding-left: 25px;
}

.setting-result-set-box-list-note li em {
  display: block;
}

.setting-result-set-box-list-note li p {
  margin: 0;
}

.setting-result-set-box-list-note li em+p {
  margin-top: 3px;
}

.setting-result-set-box-list-note span.disc {
  position: absolute;
  left: 5px;
  top: -1px;
  font-weight: bold;
}

.tab-result-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-result-container::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FF012D;
  z-index: 0;
}

.tab-result-set1-app,
.tab-result-set2-app,
.tab-result-set4-ouchi,
.tab-result-set5-app {
  margin-right: 10px;
}

.tab-result-set1-app,
.tab-result-set1-web,
.tab-result-set2-app,
.tab-result-set2-web,
.tab-result-set4-ouchi,
.tab-result-set4-shizen,
.tab-result-set5-app,
.tab-result-set5-web {
  cursor: pointer;
  display: block;
  padding: 13.8px 0;
  width: 200px;
  background: #D8D8D8;
  font-size: 3.711.3px;
  text-align: center;
  color: #0000008a;
  border-radius: 11.3px 11.3px 0 0;
  font-weight: bold;
}

.tab-result-set1-app.active,
.tab-result-set1-web.active,
.tab-result-set2-app.active,
.tab-result-set2-web.active,
.tab-result-set4-ouchi.active,
.tab-result-set4-shizen.active,
.tab-result-set5-app.active,
.tab-result-set5-web.active {
  position: relative;
  background: #FF012D;
  color: #fff;

  z-index: 1;
}

.result-set-flex-container {
  padding: 30px 114px 0px;
}

.result-set-flex-container+.btn-blue-container {
  margin-top: 24px;
}

.result-set3-flex-container,
.result-set5-app-flex-container,
.result-set5-web-flex-container {
  padding: 40px 40px 0px;
}

.result-set-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.result-set-flex-3col .result-set-flex-item {
  margin-right: 60px;
  position: relative;
  width: calc(100%/3 - 40px);
}

.result-set-flex-3col .result-set-flex-item:nth-child(3n) {
  margin-right: 0px;
}

.result-set-flex-3col .result-set-flex-item:nth-child(n + 4) {
  margin-top: 37px;
}

.result-set-flex-2col .result-set-flex-item {
  margin-right: 31px;
  position: relative;
  width: calc(100%/4 - 23.24px);
}

.result-set-flex-2col .result-set-flex-item:last-child {
  margin-right: 0px;
}

.result-set-flex-item::after {
  position: absolute;
  content: "";
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-slider-arrow.png?20230412');
  background-size: contain;
  background-repeat: no-repeat;
  top: 36.5%;
  right: -36px;
  display: inline-block;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
}

.result-set-flex-item:last-of-type:after {
  content: none;
}

.result-set-flex-2col .result-set-flex-item::after {
  right: -21px;
}

.result-set-flex-item img {
  width: 100%;
  border: 1px solid #cccccc;
}

.result-set1-app .result-set-flex-item img {
  border: none;
}

.result-set1-web .result-set-flex-item img {
  border: none;
}

.result-set2-web .result-set-flex-item img {
  border: none;
}

.result-set-flex-item .result-set-flex-item-txt {
  position: relative;
  margin-top: 16px;
  margin-left: 25px;
  margin-bottom: 10px !important;
  font-size: 14px;
  line-height: 1.5;
}

.result-set-flex-item .result-set-flex-item-txt em {
  font-size: 14px;
}

.result-set-flex-item-num {
  position: absolute;
  background: #0B5BCE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 21px;
  top: 0px;
  left: -25px;
  font-size: 13px;
}

.result-set-flex-item-subtxt {
  margin-bottom: 0;
  font-size: 14px;
}

.btn-result-link-container {
  text-align: center;
}

.btn-result-link {
  color: #0B5BCE;
  cursor: pointer;
  font-size: 18px;
}

.btn-result-link:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn-result-link[link-icon="arrow-r"] span {
  position: relative;
}

.btn-result-link[link-icon="arrow-r"] span::before,
.btn-result-link[link-icon="arrow-r"] span::after {
  content: '';
  position: absolute;
  background: #0B5BCE;
  border-radius: 0.1em;
  right: -16px;
  width: 2.6px;
  height: 10px;
}

.btn-result-link[link-icon="arrow-r"] span::before {
  top: 2.8px;
  transform: rotate(-45deg)
}

.btn-result-link[link-icon="arrow-r"] span::after {
  top: 8px;
  transform: rotate(45deg)
}

.btn-set-close-container {
  margin-top: 27px;
  text-align: right;
}

.btn-set-close {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.btn-set-close::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-toggle-close.png);
}

.btn-result-prev-container {
  margin-top: 58px;
  margin-bottom: 26px;
  text-align: center;
  font-weight: normal;
}

.btn-result-top-prev-container {
  text-align: center;
  font-weight: normal;
}

.btn-result-prev,
.btn-result-top-prev {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.btn-result-top-prev {
  margin-bottom: 58px;
}

.btn-result-prev:hover,
.btn-result-top-prev:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn-result-prev[link-icon="arrow-l"] span,
.btn-result-top-prev[link-icon="arrow-l"] span {
  position: relative;
}

.btn-result-prev[link-icon="arrow-l"] span::before,
.btn-result-prev[link-icon="arrow-l"] span::after,
.btn-result-top-prev[link-icon="arrow-l"] span::before,
.btn-result-top-prev[link-icon="arrow-l"] span::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 0.1em;
  left: -16px;
  width: 2.6px;
  height: 10px;
}

.btn-result-prev[link-icon="arrow-l"] span::before,
.btn-result-top-prev[link-icon="arrow-l"] span::before {
  top: 2px;
  transform: rotate(45deg)
}

.btn-result-prev[link-icon="arrow-l"] span::after,
.btn-result-top-prev[link-icon="arrow-l"] span::after {
  top: 8px;
  transform: rotate(-45deg)
}

/* setting-result---each */
.result-set4-ouchi,
.result-set4-shizen {
  margin-top: 34px;
}

/* -------------------------------------------------------------------
	modal step1/step3/step4
------------------------------------------------------------------- */
.setting-step1-modal .setting-modal-content,
.setting-step3-modal .setting-modal-content,
.setting-step4-modal .setting-modal-content {
  height: auto;
  color: #fff !important;
  border-radius: 0px;
}

.setting-step1-modal .setting-modal-content .btn-blue,
.setting-step3-modal .setting-modal-content .btn-blue,
.setting-step4-modal .setting-modal-content .btn-blue {
  padding-right: 12px;
}

.btn-step-modal-close-top {
  position: fixed;
  text-align: right;
  top: 126px;
  left: auto;
  margin-left: 850px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1b1b1b;
}

.btn-step1-modal-close,
.btn-step3-modal-close,
.btn-step4-modal-close {
  cursor: pointer;
}

.btn-step1-modal-close:hover,
.btn-step3-modal-close:hover,
.btn-step4-modal-close:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn-step-modal-close-bottom {
  position: relative;
  top: 60px;
  text-align: center;
  font-weight: bold;
}

.btn-step-modal-close-bottom .btn-step1-modal-close,
.btn-step-modal-close-bottom .btn-step3-modal-close,
.btn-step-modal-close-bottom .btn-step4-modal-close {
  color: #fff;
}

.step-modal-lead {
  padding-top: 57px;
  margin-bottom: 39px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

.tab-step-modal-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-step1-modal-app.active,
.tab-step1-modal-web.active,
.tab-step3-modal-app.active,
.tab-step3-modal-web.active,
.tab-step4-modal-app.active,
.tab-step4-modal-web.active {
  position: relative;
  background: #FF012D;
  color: #fff;
}

.tab-step1-modal-app,
.tab-step1-modal-web,
.tab-step3-modal-app,
.tab-step3-modal-web,
.tab-step4-modal-app,
.tab-step4-modal-web {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding: 15px 0;
  width: 200px;
  height: 50px;
  background: #D8D8D8;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}

.tab-step1-modal-app,
.tab-step3-modal-app,
.tab-step4-modal-app {
  margin-right: 10px;
}

.step-modal-contents {
  border-top: 2px solid #FF012D;
  padding: 40px 0px 40px;
  color: #333333;
}

.step-modal-contents .text {
  margin-bottom: 39px;
  text-align: center;
}

.step-modal-contents-fig {
  margin-bottom: 40px;
  text-align: center;
}

/* -------------------------------------------------------------------
	modal result
------------------------------------------------------------------- */
.setting-result-modal .setting-modal-content {
  margin: 0 0px 0 0px;
  height: auto;
  border-radius: 0;
}

.setting-modal-content-box {
  padding: 56px 0px 40px;
  border-radius: 16px;
}

.btn-result-modal-close {
  cursor: pointer;
}

.btn-result-modal-close:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn-result-modal-close-top {
  position: fixed;
  text-align: right;
  top: 126px;
  left: auto;
  margin-left: 850px;
  background: #1b1b1b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 14px 15px 30px -1.6vw rgba(0, 0, 0, 0.657);
}

.setting-modal-content-box-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.setting-modal-content-box-sec {
  padding: 38px 40px;
  background: #F5F5F5;
  border-radius: 18px;
}

.setting-modal-content-box-sec+.setting-modal-content-box-sec {
  margin-top: 30px;
}

.setting-modal-content-box-sec[box-sec="02"]+.setting-modal-content-box-sec[box-sec="03"] {
  margin-top: 68px;
}

.setting-modal-content-box-sec[box-sec="02"] {
  position: relative;
}

.setting-modal-content-box-sec[box-sec="02"]::after {
  position: absolute;
  content: "";
  background-image: url('/mobile/set/data/special/paypay-card-gold/setting/img/p/icon-plus.png?20230412');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -49px;
  left: 50%;
  display: inline-block;
  width: 29px;
  height: 29px;
  transform: translateX(-50%);
}

.setting-modal-content-box-sec ul {
  margin-bottom: 0 !important;
  font-size: 16px;
}

.setting-modal-content-box-sec-title {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
}

.setting-modal-content-box-sec-title-s {
  font-size: 16px;
}

.setting-modal-content-box-sec-title-noline {
  border-bottom: 0px;
}

.setting-modal-content-box-sec .text {
  font-weight: normal !important;
}

.setting-modal-content-box-sec .required {
  color: #ff0000;
  font-weight: bold !important;
  display: inline-block;
  width: 56px;
}

.setting-modal-content-box-sec .textlink {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold !important;
}

.setting-modal-content-box-sec .list-note li {
  margin-bottom: 0;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.setting-modal-content-box-sec .list-note>li+li {
  margin-top: 20px;
}

.setting-modal-content-box-sec .list-note li span.disc {
  position: absolute;
  left: -4px;
  top: -4px;
  font-size: 20px;
  font-weight: bold;
}

.setting-modal-content-box-sec .list-note li p {
  margin-bottom: 0;
}

.setting-modal-content-box-sec[box-sec="01"] .setting-modal-content-box-sec-title {
  position: relative;
  padding-left: 56px;
  padding-bottom: 26px;
}

.setting-modal-content-box-sec[box-sec="01"] .required {
  position: absolute;
  color: #ff0000;
  font-weight: bold !important;
  left: 0;
  font-size: 16px;
  padding-left: 0;
}

.setting-modal-content-box-sec[box-sec="01"] .text {
  margin-top: 7px;
}

.setting-modal-content-box-sec[box-sec="02"] .text {
  padding-left: 64px;
}

.setting-modal-content-box-sec[box-sec="03"] .setting-modal-content-box-sec .list-note>li+li {
  margin-top: 10px;
}

.btn-result-modal-close-bottom {
  position: relative;
  top: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.text-sblinked-description {
  margin-top: 40px;
}
