@charset "utf-8";

/* common ------------------------------------ */
html {
  scroll-behavior: smooth;
}
#pageContents{
  max-width: 890px;
  padding: 0 16px;
}
.containerInner02 {
  max-width: 640px;
  margin: 0 auto;
}
.Ttl_02 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.Ttl_02 .ttl_02Number {
  font-weight: 800;
}
.Ttl_02 .ttl_02Number p {
  color: #ffffff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin: 4px auto 0;
  background-color: #008080;
  border-radius: 50%;
  box-sizing: border-box;
}
.Ttl_02 .ttl_02Txt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 36px;
}
.note {
  margin-top: 16px;
  color: #808080;
}
h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
sup {
  vertical-align: super;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .Ttl_02 {
    margin-bottom: 40px;
  }
  .Ttl_02 .ttl_02Txt {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.3;
  }
  h3 {
    font-size: 20px;
  }
}





/* accordion parts ------------------------------------ */
#flow .accordion,
#faq .accordion {
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px #bfbfbf;
  overflow: hidden;
}
#flow .accordion > ul > li,
#faq .accordion > ul > li {
  border-bottom: none;
}
#flow .accordion > ul > li > a::after,
#faq .accordion > ul > li > a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 32px;
  min-width: 0; /* module.css 打ち消し用 */
  height: 32px;
  margin: auto;
  background: url(/images/icon_plus.svg) no-repeat 0 0;
  transition: all .25s 0s ease;
}
#flow .accordion > ul > li > a.active::after,
#faq .accordion > ul > li > a.active::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 32px;
  min-width: 0; /* module.css 打ち消し用 */
  height: 32px;
  margin: auto;
  background: url(/images/icon_minus.svg) no-repeat 0 0;
  transition: all .25s 0s ease;
}
#flow .accordion .accordionTtl,
#faq .accordion .accordionTtl {
  padding: 24px 76px 24px 24px;
  font-size: 20px;
  line-height: 1.5;
}
#flow .accordion .accordionTtl.active,
#faq .accordion .accordionTtl.active {
  border-bottom: 1px solid #bfbfbf;
}
#flow .accordion .colDownloadWrap,
#faq .accordion .colDownloadWrap {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  #flow .accordion > ul > li > a::after,
  #faq .accordion > ul > li > a::after {
    right: 12px;
  }
  #flow .accordion > ul > li > a.active::after,
  #faq .accordion > ul > li > a.active::after {
    right: 12px;
  }
  #flow .accordion .accordionTtl,
  #faq .accordion .accordionTtl {
    padding: 16px 48px 16px 16px;
    font-size: 16px;
  }
  #flow .accordion .colDownloadWrap,
  #faq .accordion .colDownloadWrap {
    padding: 16px;
    font-size: 14px;
    line-height: 1.75;
  }
}





/* MV ------------------------------------ */
.passkey_hero {
  max-width: 890px;
  overflow: hidden;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .passkey_hero {
    margin: 0 auto;
  }
}





/* flowAnchor ------------------------------------ */
.flowAnchor .flowAnchorArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 890px;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .flowAnchor .flowAnchorArea {
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 0 8px;
  }
}





/* atttention ------------------------------------ */
.boxBlock {
  margin-bottom: 0 !important;
  padding: 24px 32px !important;
  max-width: 824px;
}
.boxBlock .ttl {
  margin-bottom: 10px;
}
.boxBlock.bgColor10 {
  border: 1px solid #DC1C26 !important;
}
.boxBlock a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .boxBlock {
    font-size: 16px;
    padding: 24px 16px !important;
  }
  .boxBlock .ttl {
    font-size: 20px;
  }
}





/* target_tools ------------------------------------ */
.target_tools {
  max-width: 890px;
  margin: 100px auto 0;
}
.target_tools > * + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .target_tools {
    margin: 100px auto 0;
  }
}





/* ServiceAnchor ------------------------------------ */
.ServiceAnchor .AnchorLinkArea ul {
  max-width: 640px;
  margin: 100px auto 0;
  flex-direction: column;
}
.ServiceAnchor.column_3 .AnchorLinkArea ul li {
  max-width: 640px;
}
.ServiceAnchor .AnchorLinkArea ul li a {
  padding: 24px;
}
.ServiceAnchor .AnchorLinkArea ul li a .number {
  margin-right: 16px;
}
.ServiceAnchor .AnchorLinkArea ul li a .number p {
  background-color: #008080;
}
.ServiceAnchor .AnchorLinkArea ul li a::after {
  right: 24px;
  width: 15px;
  height: 15px;
  background: url(/security/passkey/common_fx/images/icon_arrow_01.svg) 0 0 / 100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .ServiceAnchor .AnchorLinkArea ul {
    display: block;
  }
  .ServiceAnchor.column_3 .AnchorLinkArea ul li {
    max-width: 100% !important;
  }
  .ServiceAnchor .AnchorLinkArea ul li a .number {
    margin-right: 8px;
  }
  .ServiceAnchor .AnchorLinkArea ul li a {
    padding: 0 16px 16px;
  }
  .ServiceAnchor .AnchorLinkArea ul li:nth-of-type(n + 2) {
    margin-top: 16px !important;
  }
  .ServiceAnchor .AnchorLinkArea ul li a .number p {
    color: #ffffff;
    background-color: #008080;
    font-size: 18px;
    width: 24px;
    height: 24px;
    padding-top: 4px;
    margin: 2px auto 0;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: .9;
  }
  .ServiceAnchor .AnchorLinkArea ul li a::after {
    right: 16px;
  }
}





/* about ------------------------------------ */
#about div.about_image {
  text-align: center;
}
#about div img {
  max-width: 640px;
}
#about .note {
  margin-top: 16px;
}





/* flow ------------------------------------ */
#flow .Ttl_02 {
  margin-bottom: 0;
}
#flow h3 {
  padding: 64px 0 32px;
}
#flow #flow_PC .flow_PC_text,
#flow #flow_SP .flow_SP_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 32px;
}
#flow #flow_PC .flow_PC_text .note,
#flow #flow_SP .flow_SP_text .note {
  margin-top: 0;
}
#flow .accordionBox .note {
  margin-top: 0;
}
#flow .accordionBox:not(:last-of-type) {
  margin-bottom: 24px;
}
#flow .accordionBox .detailInner_section:not(:first-of-type) {
  border-top: 1px solid #E6E6E6;
  margin-top: 48px;
  padding-top: 48px;
}
#flow .accordionBox .detailInner_section_grid img {
  max-width: 100%;
  height: auto;
}
#flow .accordionBox .detailInner_section_grid .detailInner_section_img {
  margin-top: 8px;
  width: 100%;
  justify-self: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .order_1 { order: 1; }
  .order_2 { order: 2; }
  .order_3 { order: 3; }
  .order_4 { order: 4; }
  .order_5 { order: 5; }
  .order_6 { order: 6; }
  .order_7 { order: 7; }
  .order_8 { order: 8; }
  #flow .accordionBox .detailInner_section_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 32px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
  }
  #flow .accordionBox .detailInner_section_grid .detailInner_section_text {
    grid-column: 1 / -1;
  }
  #flow .accordionBox .detailInner_section_grid .detailInner_section_img._arrow {
    position: relative;
  }
  #flow .accordionBox .detailInner_section_grid .detailInner_section_img._arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(-50% - 16px), -50%);
    width: 24px;
    height: 32px;
    background: url(/security/passkey/common_fx/images/icon_arrow_02.svg) no-repeat center / contain;
  }
}

@media screen and (max-width: 767px) {
  #flow h3 {
    padding: 40px 0 24px;
  }
  #flow #flow_PC .flow_PC_text,
  #flow #flow_SP .flow_SP_text {
    padding-bottom: 24px;
}
  #flow .accordionBox .detailInner_section:not(:first-of-type) {
    margin-top: 32px;
    padding-top: 32px;
  }
  #flow .accordionBox:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #flow .accordionBox .detailInner_section_grid .detailInner_section_text:nth-child(n + 2) {
    margin-top: 24px;
  }
}





/* environment ------------------------------------ */
.tableStyleWrap02 table th,
.tableStyleWrap02 table td {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
#environment table {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px #bfbfbf;
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 890px;
  font-size: 16px;
}
/* 1列目 */
#environment table th:nth-child(1) {
  width: 19% !important;
}
/* 2列目 */
#environment table th:nth-child(2) {
  width: 28% !important;
}
/* 3列目 */
#environment table th:nth-child(3) {
  width: 19% !important;
}
/* 4列目 */
#environment table th:nth-child(4) {
  width: 38% !important;
}
#environment table thead th {
  padding: 16px;
  background-color: #F2F2F2;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}
#environment table thead th+th {
  border-left: 1px solid #bfbfbf;
}
#environment table tbody td {
  padding: 16px;
  text-align: center;
}
#environment table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #bfbfbf;
}
#environment table tbody td+td {
  border-left: 1px solid #bfbfbf;
}
#environment .table-scroll {
  overflow-x: visible !important;
}

@media screen and (max-width: 767px) {
  #environment .tableStyleWrap02 {
    padding: 0 1px 1px;
  }
  #environment table {
    margin: 20px auto 0;
    width: 648px;
    font-size: 14px;
  }
  #environment table tbody td {
    padding: 16px 8px;
  }
  /* 1列目 */
  #environment table th:nth-child(1) {
    width: 15% !important;
  }
  /* 2列目 */
  #environment table th:nth-child(2) {
    width: 28% !important;
  }
  /* 3列目 */
  #environment table th:nth-child(3) {
    width: 17% !important;
  }
  /* 4列目 */
  #environment table th:nth-child(4) {
    width: 39% !important;
  }
  #environment .table-scroll {
    overflow-x: scroll !important;
  }
}





/* merit ------------------------------------ */
#merit .green {
  max-width: 608px;
  margin: 0 auto;
  background-color: #DBF2F2;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
#merit .merit_point {
  max-width: 544px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#merit .merit_point .green_label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  background-color: #008080;
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 20px;
}
#merit .merit_point h3 {
  margin-bottom: 30px;
}
#merit .merit_point img {
  max-width: 396px;
}
#merit .merit_point .merit_point_text {
  margin-top: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #merit .merit_point .green_label {
    font-size: 14px;
    padding: 5px 14px;
    margin-bottom: 10px;
  }
  #merit .merit_point h3 {
    margin-bottom: 20px;
  }
  #merit .merit_point {
    padding: 20px 16px;
  }
  #merit .merit_point .merit_point_text {
    margin-top: 20px;
  }
}





/* login ------------------------------------ */
#login table {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px #bfbfbf;
  overflow: hidden;
  margin: 40px auto 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.28;
}
#login table thead th {
  padding: 16px;
  background-color: #F2F2F2;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}
#login table thead th+th {
  border-left: 1px solid #bfbfbf;
}
#login table tbody td {
  padding: 16px;
  text-align: center;
}
#login table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #bfbfbf;
}
#login table tbody td+td {
  border-left: 1px solid #bfbfbf;
}
#login table thead th.green {
  background-color: #008080;
  color: #ffffff;
  font-weight: bold;
  border-right: 2px solid #008080;
  border-left: 2px solid #008080;
}
#login table tbody td.green {
  background-color: #EDFEFE;
  color: #008080;
  font-weight: bold;
  border-right: 2px solid #008080;
  border-left: 2px solid #008080;
}
#login table tbody tr:last-child td.green {
  border-bottom: 2px solid #008080;
}

@media screen and (max-width: 767px) {
  #login table {
    margin: 20px auto 0;
    width: 100%;
  }
  #login table thead th {
    padding: 14px;
  }
  #login table tbody td {
    padding: 14px 0;
  }
  #login table tbody td:nth-of-type(n+2) {
    padding: 14px 12px;
  }
}





/* faq ------------------------------------ */
#faq .FaqAnchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 890px;
  margin: 64px auto 0;
}
#faq .FaqAnchor .anchorLink .icon {
  margin-right: 8px;
}
#faq [id^="faq_"] {
  padding-top: 64px;
}
#faq [id^="faq_"] > .accordionBox:first-of-type {
  padding-top: 32px;
}
#faq .accordionBox:not(:last-of-type) {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #faq .FaqAnchor {
    flex-direction: column;
    gap: 16px;
    margin: 40px auto 0;
    padding: 0 8px;
  }
  #faq [id^="faq_"] {
    padding-top: 40px;
  }
  #faq [id^="faq_"]+ [id^="faq_"] {
    padding-top: 56px;
  }
  #faq [id^="faq_"] > .accordionBox:first-of-type {
    padding-top: 24px;
  }
  #faq .accordionBox:not(:last-of-type) {
    margin-bottom: 16px;
  }
  #faq .dotList li {
    padding-left: 12px;
  }
  #faq .numList li .num {
    width: 1.25em;
  }
}





/* call ------------------------------------ */
#call .call_number {
  max-width: 400px;
  margin: 0 auto 40px;
}
#call .call_number .call_number_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
  background-color: #f2f2f2;
  border-radius: 4px;
}
#call .call_number .call_number_box p {
  font-size: 32px;
  font-weight: bold;
}
#call .call_number .note {
  margin-top: 8px;
}
#call .call_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#call .call_info .call_info_block p.txtB {
  margin-bottom: 4px;
}
#call .boxBlock .dotList li {
  position: relative;
  padding-left: 20px;
  background: none;
}
#call .boxBlock .dotList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 4px;
  height: 4px;
  background-color: #DC1D26;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #call  .Ttl_02 {
    margin-bottom: 20px;
  }
  #call .call_number {
    margin: 0 auto 20px;
  }
  #call .call_info {
    gap: 16px;
  }
  #call .dotList li,
  #call .boxBlock .dotList li {
    padding-left: 12px;
  }
  #call .boxBlock .dotList li::before {
    top: 0.55em;
  }
}