/* --------------------------------------------------
   ekycの案内
-------------------------------------------------- */

 .hgkyc-wrap *{ box-sizing:border-box; }

  .hgkyc-wrap{
    background:#f2f5fa;
    color:#222222;
    line-height:1.7;
    -webkit-font-smoothing:antialiased;
    max-width:1056px;
    margin:0 auto;
    padding:56px 20px 72px;
  }

  /* ---------- Head ---------- */
  .hgkyc-head{
    text-align:center;
    margin-bottom:48px;
  }
  .hgkyc-title{
    font-size:26px;
    font-weight:800;
    color:#0b2745;
    margin:0 0 16px;
    letter-spacing:.02em;
  }
  .hgkyc-subtitle{
    margin:0 0 20px;
  }
  .hgkyc-marker{
    display:inline;
    font-size:24px;
    font-weight:600;
    color:#00499f;
    background:linear-gradient(transparent 68%, #fbfb00 68%);
    -webkit-box-decoration-break:clone;
    box-decoration-break:clone;
    padding:0 3px;
    line-height:1.8;
  }
  .hgkyc-lead{
    font-size:16px;
    color:#3d3d3d;
    max-width:720px;
    margin:0 auto;
    text-align:left;
  }
  .hgkyc-sp-only{
    display:none;
  }

  /* ---------- Steps ---------- */
  .hgkyc-steps{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:10px;
    margin-bottom:56px;
  }
  .hgkyc-step{
    flex:1 1 0;
    max-width:290px;
    text-align:center;
    background:#ffffff;
    border-radius:0;
    padding:26px 18px 24px;
  }
  .hgkyc-step-badge{
    display:inline-block;
    font-size:13px;
    font-weight:800;
    letter-spacing:.06em;
    color:#ffffff;
    background:#00499f;
    border-radius:999px;
    padding:5px 16px;
    margin-bottom:16px;
  }
  .hgkyc-step-icon{
    width:140px;
    height:140px;
    margin:0 auto 16px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hgkyc-step-icon img{
    width:140px;
    height:140px;
    display:block;
    object-fit:contain;
  }
  .hgkyc-step-title{
    font-size:16px;
    font-weight:700;
    color:#00499f;
    margin:0 0 8px;
  }
  .hgkyc-step-text{
    font-size:16px;
    color:#3d3d3d;
    margin:0;
    text-align:left;
  }

  .hgkyc-arrow{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hgkyc-arrow svg{
    width:28px;
    height:28px;
    display:block;
  }

  /* ---------- Merit ---------- */
  .hgkyc-merit{
    margin-bottom:50px;
  }
  .hgkyc-merit{
    text-align:center;
  }
  .hgkyc-merit-title{
    margin:0 0 28px;
  }
  .hgkyc-merit-grid{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    justify-content:center;
  }
  .hgkyc-merit-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    text-align:left;
    flex:1 1 300px;
    max-width:471px;
    background:#ffffff;
    border-radius:0;
    padding:24px 26px;
  }
  .hgkyc-merit-img{
    flex:0 0 96px;
    width:96px;
    height:96px;
    display:block;
    object-fit:contain;
  }
  .hgkyc-merit-body{
    flex:1;
    min-width:0;
  }
  .hgkyc-merit-item h4{
    font-size:20px;
    font-weight:700;
    color:#00499f;
    margin:0 0 10px;
    display:flex;
    align-items:center;
    gap:8px;
  }
  .hgkyc-merit-item h4::before{
    content:"";
    flex:0 0 auto;
    width:20px;
    height:20px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f39800'/%3E%3Cpath d='M7 12.5l3 3 7-7' stroke='white' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  }
  .hgkyc-merit-item p{
    font-size:16px;
    color:#3d3d3d;
    margin:0;
    text-align:left;
  }

  /* ---------- Notes ---------- */
  .hgkyc-notes{
    border-top:1px solid #e3e7ec;
    padding-top:20px;
  }
  .hgkyc-notes p{
    font-size:14px;
    color:#3d3d3d;
    margin:0 0 6px;
    line-height:1.7;
    text-align: left;
  }
  .hgkyc-notes p:last-child{
    margin-bottom:0;
  }
  .hgkyc-notes p span {
    color: #e93817;
    font-weight: 700;
  }

  @media (max-width:760px){
    .hgkyc-title{ font-size:22px; }
    .hgkyc-subtitle .hgkyc-marker{ font-size:18px; }

    .hgkyc-steps{
      flex-direction:column;
      align-items:center;
      gap:0;
    }
    .hgkyc-step{
      max-width:320px;
      width:100%;
    }
    .hgkyc-arrow{
      padding:10px 0;
    }
    .hgkyc-arrow svg{
      transform:rotate(90deg);
    }
    .hgkyc-sp-only{
      display:block;
    }
    .hgkyc-merit-item{
      flex-direction:column;
      align-items:center;
      text-align:center;
    }
    .hgkyc-merit-img{
      margin-bottom:4px;
    }
    .hgkyc-merit-item p{
      text-align:left;
    }
  }