@charset "UTF-8";
#next_body {
  padding-bottom: 0;
}

.passkey-about__mb32 {
  margin-bottom: 32px;
}

.passkey-about__wrap {
  max-width: 540px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__hero {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.passkey-about__hero-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.passkey-about__body {
  padding: 0 16px;
}

.passkey-about__alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 24px;
  padding: 11px;
  border: 1px solid #FDBBCD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #FEF4F7;
}

.passkey-about__alert-icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.passkey-about__alert-text {
  margin: 0;
  color: #FA628A;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__channel-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.passkey-about__channel-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 53px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 2;
  background: #cdeeef;
}

.passkey-about__channel-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #CDEEEF;
  color: #00938E;
  border: none;
  border-bottom: 3px solid #93D8DA;
  -webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.passkey-about__channel-sticky-scope {
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__channel-sticky-scope > .passkey-about__section {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__section {
  padding-bottom: 60px;
  scroll-margin-top: 110px;
}

.passkey-about__section--intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.passkey-about__section--intro > .passkey-about__section-title {
  margin-bottom: 0;
}

.passkey-about__section--intro > .passkey-about__text {
  margin-bottom: 0;
}

.passkey-about__intro-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 48px;
  width: 100%;
  padding: 0 16px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #FA628A;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.12px;
  text-align: center;
  text-decoration: none;
}

.passkey-about__intro-cta:active {
  opacity: 0.92;
}

.passkey-about__section-title {
  margin: 0 0 16px;
  color: #00938E;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.468px;
}

.passkey-about__section-title--panel-top {
  margin-bottom: 16px;
}

.passkey-about__text {
  margin: 0 0 16px;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.passkey-about__text:last-child {
  margin-bottom: 0;
}

.passkey-about__text--mb24 {
  margin-bottom: 24px;
}

.passkey-about__text--mb32 {
  margin-bottom: 32px;
}

.passkey-about__toc {
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #EEF9FA;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.passkey-about__toc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  margin: 0 0 12px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__toc li::before {
  content: "・";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.passkey-about__toc li:last-child {
  margin-bottom: 0;
}

.passkey-about__toc a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #0C0C0C;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.passkey-about__merit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  border: 2px solid #ACE2E4;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #FFF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__merit-card:last-child {
  margin-bottom: 0;
}

.passkey-about__merit-illust {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #CDEEEF;
  overflow: hidden;
}

.passkey-about__merit-illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.passkey-about__merit-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.passkey-about__merit-name {
  margin: 0 0 8px;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.passkey-about__merit-desc {
  margin: 0;
  color: #0C0C0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__env-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__env-block:last-child {
  margin-bottom: 0;
}

.passkey-about__env-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 32px;
  padding: 4px 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #19BEBE;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: center;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.passkey-about__env-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 0;
  background: #EDFAFA;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__env-row:last-child {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  overflow: hidden;
}

.passkey-about__env-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 14px 8px;
  background: #D3F0F1;
  color: #0C0C0C;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__env-label--windows {
  padding: 14px 6.5px;
}

.passkey-about__env-line {
  margin: 0;
  width: 100%;
}

.passkey-about__env-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 0;
  color: #0C0C0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__env-cell:has(.passkey-about__env-line:nth-child(2)) {
  padding: 8px 0;
}

.passkey-about__notes-box {
  margin: 0;
  padding: 16px;
  background: #F7F7F7;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.passkey-about__notes-subtitle {
  margin: 0 0 12px;
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.passkey-about__notes-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.passkey-about__notes-list:last-child {
  margin-bottom: 0;
}

.passkey-about__notes-list li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 1em;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__notes-list li:last-child {
  margin-bottom: 0;
}

.passkey-about__notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.passkey-about__sticky-scope {
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4FCFC;
}

.passkey-about__panels {
  padding: 41px 16px 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  scroll-margin-top: 110px;
}

.passkey-about__subtab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.passkey-about__subtab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  height: 54px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  background: #EEF9FA;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 2;
}

.passkey-about__subtab-bar label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #00938E;
  cursor: pointer;
  background: #CDEEEF;
  border: none;
  border-bottom: 3px solid #93D8DA;
  -webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.passkey-about__subtab-bar label::before, .passkey-about__subtab-bar label::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid transparent;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  pointer-events: none;
}

.passkey-about__subtab-bar label::before {
  bottom: -3px;
}

.passkey-about__subtab-bar label::after {
  bottom: 0;
}

.passkey-about__panel--register, .passkey-about__panel--login {
  display: none;
}

.passkey-about__step {
  margin-bottom: 0;
}

.passkey-about__step-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 24px;
}

.passkey-about__step-arrow img {
  display: block;
  width: 40px;
  height: 20px;
}

.passkey-about__step-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.passkey-about__step-num {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.passkey-about__step-title {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.passkey-about__step-body {
  margin: 0 0 16px;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__step-body--figure-below {
  margin-bottom: 0;
}

.passkey-about__step-body--before-muted-note {
  margin-bottom: 8px;
}

.passkey-about__step-figure {
  margin-top: 16px;
}

.passkey-about__step-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.passkey-about__step-figure--channel-step2 .passkey-about__channel-fig, .passkey-about__step-figure--channel-sms3 .passkey-about__channel-fig, .passkey-about__step-figure--channel-step5 .passkey-about__channel-fig, .passkey-about__step-figure--channel-login1 .passkey-about__channel-fig, .passkey-about__step-figure--channel-login2 .passkey-about__channel-fig {
  display: none;
}

.passkey-about__step-figure--login-1 {
  margin-top: 12px;
  padding: 0;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #dcf3f5;
  overflow: hidden;
  min-height: 226px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__step-figure--login-1 img {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.passkey-about__step-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 0 0 12px;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 20px;
}

.passkey-about__step-note--muted {
  color: #6d6d6d;
}

.passkey-about__step-shot {
  margin: 0;
  padding: 14px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 2px solid #ACE2E4;
  background: #FFF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.passkey-about__step-shot .passkey-about__step-body:last-child,
.passkey-about__step-shot .passkey-about__step-note:last-child,
.passkey-about__step-shot .passkey-about__step-figure:last-child {
  margin-bottom: 0;
}

.passkey-about__cta-wide {
  display: block;
  padding: 10px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #FA628A;
  color: #FFF;
  font-size: 14.507px;
  font-weight: 500;
  line-height: 21.761px;
  letter-spacing: 1.016px;
  text-align: center;
  text-decoration: none;
}

.passkey-about__cta-wide:active {
  opacity: 0.92;
}

.passkey-about__link-row {
  margin-top: 24px;
  text-align: center;
}

.passkey-about__link-row a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00938E;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.passkey-about__link-row a img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.passkey-about__faq-wrap {
  margin: 0 -16px -55px;
  padding: 40px 16px 98px;
  background: #00938E;
  scroll-margin-top: 35px;
}

.passkey-about__faq-title {
  margin: 0 0 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.468px;
}

.passkey-about__faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.passkey-about__faq-list > li {
  margin: 0 0 12px;
}

.passkey-about__faq-list > li:last-child {
  margin-bottom: 0;
}

.passkey-about__faq-details {
  margin: 0;
  padding: 12px;
  background: #00807B;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.passkey-about__faq-details[open] {
  gap: 20px;
}

.passkey-about__faq-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.7px;
  list-style: none;
  cursor: pointer;
}

.passkey-about__faq-summary::-webkit-details-marker {
  display: none;
}

.passkey-about__faq-summary::after {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23FFF' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.passkey-about__faq-details[open] .passkey-about__faq-summary::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.passkey-about__faq-qwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.passkey-about__faq-qicon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.passkey-about__faq-answer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.passkey-about__faq-aicon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.passkey-about__faq-answer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.passkey-about__support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.passkey-about__support-title {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.468px;
}

.passkey-about__support-text {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.passkey-about__contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 48px;
  width: 100%;
  padding: 0 16px;
  background: #ACE2E4;
  color: #00938E;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.passkey-about__contact-btn:active {
  opacity: 0.95;
}

.passkey-about__toolbar-float {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  pointer-events: none;
}

.passkey-about__toolbar-float-inner {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 66px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.passkey-about__toolbar-fixed {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.passkey-about__toolbar-fixed.show {
  pointer-events: auto;
  opacity: 1;
}

.passkey-about__toolbar-fixed img {
  display: block;
  width: 50px;
  height: 50px;
}

#passkey-channel-web:checked ~ .passkey-about__channel-sticky-scope .passkey-about__channel-bar label[for="passkey-channel-web"],
#passkey-channel-app:checked ~ .passkey-about__channel-sticky-scope .passkey-about__channel-bar label[for="passkey-channel-app"] {
  background: #00938E;
  color: #fff;
  border-bottom-color: #0C7979;
}

#passkey-channel-web:checked ~ .passkey-about__channel-sticky-scope #passkey-section-env .passkey-about__env-block--app {
  display: none;
}

#passkey-channel-app:checked ~ .passkey-about__channel-sticky-scope #passkey-section-env .passkey-about__env-block--web {
  display: none;
}

.passkey-about--ios #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step2 .passkey-about__channel-fig--app-ios,
.passkey-about--android #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step2 .passkey-about__channel-fig--app-android,
.passkey-about--android #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step2 .passkey-about__channel-fig--web-android,
.passkey-about--ios #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step2 .passkey-about__channel-fig--web-ios {
  display: block;
}

.passkey-about--ios #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-sms3 .passkey-about__channel-fig--app-ios,
.passkey-about--android #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-sms3 .passkey-about__channel-fig--app-android,
.passkey-about--android #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-sms3 .passkey-about__channel-fig--web-android,
.passkey-about--ios #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-sms3 .passkey-about__channel-fig--web-ios {
  display: block;
}

.passkey-about--ios #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step5 .passkey-about__channel-fig--app-ios,
.passkey-about--android #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step5 .passkey-about__channel-fig--app-android,
.passkey-about--android #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step5 .passkey-about__channel-fig--web-android,
.passkey-about--ios #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-step5 .passkey-about__channel-fig--web-ios {
  display: block;
}

.passkey-about--ios #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login1 .passkey-about__channel-fig--app-ios,
.passkey-about--android #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login1 .passkey-about__channel-fig--app-android,
.passkey-about--android #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login1 .passkey-about__channel-fig--web-android,
.passkey-about--ios #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login1 .passkey-about__channel-fig--web-ios {
  display: block;
}

.passkey-about--ios #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login2 .passkey-about__channel-fig--app-ios,
.passkey-about--android #passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login2 .passkey-about__channel-fig--app-android,
.passkey-about--android #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login2 .passkey-about__channel-fig--web-android,
.passkey-about--ios #passkey-channel-web:checked ~ .passkey-about__sticky-scope .passkey-about__step-figure--channel-login2 .passkey-about__channel-fig--web-ios {
  display: block;
}

.passkey-about__wrap--env-app-only #passkey-section-env .passkey-about__env-block--web {
  display: none;
}

.passkey-about__wrap--env-app-only .passkey-about__notes-item--web-only,
#passkey-channel-app:checked ~ .passkey-about__channel-sticky-scope .passkey-about__notes-item--web-only {
  display: none;
}

#passkey-channel-app:checked ~ .passkey-about__sticky-scope .passkey-about__step-note--muted {
  display: none;
}

.passkey-about__wrap--no-channel-bar:not(.passkey-about__wrap--env-app-only) .passkey-about__section,
.passkey-about__wrap--no-channel-bar:not(.passkey-about__wrap--env-app-only) .passkey-about__panels {
  scroll-margin-top: 57px;
}

.passkey-about__wrap--env-app-only .passkey-about__section,
.passkey-about__wrap--env-app-only .passkey-about__faq-wrap {
  scroll-margin-top: 0;
}

.passkey-about__wrap--env-app-only .passkey-about__panels {
  scroll-margin-top: 54px;
}

.passkey-about__wrap--env-app-only .passkey-about__subtab-bar {
  top: 0;
}

#passkey-subtab-register:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-register"],
#passkey-subtab-login:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-login"] {
  background: #00938E;
  color: #fff;
  border-bottom-color: #0C7979;
}

#passkey-subtab-register:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-register"]::before,
#passkey-subtab-login:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-login"]::before {
  border-top-color: #0C7979;
}

#passkey-subtab-register:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-register"]::after,
#passkey-subtab-login:checked ~ .passkey-about__subtab-bar label[for="passkey-subtab-login"]::after {
  border-top-color: #00938E;
}

#passkey-subtab-register:checked ~ .passkey-about__panels .passkey-about__panel--register,
#passkey-subtab-login:checked ~ .passkey-about__panels .passkey-about__panel--login {
  display: block;
}

/*# sourceMappingURL=passkey_about.css.map */
