@charset "UTF-8";

.text-right {
  text-align: right;
}

.pages__section--block-type2 .--note {
  font-size: 1.6rem;
}

#passkey-about,
#passkey-benefits,
#passkey-steps,
#passkey-tools,
#passkey-setup,
#passkey-faq {
  display: block;
  height: 12rem;
  margin-top: -12rem;
  pointer-events: none;
  visibility: hidden;
}

#passkey-about {
  height: 16rem;
  margin-top: -16rem;
}

.pages__section--block-type2 .--note-section + .--note-section {
  margin-top: 4.8rem;
}
.pages__section--block-type2 .section__attention--note {
  margin-top: 2.4rem;
}
.pages__section--block-type2 .--note-section .table__note {
  margin-top: 2.4rem;
}
.pages__section--block-type2 .--title-primary {
  font-size: 1.6rem;
}

.pages__section--block-type2 .link__orange {
  font-size: 1.5rem;
}

.pages__section--block-type2 p.section__attention--note.--secondary {
  background: #f5f5f5;
  border: 1px solid #d6d9de;
  border-radius: 6px;
  padding: 1.6rem 2rem;
  position: relative;
}

.pages__section--block-type2 p.section__attention--note.--secondary::before {
  content: "目次";
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-right: 4rem;
  margin-bottom: 0.8rem;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.pages__section--block-type2 p.section__attention--note.--secondary a.link__orange {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
}

.pages__section--block-type2 p.section__attention--note.--secondary a.link__orange::before {
  content: "・";
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle {
  position: absolute;
  top: 1.6rem;
  right: 1.2rem;
  border: 1px solid #d6d9de;
  border-radius: 4px;
  background: #fff;
  color: #333;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle-icon {
  position: relative;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle-icon::before,
.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle-icon::before {
  top: -5px;
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle-icon::after {
  top: 5px;
}

.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle.is-open .passkey-toc__toggle-icon::before,
.pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle.is-open .passkey-toc__toggle-icon::after {
  opacity: 0;
}

.pages__section--block-type2 p.section__attention--note.--secondary.is-compact a.link__orange,
.pages__section--block-type2 p.section__attention--note.--secondary.is-compact br {
  display: none;
}

.table-type2 {
  width: auto;
}
.table-type2-center {
  margin-left: auto;
  margin-right: auto;
}
.table-type2 caption {
  margin-bottom: .25rem;
}
.table-type2 tbody th,
.table-type2 tbody td {
  border: 1px solid #777;
}
.table-type2 thead th {
  border-top: 0;
  border-bottom: 0;
}
.table-type2 thead th:nth-child(n+2) {
  border-style: solid;
  border-left-color: #fff;
  border-right-color: #fff;
}
.table-type2 thead th:last-child {
  border-right: 0;
}
.table-type2 tbody td {
  background-color: #fff;
}

.--note-list .--note-list {
  margin-left: 2em;
}
.contents__block p,
.contents__block li {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.passkey-steps__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.passkey-steps {
  max-width: 96rem;
  margin: 0 auto;
}

.passkey-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc((100% - 2.4rem) / 3);
  text-align: center;
}

.passkey-steps__item + .passkey-steps__item::before {
  content: "▶";
  position: absolute;
  left: -1.7rem;
  top: 63%;
  transform: translateY(-50%);
  color: #666;
  font-size: 2rem;
  line-height: 1;
}

.passkey-steps__item .--title-primary {
  margin: 0;
  margin-bottom: 0.4rem;
}

.img-placeholder {
  display: block;
  margin: 1.2rem auto 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}

.img-placeholder--firewall {
  width: 240px;
  height: 240px;
  line-height: 240px;
}

.img-placeholder--auth,
.img-placeholder--secure {
  width: 240px;
  height: 240px;
  line-height: 240px;
}

.img-placeholder--step {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.img-placeholder--passkeydisc {
  width: 100%;
  max-width: 620px;
  height: auto;
  aspect-ratio: 620 / 240;
}

.passkey-merit + .passkey-merit {
  margin-top: 2.4rem;
}

.passkey-merits > .--note:first-child {
  margin-bottom: 2.4rem;
}

.passkey-merit .--note,
.passkey-merit .--title-primary {
  margin: 0;
}

.passkey-merit .--title-primary {
  margin-bottom: 0.8rem;
}

.passkey-steps__img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
  margin: 0 auto 1.2rem;
}

@media (min-width: 768px) {
  .passkey-steps {
    margin-top: 2.4rem;
  }

  .passkey-steps__item {
    align-items: center;
    text-align: center;
  }

  .passkey-steps__item .--note {
    order: 2;
    min-height: 4.5em;
    max-width: 18em;
    line-height: 1.45;
  }

  .passkey-steps__item:nth-child(2) .--note {
    line-height: 1.6;
  }

  .passkey-steps__item .passkey-steps__img,
  .passkey-steps__item .img-placeholder--step {
    order: 3;
    align-self: center;
    margin-top: 0.2rem;
  }

  .passkey-merit {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
  }

  .passkey-merit__content {
    flex: 1 1 auto;
  }

  .passkey-merit > .img-placeholder {
    flex: 0 0 auto;
    margin: 0;
  }

  .passkey-steps__img,
  .img-placeholder--step {
    width: 180px;
    max-width: 180px;
    height: 180px;
    line-height: 180px;
  }
}

.passkey-steps__item .--note {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #passkey-about,
  #passkey-benefits,
  #passkey-steps,
  #passkey-tools,
  #passkey-setup,
  #passkey-faq {
    height: 8rem;
    margin-top: -8rem;
  }

  #passkey-about {
    height: 10rem;
    margin-top: -10rem;
  }

  .pages__section--block-type2 p.section__attention--note.--secondary {
    margin-top: 2rem;
    padding: 1.2rem 1.4rem;
  }

  .pages__section--block-type2 p.section__attention--note.--secondary .passkey-toc__toggle {
    top: 1.2rem;
    right: 0.9rem;
  }

  .pages__section--block-type2 p.section__attention--note.--secondary a.link__orange {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .passkey-merit__content { display: block; }

  .img-placeholder--passkeydisc {
    height: auto;
  }

  .img-placeholder--firewall {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }

  .img-placeholder--auth,
  .img-placeholder--secure {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }

  .passkey-steps__list {
    display: block;
  }

  .passkey-steps__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 1.2rem;
    row-gap: 0.1rem;
    width: 100%;
    text-align: left;
    align-items: start;
  }

  .passkey-steps__item + .passkey-steps__item::before {
    content: none;
    left: calc(80px + 0.6rem);
    top: -3.2rem;
    transform: translateX(-50%);
    color: #666;
    font-size: 1.8rem;
    line-height: 1;
  }

  .passkey-steps__item .--title-primary {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: start;
    line-height: 1.2;
  }

  .passkey-steps__item .passkey-steps__img,
  .passkey-steps__item .img-placeholder--step {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    align-self: start;
    width: 80px;
    max-width: 80px;
  }

  .passkey-steps__item .--note {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: start;
    line-height: 1.35;
  }

  .passkey-steps__item + .passkey-steps__item {
    margin-top: 3.6rem;
  }

}

/* Passkey page: uplift 14px text to 16px by local overrides only */
.pages__section--block-type2 .--note-primary,
.pages__section--block-type2 .--note-list,
.pages__section--block-type2 .qa__list .qa__list--header-title,
.pages__section--block-type2 .qa__list .qa__list--body-note,
.pages__section--block-type2 .qa__list .qa__list--body-note .--note,
.pages__section--block-type2 p.section__attention--note.--secondary::before,
.pages__section--block-type2 p.section__attention--note.--secondary a.link__orange {
  font-size: 1.6rem;
}

/* Passkey page: force all text in this content block to 16px */
.pages__section--block-type2,
.pages__section--block-type2 *,
.pages__section--block-type2 *::before,
.pages__section--block-type2 *::after {
  font-size: 1.6rem !important;
}
