@charset "UTF-8";


/* common
========================================= */
.l-section {
  padding-inline: 24px;
}
.l-section__title {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color:var(--color-black);
}
.l-section__title + .p-section-leadText {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-section {
    padding-inline: 16px;
  }
  .l-section__title {
    font-size: 2.0rem;
    font-size: 20px;
  }
  .l-section__title + .p-section-leadText {
    font-size: 1.2rem;
    font-size: 12px;
    margin-top: 12px;
  }

  .c-pagetitle {
    padding: 0;
  }
  .p-member-contents {
    margin-top: 24px;
}
}
.p-member-contents .c-pagetitle h1 .maintext {
  font-size: 2.4rem;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .p-member-contents .c-pagetitle h1 .maintext {
      font-size: 3.2rem;
      font-size: 32px;
  }
}


.l-section--step {
  background: var(--color-bg-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}
.l-section--step .p-container-step__item {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.l-section--step .p-container-step__item:nth-of-type(n+2) {
  margin-top: 40px;
}
.l-section--step .p-container-step__item:nth-of-type(n+2):before {
  border-color: var(--color-standard-blue) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  content: "";
  margin-inline: auto;
  height: 0;
  width: 0;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.l-section--step .p-container-step__item .text-head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.l-section--step .p-container-step__item .text-head .number {
  color: var(--color-standard-blue);
  font-family: var(--font-arial);
  font-size: 16px;
  font-weight: 700;
}
.l-section--step .p-container-step__item .text-description {
  font-size: 14px;
  margin-top: 16px;
}
.l-section--step .p-container-step__item .block-telephone {
  border: 1px solid var(--color-standard-gray);
  border-radius: 16px;
  margin-top: 16px;
  margin-inline: auto;
  max-width: 640px;
  padding: 24px;
  text-align: center;
}
.l-section--step .p-container-step__item .block-telephone__number {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
.l-section--step .p-container-step__item .block-telephone__number span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.l-section--step .p-container-step__item .block-telephone__number span:before {
  background-image: url(../../../assets/images/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
}
.l-section--step .p-container-step__item .block-telephone__time {
  font-size: 12px;
  letter-spacing: 0.02em;
}
.l-section--step .p-container-step__item .block-telephone + .c-button {
  margin-inline: auto;
  max-width: 100%;
  width: 330px;
}
.l-section--step .p-container-step__item .text-note {
  color: var(--color-gray);
  font-size: 10px;
  margin-top: 8px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .l-section--step .p-container-step {
    margin-inline: auto;
    max-width: 800px;
  }
  .l-section--step .p-container-step__item .item-inner {
    background: var(--color-white);
    border-radius: 16px;
    padding: 24px;
  }
  .l-section--step .p-container-step__item .text-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .l-section--step .p-container-step__item .text-head .number {
    margin-right: 24px;
  }
  .l-section--step .p-container-step__item .text-description {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .page-step .c-pagetitle {
      padding: 0 24px 32px;
  }
  .l-section--step {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-section--step .p-container-step__item {
    background: var(--color-white);
    border-radius: 16px;
    padding: 24px 16px;
  }
  .l-section--step .p-container-step__item:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .l-section--step .p-container-step__item:nth-of-type(n+2):before {
    top: -20px;
  }
  .l-section--step .p-container-step__item .text-head .number {
    display: block;
    margin-bottom: 12px;
  }
  .l-section--step .p-container-step__item .block-telephone__number {
    font-size: 24px;
  }
  .l-section--step .p-container-step__item .text-note {
    margin-top: 16px;
    text-align: left;
  }
  .l-section--step .p-container-step__item .block-telephone + .c-button {
    margin-top: 16px;
  }
}