/* Zoho WorkDrive LP — 既存サイト共存用（すべて .zwd-lp 配下にスコープ） */
.zwd-lp{
  --navy:#354288; --navy2:#5766a0; --red:#e23b3b; --redbg:#fee8e8; --yellow:#fff100;
  --ink:#222; --gray:#555; --line:#e4e7f0; --line2:#c9d0ea; --soft:#fbfcfd; --voicebg:#f1f3fb;
  --thead:#f4f6fc; --darknavy:#1a2056; --vline:#e2e6f3; --numpill:#f1f3fb;
  font-family:"Noto Sans JP",sans-serif;color:var(--ink);line-height:1.75;-webkit-font-smoothing:antialiased;
}
.zwd-lp *,.zwd-lp *::before,.zwd-lp *::after{box-sizing:border-box;margin:0;padding:0}
/* テーマの見出し・要素スタイルの漏れを遮断（各セクションの指定で上書きする） */
.zwd-lp h1,.zwd-lp h2,.zwd-lp h3,.zwd-lp h4,.zwd-lp h5,.zwd-lp h6{
  margin:0;padding:0;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;
  letter-spacing:normal;font-family:inherit;background:transparent;border:0}
/* 見出し内 span をテーマの装飾（縮小など）から保護し、親見出しのサイズに揃える */
.zwd-lp h1 span,.zwd-lp h2 span,.zwd-lp h3 span,.zwd-lp h4 span,.zwd-lp h5 span,.zwd-lp h6 span,
.zwd-lp p span,.zwd-lp .worry-lead span{
  font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;vertical-align:baseline}
.zwd-lp a{text-decoration:none;color:inherit}
.zwd-lp button{font-family:inherit;line-height:inherit;color:inherit;background:none;border:0}
.zwd-lp ul,.zwd-lp ol{list-style:none}
.zwd-lp table{border-collapse:collapse}
.zwd-lp img{max-width:100%;display:block;height:auto}
.zwd-lp p{margin:0}
.zwd-lp section{position:relative;overflow:hidden}
.zwd-lp .wrap{width:100%;margin:0 auto;padding:0 24px}

/* 斜めストライプ */
.zwd-lp .stripes{background-color:var(--navy)}
.zwd-lp .stripes::before{content:"";position:absolute;inset:0;pointer-events:none;
  background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 50px,transparent 50px,transparent 100px)}
.zwd-lp .stripes>.wrap{position:relative;z-index:1}

/* ボタン */
.zwd-lp .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;
  font-weight:700;text-decoration:none;border:0;cursor:pointer;transition:transform .15s,box-shadow .2s;line-height:1.2;white-space:nowrap}
.zwd-lp .btn:hover{transform:translateY(-2px)}
.zwd-lp .btn-navy{background:var(--navy);color:#fff;padding:16px 32px;font-size:17px}
.zwd-lp .btn-navy .arw{font-size:11px}
.zwd-lp .btn-ghost{background:#fff;color:var(--navy);border:1.5px solid rgba(53,66,136,.4);padding:16px 28px;font-size:17px}
.zwd-lp .btn-yellow{background:var(--yellow);color:var(--navy);padding:18px 48px;font-size:20px;letter-spacing:.8px;
  gap:12px;box-shadow:0 6px 16px rgba(0,0,0,.18)}
.zwd-lp .btn-yellow .arw{font-size:14px}
.zwd-lp .btn-yellow.bordered{border:2px solid var(--navy)}
.zwd-lp .btn-yellow:hover{box-shadow:0 10px 22px rgba(0,0,0,.22)}

/* 共通見出し */
.zwd-lp .h-sec{font-family:"Noto Sans JP",sans-serif;font-weight:700;font-size:38px;line-height:1.5;color:var(--navy);text-align:center;letter-spacing:.76px}

/* スクロールアニメーション */
.zwd-lp .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}
.zwd-lp .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.zwd-lp .reveal{opacity:1 !important;transform:none !important;transition:none !important}}
.zwd-lp .feat-card .fimg,.zwd-lp .voice-card,.zwd-lp .tl-img img{transition:transform .3s ease,box-shadow .3s ease}
.zwd-lp .feat-card:hover .fimg{transform:translateY(-4px);box-shadow:0 14px 30px rgba(53,66,136,.14)}
.zwd-lp .voice-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(53,66,136,.14)}

/* ============ HERO ============ */
.zwd-lp .hero{background:#fff;padding:140px 0 96px}
.zwd-lp .hero .wrap{max-width:1286px;padding:0 8px}
.zwd-lp .hero-inner{display:flex;align-items:center;gap:17px}
.zwd-lp .hero-txt{flex:0 0 46%;max-width:520px;container-type:inline-size}
.zwd-lp .hero-chip{display:inline-block;font-size:14px;font-weight:700;color:var(--navy);border:1.5px solid var(--navy);
  border-radius:999px;padding:8px 16px;margin-bottom:24px}
.zwd-lp .hero-txt h1{font-weight:900;font-size:clamp(28px,8.6cqw,46px);line-height:1.39;color:var(--navy)!important;
  margin-bottom:24px;word-break:keep-all}
.zwd-lp .hero-txt h1 .nw{display:inline-block;white-space:nowrap}
.zwd-lp .hero-txt h1 .mark{color:var(--red)!important}
.zwd-lp .hero-lead{font-size:17px;line-height:30px;color:var(--navy);margin-bottom:24px}
.zwd-lp .hero-cta{display:flex;gap:16px;flex-wrap:wrap}
.zwd-lp .hero-visual{flex:1 1 auto;position:relative;min-width:0;display:flex;align-items:center}
.zwd-lp .hero-visual .hero-img{width:100%;aspect-ratio:1080/640;object-fit:cover;object-position:top}
.zwd-lp .hero-cal{position:absolute;top:50%;right:-10px;transform:translateY(-50%);width:320px;height:480px;background:#fff;
  border:1px dashed var(--navy);border-radius:16px;box-shadow:0 12px 24px rgba(53,66,136,.18);
  display:flex;align-items:center;justify-content:center;text-align:center;color:#8c919e;font-size:16px;line-height:1.6}
/* Zoho Bookings 埋め込み時 */
.zwd-lp .hero-cal.has-embed{padding:0;overflow:hidden;border:1px solid var(--line);background:#fff}
.zwd-lp .hero-cal-frame{width:100%;height:100%;border:0;display:block}

/* 無料相談モーダル（body直下へ移動するため非スコープ） */
.zwd-book-modal{position:fixed;inset:0;z-index:100000;display:none}
.zwd-book-modal.open{display:block}
.zwd-book-backdrop{position:absolute;inset:0;background:rgba(20,26,60,.55)}
.zwd-book-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:min(700px,94vw);height:min(780px,90vh);background:#fff;border-radius:16px;overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.35);display:flex;flex-direction:column}
.zwd-book-close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border-radius:50%;
  background:#fff;border:1px solid #e4e7f0;color:#354288;font-size:22px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.zwd-book-body{flex:1;min-height:0}
.zwd-book-body iframe{width:100%;height:100%;border:0;display:block}

/* ============ 悩み ============ */
.zwd-lp .worry{padding:88px 0;color:#fff}
.zwd-lp .worry .wrap{max-width:1120px;display:flex;flex-direction:column;align-items:center;gap:48px}
.zwd-lp .worry h2{font-weight:900;font-size:48px;line-height:70px;color:#fff;text-align:center}
.zwd-lp .worry h2 .y{color:var(--yellow)}
.zwd-lp .worry-box{position:relative;width:100%;max-width:860px;background:#fff;border:1px solid var(--navy);
  border-radius:14px;box-shadow:0 4px 3.5px rgba(53,66,136,.08);padding:12px 60px}
.zwd-lp .worry-row{display:flex;align-items:center;gap:24px;padding:22px 0;border-bottom:1px solid var(--line);color:var(--navy)}
.zwd-lp .worry-row:last-of-type{border-bottom:0}
.zwd-lp .worry-row .no{font-family:"Oswald",sans-serif;font-weight:700;font-size:18px;flex:0 0 auto}
.zwd-lp .worry-row .tx{font-size:18px;line-height:28px;font-weight:400}
.zwd-lp .worry-row .tx b{font-weight:700;color:var(--red)}
.zwd-lp .worry-corner{position:absolute;width:164px;height:164px;bottom:-64px;border-radius:12px;object-fit:cover}
.zwd-lp .worry-corner.left{left:-85px}
.zwd-lp .worry-corner.right{right:-85px}
.zwd-lp .worry-arrow{font-weight:900;font-size:24px;color:#fff}
.zwd-lp .worry-lead{font-weight:900;font-size:60px;line-height:1.4;color:#fff;text-align:center}
.zwd-lp .worry-lead .y{color:var(--yellow)}

/* ============ 解決 ============ */
.zwd-lp .solve{background:#fff;padding:88px 0}
.zwd-lp .solve .wrap{max-width:1120px;display:flex;flex-direction:column;align-items:center;gap:36px}
.zwd-lp .solve-h1{font-weight:900;font-size:34px;line-height:48px;color:var(--navy);text-align:center}
.zwd-lp .solve-h1 .r{color:var(--red)}
.zwd-lp .uline{width:72px;height:4px;border-radius:2px;background:var(--navy);margin-top:-24px}
.zwd-lp .solve-body{display:flex;gap:48px;align-items:center;width:100%}
.zwd-lp .solve-body .wd-img{flex:0 0 462px;max-width:462px;border-radius:12px;overflow:hidden}
.zwd-lp .solve-body .wd-img img{width:100%;height:465px;object-fit:cover}
.zwd-lp .benefits{flex:1;display:flex;flex-direction:column;gap:22px;min-width:0}
.zwd-lp .benefit{display:flex;gap:14px;align-items:flex-start}
.zwd-lp .benefit .chk{flex:0 0 auto;width:34px;height:34px;border-radius:17px;background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}
.zwd-lp .benefit h3{color:var(--navy);font-size:20px;font-weight:700;line-height:30px;margin-bottom:4px}
.zwd-lp .benefit p{color:var(--navy);font-size:15.5px;line-height:25px;font-weight:400}
.zwd-lp .solve-h2{font-weight:900;font-size:24px;line-height:34px;color:var(--navy);text-align:center}
.zwd-lp .reason{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}
.zwd-lp .reason h4{font-weight:900;font-size:24px;line-height:34px;color:var(--navy);text-align:center}
.zwd-lp .reason h4 .r{color:var(--red)}
.zwd-lp .reason .note{font-size:12px;line-height:18px;color:rgba(53,66,136,.6);text-align:center}
.zwd-lp .cmp{width:860px;max-width:100%;border:1px solid var(--line);border-radius:12px;overflow:hidden;
  border-collapse:separate;border-spacing:0}
.zwd-lp .cmp th,.zwd-lp .cmp td{padding:14px 16px;text-align:center;vertical-align:middle}
.zwd-lp .cmp thead th{height:52px;font-size:15px;font-weight:700}
.zwd-lp .cmp thead th.blank{background:var(--thead);width:180px}
.zwd-lp .cmp thead th.zoho{background:var(--red);color:#fff}
.zwd-lp .cmp thead th.other{background:var(--thead);color:var(--navy)}
.zwd-lp .cmp td.rl{background:#fff;color:var(--navy);font-size:14px;font-weight:700;text-align:left;width:180px}
.zwd-lp .cmp td.zoho{background:var(--redbg);color:var(--red);font-size:17px;font-weight:700}
.zwd-lp .cmp td.other{background:#fff;color:var(--navy);font-size:15px;font-weight:400}
.zwd-lp .cmp tr:not(:last-child) td,.zwd-lp .cmp tr:not(:last-child) th{border-bottom:1px solid var(--line)}
.zwd-lp .crm-img{width:760px;max-width:100%;height:110px;border-radius:12px;overflow:hidden}
.zwd-lp .crm-img img{width:100%;height:100%;object-fit:cover}
.zwd-lp .callout{width:880px;max-width:100%;background:var(--navy);border:1px solid #000;border-radius:14px;
  padding:20px 32px;text-align:center;display:flex;flex-direction:column;gap:6px}
.zwd-lp .callout .lbl{color:var(--yellow);font-size:14px;font-weight:700;letter-spacing:1px}
.zwd-lp .callout .big{color:#fff;font-size:20px;font-weight:900;line-height:30px}
.zwd-lp .callout .big .y{color:var(--yellow)}
.zwd-lp .reason .desc{width:820px;max-width:100%;font-size:15.5px;line-height:26px;color:var(--navy);text-align:center;font-weight:400}

/* ============ Features ============ */
.zwd-lp .features{background:#fff;padding:96px 0}
.zwd-lp .features .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:48px}
.zwd-lp .feat-grid{width:1100px;max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:40px}
.zwd-lp .feat-card{display:flex;flex-direction:column;gap:14px}
.zwd-lp .feat-card .fimg{border:2px solid var(--navy);box-shadow:0 8px 24px rgba(53,66,136,.08);height:331px}
.zwd-lp .feat-card .fimg img{width:100%;height:100%;object-fit:cover}
.zwd-lp .feat-title{display:flex;align-items:center;gap:12px}
.zwd-lp .feat-title .bar{width:4px;height:24px;border-radius:2px;background:var(--navy);flex:0 0 auto}
.zwd-lp .feat-title h3{color:var(--navy);font-size:24px;font-weight:700}
.zwd-lp .feat-card p{color:var(--gray);font-size:17px;line-height:1.85;font-weight:400}

/* ============ Subsidy ============ */
.zwd-lp .subsidy{color:#fff;text-align:center;padding:120px 0;border-bottom:12px solid var(--darknavy)}
.zwd-lp .subsidy .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center}
.zwd-lp .subsidy h2{font-size:44px;font-weight:700;color:var(--yellow);line-height:1.5;letter-spacing:1.32px}
.zwd-lp .subsidy .sub{font-size:20px;font-weight:500;color:#fff;margin:16px 0 32px}

/* ============ Flow ============ */
.zwd-lp .flow{background:#fff;padding:120px 0}
.zwd-lp .flow .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:48px}
.zwd-lp .timeline{position:relative;width:1100px;max-width:100%;display:flex;flex-direction:column;gap:80px}
.zwd-lp .timeline::before{content:"";position:absolute;left:50%;top:24px;bottom:24px;width:2px;transform:translateX(-50%);
  background:linear-gradient(#c9d0ea,#5766a0 50%,#c9d0ea)}
.zwd-lp .tl-item{display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;gap:48px}
.zwd-lp .tl-dot{width:60px;height:40px;display:flex;align-items:center;justify-content:center}
.zwd-lp .tl-dot span{width:16px;height:16px;border-radius:50%;background:var(--navy);border:3px solid #fff;box-shadow:0 0 0 2px var(--navy)}
.zwd-lp .tl-body{display:flex;flex-direction:column;gap:13px}
.zwd-lp .tl-num{align-self:flex-start;background:var(--numpill);border-radius:999px;padding:4px 14px;
  font-family:"Oswald",sans-serif;font-weight:700;font-size:14px;color:var(--navy2);letter-spacing:1.68px}
.zwd-lp .tl-body h3{color:var(--navy);font-size:30px;font-weight:700;line-height:1.4}
.zwd-lp .tl-body p{color:var(--ink);font-size:17px;line-height:1.85;font-weight:400}
.zwd-lp .tl-img img{width:100%}
.zwd-lp .tl-item.left .tl-body{align-items:flex-end;text-align:right}
.zwd-lp .tl-item.left .tl-num{align-self:flex-end}
.zwd-lp .tl-item.left .tl-img{justify-self:start;max-width:300px}
.zwd-lp .tl-item.right .tl-img{grid-column:1;justify-self:end;max-width:300px}
.zwd-lp .tl-item.right .tl-body{grid-column:3;align-items:flex-start;text-align:left}

/* ============ Strength ============ */
.zwd-lp .strength{background:var(--soft);padding:96px 0}
.zwd-lp .strength .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:32px}
.zwd-lp .strength h2{text-align:center;line-height:1.5;letter-spacing:.76px}
.zwd-lp .strength h2 .l1{display:block;font-size:38px;font-weight:700;color:var(--navy)}
.zwd-lp .strength h2 .l2{display:block;font-size:28px;font-weight:700;color:var(--navy2)}
.zwd-lp .strength-row{width:1100px;max-width:100%;display:flex;gap:8px;align-items:center}
.zwd-lp .strength-txt{flex:1;display:flex;flex-direction:column;gap:24px;color:var(--gray);font-size:18px;font-weight:500;line-height:2}
.zwd-lp .strength-img{flex:0 0 524px;max-width:524px}
.zwd-lp .strength-img img{width:100%;height:459px;object-fit:contain}

/* ============ Voice ============ */
.zwd-lp .voice{background:var(--voicebg);padding:96px 0}
.zwd-lp .voice .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center}
.zwd-lp .voice-eyebrow{font-family:"Oswald",sans-serif;font-weight:700;font-size:14px;color:var(--navy2);letter-spacing:4.48px;text-align:center}
.zwd-lp .voice h2{margin:8px 0 40px}
.zwd-lp .voice-grid{width:1080px;max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:28px}
.zwd-lp .voice-card{position:relative;background:#fff;border-radius:14px;padding:36px 32px;
  box-shadow:0 8px 24px rgba(53,66,136,.08);display:flex;flex-direction:column;gap:16px;overflow:hidden}
.zwd-lp .voice-card .qmark{position:absolute;top:14px;right:28px;font-family:"Oswald",sans-serif;font-weight:700;font-size:96px;
  color:var(--navy);opacity:.16;line-height:1;pointer-events:none}
.zwd-lp .voice-person{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--vline);padding-bottom:18px}
.zwd-lp .voice-person .avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.zwd-lp .voice-person .meta{display:flex;align-items:baseline;gap:10px}
.zwd-lp .voice-person .meta .ind{color:var(--navy);font-size:18px;font-weight:700;letter-spacing:.36px}
.zwd-lp .voice-person .meta .num{color:var(--gray);font-size:13px;font-weight:500;letter-spacing:.52px}
.zwd-lp .voice-card h3{color:var(--navy);font-size:20px;font-weight:700;line-height:1.7}
.zwd-lp .voice-quote{display:flex;flex-direction:column;gap:14px;color:var(--ink);font-size:16px;font-weight:500;line-height:1.9}
.zwd-lp .voice-quote b{color:var(--navy);font-weight:700}

/* ============ Price ============ */
.zwd-lp .price{background:#fff;padding:96px 0}
.zwd-lp .price .wrap{max-width:1200px;display:flex;flex-direction:column;align-items:center}
.zwd-lp .price .pcards{width:1080px;max-width:100%;margin-top:48px}
.zwd-lp .price .pchart{width:880px;max-width:100%;margin-top:40px}
.zwd-lp .price img{width:100%}
.zwd-lp .price .pbanner{margin-top:32px;width:760px;max-width:100%;background:#fff;border:2px solid var(--navy2);
  border-radius:999px;padding:16px 24px;text-align:center;color:var(--navy);font-size:20px;font-weight:700;letter-spacing:.4px}

/* ============ FAQ ============ */
.zwd-lp .faq{background:var(--soft);padding:96px 0}
.zwd-lp .faq .wrap{display:flex;flex-direction:column;align-items:center;gap:48px}
.zwd-lp .faq-list{width:880px;max-width:100%;border-top:1px solid var(--line2)}
.zwd-lp .faq-item{border-bottom:1px solid var(--line2)}
.zwd-lp .faq-q{display:flex;align-items:center;gap:16px;width:100%;padding:22px 8px;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit}
.zwd-lp .faq-q .q{font-family:"Oswald",sans-serif;font-weight:700;font-size:22px;color:var(--navy);flex:0 0 auto}
.zwd-lp .faq-q .qt{flex:1;color:var(--navy);font-size:19px;font-weight:700}
.zwd-lp .faq-q .tgl{position:relative;width:18px;height:18px;flex:0 0 auto}
.zwd-lp .faq-q .tgl::before,.zwd-lp .faq-q .tgl::after{content:"";position:absolute;background:var(--navy);transition:transform .3s}
.zwd-lp .faq-q .tgl::before{left:0;top:8px;width:18px;height:2px}
.zwd-lp .faq-q .tgl::after{left:8px;top:0;width:2px;height:18px}
.zwd-lp .faq-item.open .tgl::after{transform:scaleY(0)}
.zwd-lp .faq-a{overflow:hidden;max-height:0;transition:max-height .35s ease}
.zwd-lp .faq-a-in{display:flex;gap:16px;padding:2px 8px 24px}
.zwd-lp .faq-a .a{font-family:"Oswald",sans-serif;font-weight:700;font-size:22px;color:var(--red);flex:0 0 auto}
.zwd-lp .faq-a p{flex:1;color:var(--ink);font-size:16px;line-height:1.9;font-weight:400}

/* ============ Footer CTA ============ */
.zwd-lp .footer-cta{color:#fff;text-align:center;padding:96px 0}
.zwd-lp .footer-cta .wrap{display:flex;flex-direction:column;align-items:center;gap:24px}
.zwd-lp .footer-cta h2{font-size:28px;font-weight:700;color:#fff;line-height:1.6}

/* ============ レスポンシブ ============ */
@media(max-width:1000px){
  .zwd-lp .solve-body{flex-direction:column}
  .zwd-lp .solve-body .wd-img{flex-basis:auto;max-width:100%;width:100%}
  .zwd-lp .strength-row{flex-direction:column}
  .zwd-lp .strength-img{flex-basis:auto;max-width:100%;width:100%}
  .zwd-lp .feat-grid,.zwd-lp .voice-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .zwd-lp .hero-inner{flex-direction:column}
  .zwd-lp .hero-txt{max-width:none;width:100%}
  .zwd-lp .hero-visual{flex-direction:column}
  .zwd-lp .hero-cal{flex-basis:auto;width:100%;height:auto;aspect-ratio:310/420;margin-left:0;margin-top:16px}
  .zwd-lp .worry h2{font-size:30px;line-height:1.4}
  .zwd-lp .worry-lead{font-size:34px}
  .zwd-lp .worry-corner{width:110px;height:110px;bottom:-40px}
  .zwd-lp .worry-corner.left{left:-16px}.zwd-lp .worry-corner.right{right:-16px}
  .zwd-lp .subsidy h2{font-size:30px}
  .zwd-lp .h-sec{font-size:30px}
  .zwd-lp .strength h2 .l1{font-size:28px}.zwd-lp .strength h2 .l2{font-size:20px}
  .zwd-lp .timeline::before{left:9px}
  .zwd-lp .tl-item{grid-template-columns:20px 1fr;gap:16px}
  .zwd-lp .tl-dot{width:20px;grid-column:1}
  .zwd-lp .tl-item.left .tl-body,.zwd-lp .tl-item.right .tl-body{grid-column:2;align-items:flex-start;text-align:left}
  .zwd-lp .tl-item.left .tl-num{align-self:flex-start}
  .zwd-lp .tl-item.left .tl-img,.zwd-lp .tl-item.right .tl-img{grid-column:2;justify-self:stretch;max-width:100%;margin-top:10px}
  .zwd-lp .tl-body h3{font-size:24px}
  .zwd-lp .cmp td.zoho,.zwd-lp .cmp thead th{font-size:13px}
  .zwd-lp .cmp th,.zwd-lp .cmp td{padding:10px}
}
