/* ============================================================
   Taian Bridge — MOBILE stylesheet
   レスポンシブ化: 旧来は wp_is_mobile() で配信を分けていたが、
   全ページを 1024px のブレイクポイントで切り替える方式に変更した。
   body.is-mobile スコープはメディアクエリに置き換え済み。
   Figma reference: 393px width iPhone frame.
   ============================================================ */
@media (max-width:1023.98px){
  /* ============================================================
     Taian Bridge — MOBILE stylesheet (served when wp_is_mobile())
     Figma reference: 393px width iPhone frame.
     ============================================================ */

  /* reset desktop min-width that would break mobile */
  body{min-width:0!important;margin-left:0!important;margin-right:0!important;width:100%;max-width:100%;overflow-x:hidden;background:#F8F9FB;font-family:'Pretendard JP',sans-serif;-webkit-text-size-adjust:100%}
  body *{box-sizing:border-box}
  .m-main{width:100%;max-width:480px;margin:0 auto;position:relative;background:#F8F9FB;overflow:hidden}

  /* ───────── HEADER ───────── */
  .m-header{position:sticky;top:0;z-index:1000;height:48px;background:#F8F9FB;display:flex;align-items:center;padding:0 16px;gap:8px;border-bottom:1px solid rgba(0,0,0,.05)}
  .m-logo{flex:0 0 auto;display:flex;align-items:center}
  .m-logo img{height:26px;width:auto;display:block}
  .m-header-badges{margin-left:auto;display:flex;gap:6px}
  .m-badge{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 9px;border-radius:3px;font-size:10px;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;line-height:1}
  .m-badge-red{background:#C00000}
  .m-badge-blue{background:#000B83}
  .m-hamburger{flex:0 0 auto;width:22px;height:16px;display:flex;flex-direction:column;justify-content:space-between;background:none;border:0;padding:0;cursor:pointer;margin-left:2px}
  .m-hamburger span{display:block;width:100%;height:2px;background:#000B83;border-radius:2px;transition:transform .25s,opacity .2s}
  .m-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .m-hamburger.open span:nth-child(2){opacity:0}
  .m-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* slide-out menu */
  .m-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .25s;z-index:1100}
  .m-menu-overlay.open{opacity:1;visibility:visible}
  .m-menu{position:fixed;top:0;right:0;width:78%;max-width:320px;height:100%;background:#fff;z-index:1200;transform:translateX(100%);transition:transform .28s ease;padding:64px 0 30px;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.15)}
  .m-menu.open{transform:translateX(0)}
  .m-menu-close{position:absolute;top:14px;right:18px;background:none;border:0;font-size:30px;line-height:1;color:#1A1A1A;cursor:pointer}
  .m-menu ul{list-style:none;margin:0;padding:0}
  .m-menu li a{display:block;padding:15px 28px;font-size:15px;font-weight:600;color:#1A1A1A;text-decoration:none;border-bottom:1px solid #f0f0f0}
  /* accordion: parent toggles (not navigable) */
  .m-menu-parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 28px;font-size:15px;font-weight:600;color:#1A1A1A;background:none;border:0;border-bottom:1px solid #f0f0f0;font-family:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .m-menu-caret{flex:0 0 auto;width:8px;height:8px;margin-left:12px;border-right:2px solid #1A1A1A;border-bottom:2px solid #1A1A1A;transform:rotate(45deg);transition:transform .25s ease}
  .m-menu-group.open .m-menu-parent{color:#000B83}
  .m-menu-group.open .m-menu-caret{transform:rotate(-135deg);border-color:#000B83}
  .m-submenu{max-height:0;overflow:hidden;background:#f6f7fa;transition:max-height .3s ease}
  .m-menu-group.open .m-submenu{max-height:600px}
  .m-submenu li a{padding:13px 28px 13px 44px;font-size:14px;font-weight:500;color:#444;border-bottom:1px solid #ececec}
  .m-menu-cta{display:flex;gap:8px;padding:20px 28px 0}
  .m-menu-cta .m-badge{height:34px;flex:1;font-size:13px;border-radius:6px}

  /* ───────── HERO ───────── */
  .m-hero{position:relative;width:100%;height:300px;overflow:hidden}
  .m-hero.is-video{height:200px}
  .m-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;display:block}
  .m-hero.is-video .m-hero-overlay{display:none}
  .m-hero-chart{position:absolute;inset:0;width:100%;height:100%;border:none;z-index:0;pointer-events:auto}
  .m-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,11,131,0) 36.54%, #00142b 100%);z-index:1;pointer-events:none}
  .m-hero-content{position:absolute;inset:0;z-index:2;pointer-events:none}
  .m-hero-slider{position:absolute;inset:0}
  .m-hero-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:0 24px 40px;opacity:0;transform:translateX(40px);transition:opacity .6s ease,transform .6s ease;pointer-events:none}
  .m-hero-slide.active{opacity:1;transform:translateX(0)}
  .m-hero-slide.active .m-hero-cta{pointer-events:auto}
  .m-hero-tag{margin:0 0 5px;font-size:13px;font-weight:600;line-height:1.2;color:#F30000}
  .m-hero-title{margin:0 0 11px;font-size:18px;font-weight:800;line-height:1.28;color:#FAFAFA;letter-spacing:-.3px}
  .m-hero-slide:nth-child(2) .m-hero-title{font-size:14px}
  .m-hero-cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;height:34px;padding:0 18px;background:#C00000;border-radius:6px;color:#fff;font-size:15px;font-weight:500;text-decoration:none}
  .m-hero-dots{position:absolute;bottom:11px;left:24px;display:flex;gap:8px;z-index:10;pointer-events:auto}
  .m-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(250,250,250,.4);cursor:pointer;transition:background .3s,transform .3s}
  .m-hero-dot.active{background:#fff;transform:scale(1.3)}

  /* ───────── TICKER ───────── */
  .m-ticker{width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden;padding:11px 0}
  .m-ticker-track{display:flex;gap:9px;padding:0 9px;white-space:nowrap;will-change:transform}
  .m-ticker-item{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:#000B83;border-radius:5px;padding:7px 12px;border-radius:4.5px}
  .m-ticker-sym{font-size:8.2px;font-weight:600;color:#fff}
  .m-ticker-price{font-size:8.2px;font-weight:400;color:#fff}
  .m-ticker-chg{font-size:8.2px;font-weight:600}
  .m-ticker-chg.up{color:#00D759}
  .m-ticker-chg.down{color:#FF5A5A}

  /* ───────── CONCERNS ───────── */
  .m-concerns{position:relative;overflow:hidden;padding:30px 24px 36px;background:#F8F9FB;text-align:center}
  .m-concerns .lp-asset-protection{width:auto;margin:0 -24px 36px;background-position:center -63px}
  .m-concerns-dots{position:absolute;background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:0}
  .m-dots-tr{top:14px;right:6px;width:88px;height:48px;background-image:url("assets/images/m-dots-tr.png")}
  .m-dots-bl{top:50%;left:-2px;transform:translateY(-50%);width:68px;height:123px;background-image:url("assets/images/m-dots-bl.png")}
  .m-headline,.m-bubbles{position:relative;z-index:1}
  .m-headline{margin-bottom:34px;text-align:center}
  .m-headline-pill{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 6px;background:#0047AB;color:#FAFAFA;font-size:20px;font-weight:700;line-height:1;letter-spacing:-.5px;white-space:nowrap}
  .m-pill-comma{margin-right:-9px}
  .m-headline-main{margin:14px 0 0;font-size:20px;font-weight:700;color:#1A1A1A;line-height:1.3}
  .m-bubbles{display:flex;flex-direction:column;gap:11px;align-items:stretch}
  .m-bubble{display:flex;align-items:center;gap:9px;background:#fff;border:.3px solid rgba(0,0,0,.1);box-shadow:0 0 3px 1.5px rgba(0,0,0,.03);border-radius:21px;padding:11px 16px;text-align:left}
  .m-bubble-avatar{flex:0 0 auto;width:20px;height:20px}
  .m-bubble-avatar svg{width:20px;height:20px;display:block}
  .m-bubble span:last-child{font-size:10px;font-weight:600;line-height:1.3;color:#1A1A1A}

  .m-transition{position:relative;margin:42px 0 0}
  .m-transition-title,.m-transition-divider,.m-transition-sub{position:relative;z-index:1}
  .m-transition-title{margin:0;font-size:16px;font-weight:700;line-height:1.35;color:#1A1A1A}
  .m-transition-divider{width:205px;height:1px;background:#0047AB;margin:14px auto}
  .m-transition-sub{margin:0;font-size:10px;font-weight:400;line-height:1.4;color:#1A1A1A}

  .m-service{margin:40px 0 0}
  .m-service-intro{margin:0;font-size:16px;font-weight:700;line-height:1.4;color:#1A1A1A}
  .m-service-free{margin:18px 0 0;font-size:22px;font-weight:800;line-height:1;color:#0047AB;letter-spacing:-.5px}

  .m-special{margin:48px 0 0}
  .m-more-label{margin:0 0 10px;font-size:10px;font-weight:500;color:rgba(26,26,26,.5)}
  .m-special-intro{margin:0;font-size:16px;font-weight:700;line-height:1.4;color:#1A1A1A}

  .m-bullets{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:14px;text-align:left}
  .m-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:11px;font-weight:500;line-height:1.4;color:#1A1A1A}
  .m-bullets li strong{font-weight:700}
  .m-bullet-icon{flex:0 0 auto;width:12px;height:12px;border-radius:50%;background:rgba(67,140,175,.7);display:inline-flex;align-items:center;justify-content:center;margin-top:1px}
  .m-bullet-icon svg{width:6px;height:4px}

  .m-cta{position:relative;margin:30px 0 0;background:#00064B;background-size:cover;background-position:center;border-radius:10px;padding:24px 20px;text-align:center;overflow:hidden}
  .m-cta-text{margin:0 0 16px;font-size:15px;font-weight:600;line-height:1.4;color:#fff}
  .m-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:32px;padding:0 18px;background:#FAFAFA;border-radius:5px;color:#00064B;font-size:13px;font-weight:600;text-decoration:none}
  .m-cta-arrow{width:7px;height:7px;border-right:2px solid #00064B;border-bottom:2px solid #00064B;transform:rotate(-45deg)}

  /* ───────── CARD (status / reviews) ───────── */
  .m-section-pad{padding:14px 30px}
  .m-card{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.1);border-radius:10px;padding:24px 18px}
  .m-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
  .m-card-title-group{display:flex;flex-direction:column;gap:6px}
  .m-card-title{margin:0;font-size:14px;font-weight:700;color:#1A1A1A}
  .m-card-title-line{display:block;width:60px;height:1px;background:#9A9A9A}
  .m-live{display:flex;align-items:center;gap:4px}
  .m-live-dot{width:5px;height:5px;border-radius:50%;background:#C00000}
  .m-live-text{font-size:10px;font-weight:600;color:#1A1A1A}
  .m-more-link{font-size:10px;font-weight:600;color:#9A9A9A;text-decoration:none}

  .m-status-list{display:flex;flex-direction:column}
  .m-status-row{display:flex;align-items:center;gap:8px;padding:9px 0;position:relative}
  .m-status-bar{width:2px;height:20px;background:#1A1A1A;flex:0 0 auto}
  .m-type-badge{flex:0 0 auto;background:#00096B;color:#fff;font-size:8px;font-weight:500;padding:3px 6px;border-radius:1.7px}
  .m-status-name{font-size:10px;font-weight:600;color:#1A1A1A;flex:0 0 auto}
  .m-status-time{font-size:8px;color:#A7A7A7;margin-left:auto}
  .m-status-label{flex:0 0 auto;font-size:8px;font-weight:700;padding:3px 7px;border-radius:2.3px}
  .m-status-label.approved{background:#E7FAEF;color:#027A48}
  .m-status-label.pending{background:#FFFAEA;color:#EFB700}
  .m-status-label.rejected{background:#FFF4F4;color:#E32929}

  .m-review-list{display:flex;flex-direction:column}
  .m-review-row{display:block;text-decoration:none;padding:12px 0;position:relative;z-index:5;cursor:pointer;-webkit-tap-highlight-color:rgba(0,71,171,.08)}
  .m-review-row > *{pointer-events:none}
  .m-review-divider{height:1px;background:rgba(26,26,26,.12)}
  .m-review-name{display:block;font-size:8px;font-weight:200;color:#1A1A1A;margin-bottom:6px}
  .m-review-title{margin:0 0 6px;font-size:12px;font-weight:500;line-height:1.3;color:#1A1A1A}
  .m-review-snippet{margin:0 0 8px;font-size:9px;font-weight:400;line-height:1.4;color:rgba(26,26,26,.5)}
  .m-review-tags{display:flex;gap:5px;flex-wrap:wrap;align-items:center}
  .m-review-date{margin-left:auto;font-size:10px;color:#9b9b9b;letter-spacing:.02em;flex-shrink:0}
  .m-review-tag{background:rgba(40,173,255,.12);color:#00064B;font-size:8px;padding:2px 7px;border-radius:10px}

  /* ───────── WHY ───────── */
  .m-why{padding:24px 24px 30px;background-color:#F8F9FB;background-size:cover;background-position:center;background-blend-mode:darken;text-align:center}
  .m-why-title{margin:0 0 24px;font-size:24px;font-weight:700;line-height:28px;color:#0047AB}
  .m-why-row1{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:24px}
  .m-why-row2{display:flex;align-items:center;justify-content:center;gap:22px}
  .m-why-box{flex:0 0 auto;width:90px;height:90px;background:transparent;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}
  .m-why-box.is-active{background:#0047AB;box-shadow:2px 2px 8px rgba(0,0,0,.3)}
  .m-why-box-num{font-size:20px;font-weight:700;color:#0047AB;line-height:1;transition:color .25s ease}
  .m-why-box-label{font-size:9px;font-weight:400;line-height:1.2;color:#7D7D7D;transition:color .25s ease}
  .m-why-box.is-active .m-why-box-num,.m-why-box.is-active .m-why-box-label{color:#FAFAFA}
  .m-why-stat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:14px 6px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s ease}
  .m-why-stat::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;background:#0047AB;border-radius:12px;box-shadow:2px 2px 8px rgba(0,0,0,.3);opacity:0;transition:opacity .25s ease;z-index:0}
  .m-why-stat.is-active::before{opacity:1}
  .m-why-stat:active{transform:scale(.95)}
  .m-why-num{position:relative;z-index:1;font-size:20px;font-weight:700;color:#0047AB;line-height:1;white-space:nowrap;transition:color .25s ease}
  .m-why-label{position:relative;z-index:1;font-size:9px;font-weight:400;line-height:1.2;color:#7D7D7D;transition:color .25s ease}
  .m-why-stat.is-active .m-why-num,.m-why-stat.is-active .m-why-label{color:#FAFAFA}
  .m-why-num-sm{font-size:17px}
  .m-why-box{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s ease}
  .m-why-box:active{transform:scale(.95)}

  /* ───────── SERVICES ───────── */
  .m-services{padding:36px 30px 40px;text-align:center;background:#F8F9FB}
  .m-services-title{margin:0;font-size:24px;font-weight:700;color:#1A1A1A}
  .m-services-underline{display:block;width:148px;height:2px;background:#C00000;margin:14px auto 26px}
  .m-service-card{position:relative;display:block;width:100%;height:auto;min-height:160px;border-radius:10px;overflow:hidden;background-size:cover;background-position:center;text-align:left;padding:20px 19px;margin-bottom:14px;text-decoration:none}
  .m-service-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}
  .m-service-card-bottom-left{flex:1;min-width:0}
  .m-service-card-title{margin:0 0 5px;font-size:14px;font-weight:700;color:#fff}
  .m-service-card-sub{margin:0 0 7px;font-size:8px;font-weight:400;color:#fff}
  .m-service-card-desc{margin:0 0 7px;font-size:9px;font-weight:400;line-height:1.4;color:#fff}
  .m-service-card-feat{margin:0;padding-left:14px;list-style:disc;font-size:8px;font-weight:400;line-height:1.45;color:#fff}
  .m-service-card-feat li{font-size:8px;font-weight:400;line-height:1.45;color:#fff}
  .m-service-card-btn{flex:0 0 auto;align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;width:68px;height:30px;background:#C00000;border-radius:4px;color:#fff;font-size:8px;font-weight:700;text-align:center;line-height:1.1}

  /* ───────── CONTACT ───────── */
  .m-contact{padding:22px 24px 30px;background-size:cover;background-position:center bottom;text-align:center}
  .m-contact-title{margin:0 0 12px;font-size:24px;font-weight:700;color:#FAFAFA}
  .m-contact-sub{margin:0 0 16px;font-size:11px;font-weight:400;color:#FAFAFA;line-height:22px}
  .m-contact-form{background:rgba(250,250,250,.1);border-radius:8px;padding:26px 22px 14px}
  .m-form-group{text-align:left;margin-bottom:18px}
  .m-form-group label{display:block;font-size:8px;font-weight:500;color:#fff;margin-bottom:8px}
  .m-form-group input{width:100%;background:none;border:0;color:#fff;font-size:13px;padding:0 0 8px;outline:none}
  .m-form-group input::placeholder{color:rgba(255,255,255,.5)}
  .m-form-line{height:1px;background:#FAFAFA}
  .m-form-group textarea{width:100%;background:none;border:0;color:#fff;font-size:13px;padding:0 0 8px;outline:none;resize:vertical;font-family:'Pretendard JP',sans-serif;line-height:1.6;min-height:52px}
  .m-form-group textarea::placeholder{color:rgba(255,255,255,.5);font-size:8px}
  .m-contact-submit{display:inline-flex;align-items:center;justify-content:center;min-width:108px;height:28px;background:#C00000;border:0;border-radius:5.5px;color:#fff;font-size:10px;font-weight:700;cursor:pointer;margin-top:3px;margin-bottom:4px}
  .m-contact-note{margin:18px 0 0;font-size:9px;font-weight:400;line-height:1.4;color:#fff}

  /* ───────── FOOTER ───────── */
  .m-footer{background:#00064B;padding:22px 30px 24px;border-top:1px solid #FAFAFA}
  .m-footer-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:14px}
  .m-footer-nav a{font-size:8.4px;font-weight:500;color:#FAFAFA;text-decoration:none}
  .m-footer-nav-sub{display:flex;gap:10px;justify-content:center;margin-bottom:14px}
  .m-footer-nav-sub a{font-size:8.4px;font-weight:500;color:rgba(250,250,250,.6);text-decoration:none}
  .m-footer-divider{height:1px;background:rgba(250,250,250,.15);margin-bottom:18px}
  .m-footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
  .m-footer-contact{display:flex;flex-direction:column;gap:10px}
  .m-footer-contact-row{display:flex;align-items:center;gap:8px}
  .m-footer-icon{width:17px;height:17px;border-radius:3.6px;background:#C00000;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
  .m-footer-icon img{width:11px;height:11px;filter:brightness(0) invert(1)}
  .m-footer-contact-row span:last-child{font-size:11.24px;font-weight:600;color:#FAFAFA;letter-spacing:.3px}
  .m-footer-logo{width:56px;height:auto;object-fit:contain;opacity:.9}
  .m-footer-copy{margin:18px 0 0;text-align:center;font-size:6.3px;font-weight:200;color:#FAFAFA}
  .m-review-title,.m-review-snippet,.m-review-tags{display:block}

  .m-bubble .m-emph{font-style:normal;font-weight:700;color:#C00000}

  /* ─── お問い合わせ内 共感メッセージ (mobile) ─── */
  .m-contact-quote{margin:14px 0 10px;font-size:15px;font-weight:700;color:#FAFAFA;line-height:1.6;letter-spacing:-0.3px}
  .m-contact-message{margin:0;font-size:12px;font-weight:400;color:#FAFAFA;line-height:22px}

  /* モバイルメニューの大分類: ラベル(ハブリンク) + キャレット(トグル)を分離 (2026-08-04) */
  .m-menu-parent{display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #f0f0f0;background:none}
  /* .m-menu li a (0,1,2) に勝つには詳細度を上げる必要がある + 重複borderを除去 */
  .m-menu .m-menu-parent-link{flex:1 1 auto;display:block;padding:15px 8px 15px 28px;font-size:15px;font-weight:600;color:#1A1A1A;text-decoration:none;border-bottom:0;-webkit-tap-highlight-color:transparent}
  .m-menu-toggle{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:56px;align-self:stretch;padding:0;background:none;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .m-menu-toggle .m-menu-caret{margin-left:0}
  .m-menu-group.open .m-menu-parent-link{color:#000B83}
  .m-menu-group.open .m-menu-toggle .m-menu-caret{transform:rotate(-135deg);border-color:#000B83}

  /* ── 480px 超の端末(折りたたみ・分割画面・横向き・タブレット)──────────
     ヘッダーは画面いっぱい・ホームの .m-main だけ 480px という食い違いで
     軸がずれていたため、幅の制御を body 一本に寄せる。 */

  /* 481〜560px: .m-main の 480px 上限を外してヘッダーと同じ幅にそろえる */
}

@media (max-width:1023.98px) and (min-width:481px){
  body .m-main{max-width:none}
}

@media (max-width:1023.98px){
  /* 561px 以上: ヘッダーも本文も 560px の 1 カラムにして中央に置く。
     viewport 基準で貼り付くフローティングCTAも同じ列の右端に合わせる。
     (ドロワーは閉じるとき translateX(100%) = 自幅ぶんしか動かないため、
      right をずらすと画面外に出きらない。画面右端のまま据え置く。) */
}

/* 561px 以上〜ブレイクポイントまで。
   旧来は 1 カラム 560px を中央に置き、左右を灰色地にしていた
   (モバイル配信限定だったため、大きめのスマホ・タブレットだけが該当した)。
   レスポンシブ化でデスクトップのウィンドウ幅もこの区間に入るようになり、
   左右の余白が目立つため、マークアップを画面幅いっぱいに広げる方針に変更した。
   広げたことで崩れる箇所はこのファイルと各テンプレート側で個別に直している。 */
