/* EDR+MDR LP 本文 */
  /* ---------- generic section ---------- */
  section{padding:88px 0}
  .eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--orange-dk);text-transform:uppercase;margin-bottom:18px}
  .eyebrow::before{content:"";width:22px;height:2px;background:var(--orange)}
  .eyebrow.on-dark{color:#7fb4e6}
  .eyebrow.on-dark::before{background:var(--orange)}
  h2.sec{font-family:var(--serif);font-weight:700;font-size:clamp(26px,4.2vw,40px);line-height:1.4;letter-spacing:.01em;margin-bottom:18px}
  .lead{color:var(--slate);font-size:16px;max-width:680px}
  .center{text-align:center}
  .center .eyebrow{justify-content:center}
  .center .lead{margin-left:auto;margin-right:auto}
  .br-pc{display:inline}

  /* ---------- hero (poster) ---------- */
  .hero{padding:0;position:relative;overflow:hidden}
  .hero-poster{min-height:clamp(460px,72vh,640px)}
  .hero-poster-bg{position:absolute;inset:0}
  .hero-poster-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
  .hero-poster-overlay{
    position:absolute;inset:0;
    background:linear-gradient(105deg,
      rgba(8,20,36,.94) 0%,
      rgba(8,20,36,.91) 30%,
      rgba(10,26,44,.88) 48%,
      rgba(12,30,48,.58) 72%,
      rgba(14,34,54,.30) 100%
    );
  }
  .hero-poster-inner{
    position:relative;z-index:1;
    min-height:clamp(460px,72vh,640px);
    display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
    padding:40px var(--gut) 48px;
  }
  .hero-poster-content{max-width:720px;color:#fff;text-align:left}
  .hero-poster .servicename{margin-bottom:10px;text-align:left}
  .hero-poster .servicename .sname{color:#fff}
  .hero-poster .servicename .sname .edr{color:#7fb4e6}
  .hero-poster .kicker{font-size:14px;font-weight:700;color:#9ec5ea;letter-spacing:.04em;margin-bottom:22px;display:flex;align-items:center;justify-content:flex-start;gap:10px}
  .hero-poster .kicker::before{content:"";width:26px;height:2px;background:var(--orange)}
  .hero-poster h1{font-family:var(--serif);font-weight:800;font-size:clamp(32px,5.6vw,56px);line-height:1.28;letter-spacing:.01em;color:#fff}
  .hero-poster h1 .sm{display:block;font-family:var(--sans, "Zen Kaku Gothic New", sans-serif);font-size:.42em;font-weight:700;margin-top:16px;line-height:1.55;color:#fff}
  .hero-poster h1 em{font-style:normal;color:#ffb347;font-weight:800;text-decoration:none}
  .hero-poster p.sub{
    margin-top:24px;
    color:#fff;
    font-size:15.5px;
    max-width:600px;
    line-height:1.75;
    border-left:2px solid #fff;
    padding-left:18px;
  }
  .hero-poster .cta{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start}
  .hero-poster .btn-on-dark{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.06)}
  .hero-poster .btn-on-dark:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.12)}

  /* ---------- problem ---------- */
  .feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:42px}
  .feat-grid-6{grid-template-columns:repeat(3,1fr);margin-top:42px}
  .card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;text-align:left;transition:transform .25s, box-shadow .25s, border-color .25s}
  .card:hover{transform:translateY(-4px);box-shadow:0 24px 44px -28px rgba(20,40,70,.35);border-color:#d9e2ec}
  .card .ic{width:48px;height:48px;border-radius:12px;background:var(--orange-tint);display:grid;place-items:center;margin-bottom:16px}
  .card .ic svg{width:24px;height:24px;stroke:var(--orange-dk);fill:none;stroke-width:1.7}
  .card h3{font-size:17px;font-weight:700;margin-bottom:8px}
  .card p{font-size:14px;color:var(--slate);line-height:1.85;text-align:left}
  .card-span{grid-column:1/-1}
  .card-row{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap}
  .card-row .ic{margin-bottom:0;flex:0 0 auto}
  .card-row-body{flex:1;min-width:240px}
  .option-badge{
    display:inline-block;
    margin-left:.6em;
    padding:.15em .7em;
    font-size:.68em;
    font-weight:700;
    letter-spacing:.05em;
    color:#fff;
    background:#0a6ebd;
    border-radius:999px;
    vertical-align:middle;
  }

  /* ---------- dark stat block ---------- */
  .dark{background:var(--navy);color:#eaf0f6}
  .dark h2.sec{color:#fff}
  .dark .lead{color:#a9bccd}
  .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.02)}
  .stat{padding:38px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}
  .stat:last-child{border-right:none}
  .stat .num{font-family:var(--serif);font-weight:700;font-size:clamp(34px,5vw,52px);line-height:1;color:#ff6b6b}
  .stat .num.cy{color:#ff6b6b}
  .stat .lab{margin-top:14px;font-size:13px;color:#aebfce;line-height:1.6}
  .src{margin-top:18px;font-size:11.5px;color:#7f93a6}
  .chain{margin-top:34px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:26px 28px;text-align:left}
  .chain b{color:#fff}
  .chain p{color:#b8c8d6;font-size:14.5px;text-align:left;line-height:1.9}

  /* ---------- how it differs: AV limit ---------- */
  .soft{background:var(--soft)}
  .steps2-title{font-weight:800;font-size:1.08rem;letter-spacing:.04em;margin:20px 0 12px;text-align:center}
  .steps2{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:0;margin-top:12px}
  .steps2 .step2{flex:1 1 240px;min-width:220px}
  .steps2 .flow-arrow{display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:30px;font-weight:700;line-height:1;color:#0a6ebd}
  .step2{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;text-align:left}
  .step2 .n{font-family:var(--serif);font-size:15px;font-weight:700;color:var(--orange);border:1.5px solid var(--orange);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-bottom:14px}
  .step2 h4{font-size:15.5px;margin-bottom:6px}
  .step2 h4 .sub{display:inline;font-size:.86em;font-weight:700;color:var(--orange-dk);margin-left:2px}
  .step2 p{font-size:13.5px;color:var(--slate);text-align:left}
  .note-line{margin-top:26px;font-size:13px;color:var(--mute);text-align:left}
  .src{text-align:center}
  .mark{font-weight:800;color:var(--ink);background:linear-gradient(transparent 62%,#ffd94a 62%)}
  strong.mark{
    background-image:linear-gradient(transparent 62%,#ffd94a 62%);
    text-decoration-color:#ffd94a;
    border-bottom-color:#ffd94a;
  }
  .feat-notes{
    margin-top:28px;
    text-align:left;
    max-width:920px;
    margin-left:auto;
    margin-right:auto;
  }
  .feat-notes p{
    font-size:12.5px;
    color:var(--mute);
    line-height:1.8;
    margin:0 0 10px;
    text-align:left;
  }

  /* ---------- solution ---------- */
  .solution .body{text-align:center}
  .solution .body .lead{margin-left:auto;margin-right:auto}
  .solution-steps{
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    align-items:stretch;
    gap:14px;
    margin:40px auto 0;
    max-width:900px;
  }
  .solution-steps .pill{
    text-align:center;
    background:var(--orange-tint);
    border-radius:14px;
    padding:24px 16px;
  }
  .solution-steps .arrow{
    display:flex;align-items:center;justify-content:center;
    font-size:32px;font-weight:900;color:var(--orange);opacity:.7;
  }
  .pill .t{font-family:var(--serif);font-weight:700;font-size:19px;color:var(--orange-dk)}
  .pill .d{font-size:12.5px;color:var(--slate);margin-top:8px;line-height:1.5}
  .solution .body h2.sec{margin-bottom:14px}
  .solution .body .prodname{margin-top:18px;font-weight:700;color:var(--ink);font-size:15px}
  .solution .body .prodname span{color:var(--mute);font-weight:500;font-size:13px}
  .solution .body .cta{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}

  /* ---------- values ---------- */
  .values{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}
  .value{text-align:left;padding:34px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .25s,box-shadow .25s}
  .value:hover{transform:translateY(-4px);box-shadow:0 26px 46px -30px rgba(20,40,70,.4)}
  .value .ic{width:64px;height:64px;border-radius:50%;background:var(--orange-tint);display:grid;place-items:center;margin:0 0 18px}
  .value .ic svg{width:30px;height:30px;stroke:var(--orange-dk);fill:none;stroke-width:1.6}
  .value h3{font-family:var(--serif);font-size:21px;margin-bottom:10px}
  .value p{font-size:14px;color:var(--slate);text-align:left}

  /* ---------- compare table ---------- */
  .tablewrap{margin-top:40px;overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:left}
  table{width:100%;border-collapse:collapse;min-width:560px}
  thead th{background:var(--navy);color:#fff;font-size:14px;font-weight:700;padding:18px 22px;text-align:left}
  thead th.c{text-align:center;width:150px;vertical-align:middle}
  tbody td{padding:18px 22px;border-top:1px solid var(--line);font-size:14.5px;text-align:left;vertical-align:middle}
  tbody td.c{text-align:center;font-weight:700}
  tbody tr:nth-child(even){background:#fafbfd}
  .x{color:var(--red);font-size:20px;line-height:1}
  .o{color:var(--green);font-size:20px;line-height:1}
  .colhead{display:inline-block;font-size:12px;color:#aeb9c6;font-weight:700;line-height:1.45}

  /* ---------- pricing ---------- */
  .price-table{margin-top:40px;overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
  .price-table table{min-width:620px}
  .price-table thead th{background:var(--navy);text-align:center;padding:16px 14px}
  .price-table tbody td{text-align:center;font-variant-numeric:tabular-nums;padding:16px 14px;border-right:1px solid var(--line)}
  .price-table tbody td:last-child{border-right:none}
  .price-table thead th{border-right:1px solid rgba(255,255,255,.12)}
  .price-table thead th:last-child{border-right:none}
  .pnote{margin-top:16px;font-size:12.5px;color:var(--mute);text-align:left;max-width:920px;margin-left:auto;margin-right:auto}
  .pnote a{color:var(--orange-dk);text-decoration:underline}
  .price-tag{display:inline-block;margin-top:8px;font-family:var(--serif);font-weight:700;font-size:clamp(24px,4vw,34px);color:var(--orange-dk)}

  /* ---------- reasons ---------- */
  .reasons{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;margin-top:44px}
  .reasons .reason{flex:0 1 calc((100% - 2 * 22px) / 3);min-width:260px}
  .reason{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;text-align:left}
  .reason .num{font-family:var(--serif);font-size:13px;font-weight:700;color:#fff;background:var(--orange);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;margin-bottom:14px}
  .reason h3{font-size:17px;margin-bottom:8px}
  .reason p{font-size:13.5px;color:var(--slate);text-align:left}

  /* ---------- steps (flow) ---------- */
  .flow{margin-top:46px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;counter-reset:step;align-items:start}
  .flow .s{position:relative;text-align:center;padding:8px}
  .flow .s .dot{width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid var(--orange);color:var(--orange-dk);font-family:var(--serif);font-weight:700;font-size:20px;display:grid;place-items:center;margin:0 auto 16px;position:relative;z-index:2}
  .flow .s h4{font-size:14.5px;margin-bottom:6px;text-align:center}
  .flow .s p{font-size:12.5px;color:var(--slate);text-align:left}
  /* 線はドット中心（padding 8px + 半径 27px）に合わせ、gap分も伸ばす */
  .flow .s:not(:last-child)::after{
    content:"";
    position:absolute;
    top:calc(8px + 27px);
    left:50%;
    width:calc(100% + 14px);
    height:2px;
    background:var(--line);
    z-index:1;
    transform:translateY(-50%);
  }

  /* ---------- FAQ ---------- */
  .faq{max-width:820px;margin:40px auto 0}
  details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:12px;overflow:hidden}
  details[open]{border-color:#d8e2ec;box-shadow:0 16px 34px -28px rgba(20,40,70,.4)}
  summary{list-style:none;cursor:pointer;padding:20px 22px;font-weight:700;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:16px}
  summary::-webkit-details-marker{display:none}
  summary::after{content:"+";font-size:22px;color:var(--orange);font-weight:400;transition:transform .25s;flex:none}
  details[open] summary::after{transform:rotate(45deg)}
  details .a{padding:0 22px 22px;color:var(--slate);font-size:14.5px}

  /* ---------- tech proof (service content) ---------- */
  .tech-proof{
    margin-top:46px;
    text-align:left;
    background:linear-gradient(135deg,#0e2236,#13314c);
    color:#fff;
    border-radius:22px;
    padding:42px;
    position:relative;
    overflow:hidden;
  }
  .tech-proof::before{
    content:"";
    position:absolute;right:-100px;top:-100px;
    width:260px;height:260px;border-radius:50%;
    background:rgba(31,95,181,.18);
  }
  .tech-proof > *{position:relative;z-index:1}
  .tech-proof h3{
    font-family:var(--serif);
    font-size:clamp(24px,3.2vw,34px);
    line-height:1.4;
    margin:8px 0 16px;
    color:#fff;
  }
  .tech-proof .tech-sub{
    font-size:17px;font-weight:700;color:#e6f0f8;margin:0 0 18px;
  }
  .tech-proof p{color:#b8c8d6;font-size:14.5px;margin:0 0 14px;line-height:1.85}
  .proof-metrics{
    display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;
  }
  .proof-card{
    background:#fff;color:var(--ink);
    border-radius:14px;padding:20px 16px;text-align:center;
  }
  .proof-card .ic{
    width:42px;height:42px;border-radius:12px;
    background:var(--orange-tint);
    display:grid;place-items:center;
    margin:0 auto 12px;
  }
  .proof-card .ic svg{
    width:22px;height:22px;
    stroke:var(--orange-dk);fill:none;stroke-width:1.7;
  }
  .proof-card .metric{
    font-size:15px;font-weight:800;color:var(--orange-dk);line-height:1.4;
  }
  .proof-card .desc{
    font-size:12.5px;color:var(--slate);margin-top:8px;line-height:1.5;
  }
  .tech-logo-row{
    margin-top:28px;padding-top:24px;
    border-top:1px solid rgba(255,255,255,.14);
    display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
  }
  .tech-logo-row .powered{
    font-size:12px;font-weight:800;letter-spacing:.12em;color:#7fb4e6;
  }
  .tech-logo-row .caption{
    font-size:13.5px;color:#a9bccd;margin-top:8px;line-height:1.7;
  }
  .tech-logo-box{
    background:#fff;border-radius:12px;padding:14px 18px;
    display:flex;align-items:center;justify-content:center;min-width:260px;
  }
  .tech-logo-box img{max-width:280px;width:100%;height:auto;display:block}

  /* ---------- mid CTA + final CTA ---------- */
  .midcta{background:linear-gradient(120deg,#13314c,#0e2236);color:#fff;text-align:center;border-radius:22px;padding:54px 28px;margin:0 var(--gut)}
  .midcta .wrap2{max-width:720px;margin:0 auto}
  .midcta h3{font-family:var(--serif);font-size:clamp(22px,3.4vw,30px);line-height:1.5;margin-bottom:14px}
  .midcta p{color:#adc0d0;margin-bottom:26px;font-size:15px}

  .contact{background:var(--navy)}
  .contact .grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start;max-width:720px;margin:0 auto}
  .contact .info h2.sec{color:#fff;font-size:clamp(22px,3.2vw,32px)}
  .contact .info .lead{color:#a9bccd}
  .contact .info ul{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:14px}
  .contact .info li{display:flex;gap:13px;align-items:flex-start;color:#c7d5e2;font-size:14px}
  .contact .info li svg{width:20px;height:20px;stroke:var(--orange);fill:none;stroke-width:1.7;flex:none;margin-top:3px}
  .form{background:#fff;border-radius:20px;padding:34px;box-shadow:0 40px 80px -40px rgba(0,0,0,.5)}
  .form h3{font-family:var(--serif);font-size:20px;margin-bottom:6px}
  .form .fnote{font-size:13px;color:var(--slate);margin-bottom:22px}
  .field{margin-bottom:16px}
  .field label,.field legend{display:block;font-size:13px;font-weight:700;margin-bottom:7px;color:var(--ink)}
  .field label .req,.field legend .req{color:var(--orange-dk);font-size:11px;margin-left:6px;font-weight:700}
  .field.fieldset{border:0;padding:0;min-width:0}
  .field.fieldset legend{padding:0}
  .field input,.field textarea,.field select{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;font-family:inherit;color:var(--ink);background:#fcfdfe;transition:border-color .2s, box-shadow .2s}
  .field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23667' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;padding-right:36px;cursor:pointer}
  .field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(31,95,181,.18)}
  .field textarea{resize:vertical;min-height:110px}
  .radio-group{display:flex;flex-wrap:wrap;gap:10px 18px}
  .radio{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;margin:0}
  .radio input{accent-color:var(--orange);width:16px;height:16px;margin:0}
  .check{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--slate);margin-bottom:20px}
  .check input{margin-top:4px;accent-color:var(--orange)}
  .check a{color:var(--orange-dk);text-decoration:underline}
  .form .btn{width:100%;justify-content:center}
  .ok{display:none;background:#eafaf1;border:1px solid #bce8d0;color:#127a47;border-radius:10px;padding:14px;font-size:14px;margin-top:14px}

  /* reveal */
  .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease}
  .reveal.in{opacity:1;transform:none}


.servicename{display:inline-block;margin-bottom:20px}
.servicename .sname{display:block;font-weight:900;font-size:clamp(14px,3.6vw,28px);color:var(--orange-dk);line-height:1.22;letter-spacing:.005em}
.servicename .sname .edr{color:var(--orange)}
  /* ---------- responsive ---------- */
  @media(max-width:860px){
    .br-pc{display:none}
    .hero-poster-overlay{
      background:linear-gradient(180deg,
        rgba(8,20,36,.94) 0%,
        rgba(8,20,36,.90) 38%,
        rgba(10,26,44,.72) 62%,
        rgba(14,34,54,.34) 100%
      );
    }
    .hero-poster-inner{padding:32px var(--gut) 40px;min-height:clamp(420px,68vh,560px);align-items:flex-start}
    .hero-poster-content{max-width:none;text-align:left}
    .hero-poster .servicename{text-align:left}
    .hero-poster .kicker{justify-content:flex-start;font-size:12.5px;margin-bottom:18px}
    .hero-poster h1{font-size:clamp(28px,8vw,36px);line-height:1.32}
    .hero-poster h1 .sm{font-size:.46em;margin-top:14px;line-height:1.55}
    .hero-poster p.sub{font-size:13.5px;line-height:1.7;padding-left:14px;margin-left:0;margin-right:0;max-width:none}
    .hero-poster .cta{justify-content:flex-start;max-width:none;margin-left:0;margin-right:0}
    .contact .grid{gap:28px}
    .form{padding:26px 20px}
    .solution-steps{grid-template-columns:1fr;gap:10px;margin-top:32px}
    .solution-steps .arrow{transform:rotate(90deg);font-size:24px;margin:-4px 0}
    .feat-grid-6{grid-template-columns:1fr}
    .proof-metrics{grid-template-columns:1fr 1fr}
    .tech-proof{padding:28px 22px}
    .tech-logo-row{grid-template-columns:1fr}
    .tech-logo-box{min-width:0}
    .stats{grid-template-columns:1fr}
    .stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
    .stat:last-child{border-bottom:none}
    .values{grid-template-columns:1fr}
    .reasons .reason{flex-basis:100%;min-width:0}
    .steps2 .flow-arrow{flex-basis:100%;transform:rotate(90deg);padding:6px 0}
    .flow{grid-template-columns:repeat(2,1fr);gap:24px 14px}
    .flow .s:not(:last-child)::after{display:none}
    .price-table{
      overflow:visible;
      border:none;
      background:transparent;
      border-radius:0;
    }
    .price-table table{min-width:0;width:100%}
    .price-table thead{display:none}
    .price-table tbody{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .price-table tbody tr{
      display:block;
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
      overflow:hidden;
    }
    .price-table tbody tr:nth-child(even){background:#fff}
    .price-table tbody td{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:16px;
      text-align:right;
      padding:12px 16px;
      border-right:none;
      border-top:1px solid var(--line);
      font-size:14px;
      line-height:1.5;
    }
    .price-table tbody td:first-child{
      border-top:none;
      background:var(--navy);
      color:#fff;
      font-weight:800;
      justify-content:center;
      text-align:center;
      padding:14px 16px;
    }
    .price-table tbody td::before{
      content:attr(data-label);
      font-weight:700;
      color:var(--slate);
      text-align:left;
      flex:0 0 42%;
    }
    .price-table tbody td:first-child::before{display:none}
    section{padding:64px 0}
  }
  @media(max-width:560px){
    .proof-metrics{grid-template-columns:1fr}
  }
  @media(max-width:400px){
    .hero-poster .cta{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      width:100%;
      max-width:none;
    }
    .hero-poster .cta .btn{
      width:100%;
      justify-content:center;
      padding:12px 8px;
      font-size:12.5px;
      white-space:nowrap;
    }
    .hero-poster .cta .btn-lg{
      padding:12px 8px;
      font-size:12.5px;
    }
  }
