.p-friend-note {
  width: 100%;
  padding: 0 2rem;
  color: #333333;
  margin-top: 3rem;
}

.p-friend-note[open] {
  padding-bottom: 0.05rem;
}

.p-friend-note__summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.2rem;
  padding-bottom: 0.05rem;
}

.p-friend-note__summary::-webkit-details-marker {
  display: none;
}

.p-friend-note__label {
  display: none;
}

.p-friend-note[open] .p-friend-note__label--open {
  display: inline;
}

.p-friend-note:not([open]) .p-friend-note__label--closed {
  display: inline;
}

.p-friend-note__body {
  padding-top: 0.9rem;
  padding-bottom: 0.05rem;
}

.p-friend-note__section {
  padding-bottom: 0.039rem;
}

.p-friend-note__title {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.24rem;
  margin: 0 0 0.3rem;
}

.p-friend-note__text {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.92rem;
}

.p-friend-note__text--large {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.p-friend-note__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #497BD1;
  text-decoration: underline;
}

.p-friend-note__link::after {
  content: "";
  display: block;
  position: relative;
  top: 0.1rem;
  width: 1rem;
  height: 1.3rem;
  background: url(/common2026/img/s-8x12_94961bd6-7458-4948-a4af-4046b831846e_1.svg) no-repeat center center/contain;
}

.p-friend-note .c-remark-list {
  margin-top: 0;
}

.p-hero-friend-cta {
  margin: 3.6rem 2rem 8rem;
}

.p-hero-friend-cta__title {
  color: var(--color-main-blue, #2452FF);
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5rem;
}

.p-friend-intro {
  padding: 5.6rem 1.5rem;
  background: var(--color-main-blue, #2452FF);
  border-radius: 3.2rem;
  color: #FFF;
}

.p-friend-intro__title {
  margin-bottom: 4.5rem;
  font-size: 5rem;
  text-align: center;
  line-height: 1.08;
  font-weight: 800;
}

.p-friend-intro__title span {
  margin-top: 0.8rem;
  display: block;
  font-size: 3.1rem;
}

.p-friend-intro__sub-title {
  width: 34.2rem;
  margin: 0 auto 1.5rem;
}

.p-friend-intro__img {
  width: 34rem;
  margin: 0 auto 1rem;
}

.p-friend-intro .p-friend-note {
  color: #FFF;
  padding: 0 0.7rem;
}

.p-friend-intro .c-remark-list__item {
  color: #FFF;
}

.p-friend-intro .p-friend-note__link {
  color: #FFF438;
}

.p-friend-intro .p-friend-note__link::after {
  background-image: url(/friend/nonmember/img2026/img-friend-arrow.svg);
}

.p-friend-step {
  margin-top: 8rem;
}

.p-friend-step__inner {
  padding: 0 2.2rem;
}

.p-friend-step__title {
  color: var(--color-main-blue, #2452FF);
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-friend-step__sub-title {
  color: var(--color-main-blue, #2452FF);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-friend-step__lead {
  margin-bottom: 2.6rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-friend-step__text {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: normal;
}

.p-friend-step__text strong {
  font-weight: 700;
  color: var(--color-main-blue, #2452FF);
}

.p-friend-step__heading {
  margin-bottom: 1rem;
}

.p-friend-step__heading:not(:first-child) {
  margin-top: 4rem;
}

.p-friend-step__num {
  width: 10.8rem;
}

.p-friend-step__btn {
  display: flex;
  padding: 1.5rem 3.2rem 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.8rem;
  border: 2px solid #333;
  background: #FFF;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-friend-step__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/friend/nonmember/img2026/img-icon-ex.png) no-repeat center center/cover;
  transform: translateY(-50%);
}

.p-friend-step__img {
  margin-bottom: 4rem;
}

.p-friend-step__img--03 {
  width: 22.1rem;
  margin: 0 auto 4rem;
}

.p-friend-step__tab-list {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}

.p-friend-step__tab-btn {
  width: calc(50% - 0.5rem);
  height: 12.5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #F3F3F3;
  border-radius: 1rem 1rem 0 0;
}

.p-friend-step__tab-btn.is-active {
  height: 13.5rem;
  background-color: #CFE7FF;
  border-top: solid 1rem var(--color-main-blue, #2452FF);
}

.p-friend-step__tab-btn img {
  display: block;
  width: 8.7rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-friend-step__tab-content {
  display: none;
}

.p-friend-step__tab-content.is-active {
  display: block;
}

.p-friend-step__tab-inner {
  padding: 2.8rem 1.5rem 5rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
  background: linear-gradient(180deg, #CFE7FF 0%, #F3D4FF 100%);
}

.p-friend-step .c-remark-list__item {
  font-feature-settings: normal;
}

.p-friend-share {
  margin: 4rem 2.2rem 6rem;
}

.p-friend-share__title {
  margin-bottom: 2.4rem;
}

.p-friend-share__list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.p-friend-share__item {
  width: 7rem;
}

.p-friend-share__link {
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-friend-step__btn:hover {
    opacity: 0.7;
  }

  .p-friend-step__tab-btn:hover img {
    opacity: 0.7;
  }

  .p-friend-share__link:hover {
    opacity: 0.7;
  }
}