:root {
  --color-primary: #76004b;
  --color-primary-dark: #7a034a;
  --color-primary-deep: #850d49;
  --color-primary-darker: #991d46;
  --color-primary-strong: #b43541;
  --color-text-store: #4a5c5a;
  --color-white: #fff;

  --font-size-base: 21px;
  --font-size-note: 14px;
  --font-size-h3: 2rem;
  --font-size-h4: 1.5rem;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-h3: 1.375rem;
    --font-size-h4: 1.125;
    --font-size-base: 16px;
  }
}

.page-psp .container:not(.header) {
  max-width: 985px;
}
.page-psp .btn-group {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
}
.page-psp .p-text {
  font-size: var(--font-size-base);
  letter-spacing: normal;
  text-align: center;
}
.page-psp h3 {
  font-weight: 700;
  font-size: var(--font-size-h3);
}
.page-psp .btn-group .btn {
  padding-right: 40px;
  text-align: left;
  flex: unset;
  font-weight: 700;
}
.page-psp .section-1 {
  margin-bottom: 87px;
  max-width: 845px;
}

.page-psp .section-2 {
  margin: 84px auto;
}
.page-psp .section-2 h3 {
  margin-bottom: 36px;
}
.page-psp .three-col-block {
  max-width: 683px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 42px auto;
}
.page-psp .criteria-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.page-psp .section-2 img {
  max-height: 144px;
  width: auto;
}
.page-psp .section-2 .three-col-block .p-text {
  margin-top: 20px;
}

.page-psp .section-3 {
  margin: 84px auto;
}
.page-psp .section-3 h3 {
  text-align: left;
  margin-bottom: 26px;
}
.page-psp .support-section,
.page-psp .logo-text {
  display: flex;
  align-items: center;
}
.page-psp .logo-text {
  gap: 20px;
}
.page-psp .support-section {
  margin-bottom: 68px;
}
.page-psp .support-section img {
  max-width: 395px;
}
.page-psp .support-section .logo-text img {
  max-width: 241px;
}
.page-psp .store-links {
  display: flex;
  gap: 43px;
  justify-content: center;
  margin: 68px 0 50px;
}
.page-psp .store-links img {
  display: block;
  margin-bottom: 27px;
}
.page-psp .store-links .appstore img {
  max-width: 247px;
}
.page-psp .store-links .google-play img {
  max-width: 311px;
}
.page-psp .store-links a {
  color: var(--color-text-store);
  font-weight: 700;
  text-align: center;
}
.page-psp .store-links a:hover {
  text-decoration: none;
}
.page-psp .p-text.note  {
  font-size: var(--font-size-note);
  text-align: left;
}

.page-psp .section-4 .steps-section-1,
.page-psp .section-5 .steps-section-2 {
  background: #fef0eb;
  padding: 45px 50px;
}
.page-psp .section-4 h3,
.page-psp .section-5 h3 {
  text-align: left;
}
.page-psp .section-4 {
  margin: 62px auto 47px;
}
.page-psp .section-5 {
  margin: 47px auto 112px;
}
.page-psp .section-5 .steps-section-2 {
  background: #f1e5ed;
}
.page-psp .section-5 .steps-section-2-title {
  display: table;
}
.page-psp .section-5 .steps-section-2-title > div {
  display: table-cell
}
.page-psp .section-5 .steps-section-2-title > div:first-child{
  white-space:nowrap;
}
.page-psp .section-5 h3 {
  color: var(--color-primary);
}
.page-psp .steps-container {
  max-width: 490px;
  margin: 37px auto 0;
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.page-psp .steps-container .step {
  display: flex;
  align-items: center;
  gap: 21px;
  position: relative;
}
.page-psp .steps-container .step helix-image {
  flex: 0 0 26.41%;
}
.page-psp .steps-container .step::after {
  content: "";
  background: url("/images/4ef93de894396b489cdaa782c136f86e.svg") no-repeat;
  background-size: 100%;
  width: 5px;
  height: 67px;
  position: absolute;
  bottom: -99px;
  left: 60px;
}
.page-psp .steps-container .step:last-child:after {
  content: none;
}
.page-psp .steps-container .step img {
  max-width: 126px;
  margin: 0 auto;
}
.page-psp .section-4 .step-content .p-text,
.page-psp .section-5 .step-content .p-text {
  text-align: left;
}
.page-psp .section-5 .step-content .btn {
  background: var(--color-primary);
  text-align: left;
  color: var(--color-white);
  font-weight: 700;
  margin-top: 15px;
  padding: 19px 63px 19px 23px;
  min-width: 177px;
  border: none;
}
.page-psp .section-5 .step-content .btn:hover {
  border: none;
}
.page-psp .section-5 .step-content .btn::after {
  background: url("/images/cd9dcd970f17ffb761f88959ce313ce1.png") no-repeat;
  background-size: 100%;
}

.page-psp h4 {
  font-size: var(--font-size-h4);
  color: var(--color-primary);
  font-weight: 700;
}

.page-psp .section-6,
.page-psp .section-7 {
  margin: 110px auto;
}

.page-psp .section-7 h4 {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page-psp .container {
    padding: 0 20px;
  }
  .page-psp .btn-group {
    flex-direction: column;
  }
  .page-psp .section-1 {
    margin-bottom: 43px;
  }
  .page-psp .section-2,
  .page-psp .section-3 {
    margin: 42px auto;
  }
  .page-psp .section-4 {
    margin: 16px auto 12px;
  }
  .page-psp .section-5 {
    margin: 23px auto 55px;
  }
  .page-psp .section-6, .page-psp .section-7 {
    margin: 55px auto;
  }
  .page-psp .three-col-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .page-psp .support-section {
    display: block;
    margin-bottom: 34px;
  }
  .page-psp .support-section .logo-text img {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .page-psp .support-section img {
    max-width: 100%;
  }
  .page-psp .store-links {
    flex-direction: column;
    gap: 24px;
    margin: 34px 0 25px;
  }
  .page-psp .store-links .appstore img,
  .page-psp .store-links .google-play img {
    margin: 0 auto 20px;
  }
  .page-psp .section-4 .steps-section-1,
  .page-psp .section-5 .steps-section-2 {
    padding: 20px 25px;
  }
  .page-psp .steps-container {
    gap: 80px;
  }
  .page-psp .steps-container .step helix-image {
    flex: 0 0 28.06%;
  }
  .page-psp .steps-container .step img {
    max-width: 80px;
  }
  .page-psp .steps-container .step::after {
    width: 3px;
    height: 40px;
    bottom: -60px;
    left: 40px;
  }
  .page-psp .mobile-hidden {
    display: none;
  }
}
