@charset "UTF-8";
.pageH2Area--tit01 {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .pageH2Area {
    margin-bottom: 24px;
  }
}
/* テキスト */
.c-txt {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-txt {
    font-size: 1.4rem;
  }
}
/*アカウント開設*/
.c-start__contents {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-inline: auto;
  max-width: 900px;
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-start__contents {
    flex-direction: column;
    padding-top: 0;
  }
  .c-start-line {
    margin-top: 48px;
  }
}
.c-start__body {
  flex: 1;
  text-align: center;
}
.c-start__body-detail {
  margin-top: 16px;
}
.c-start__body-title {
  font-family: "UD新ゴ B";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.c-start__body-img {
  max-width: 200px;
  width: 100%;
}
.c-start__body-txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
.c-start__body-notes {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
}
.c-start__txt {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-top: 24px;
  text-align: center;
}
/*ボタン*/
.l-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  text-align: center;
}
.l-btn__link {
  align-items: center;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-family: "UD新ゴ B";
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-inline: auto;
  min-height: 66px;
  padding: 3px 18px;
  position: relative;
  transition: color 0.4s, background-color 0.4s;
  width: 360px;
}
@media screen and (max-width: 1023px) {
  .l-btn__link {
    font-size: 1.5rem;
    max-width: 335px;
    min-height: 54px;
    min-width: inherit;
    width: 100%;
  }
}
.l-btn__link-red {
  background: #f03;
  border: 2px solid #f03;
}
.l-btn__link-green {
  background: #06c755;
  border: 2px solid #06c755;
}
@media (hover: hover) and (pointer: fine) {
  .l-btn__link:hover {
    background: #fff;
    text-decoration: none;
  }
  .l-btn__link-red:hover {
    color: #f03;
  }
  .l-btn__link-green:hover {
    color: #06c755;
  }
}
.l-btn__txt-small {
  font-family: "UD新ゴ B";
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.backBtn {
  margin-block: 56px;
}
@media screen and (max-width: 1023px) {
  .backBtn {
    margin-block: 32px;
  }
}
