/* Morethan — 資料ダウンロード (page ID 1400) 固有CSS */

.mt-hub{ --ink:#1b2631;--green:#06c755;--line:#e6e2da;--muted:#8a8a8a;--body:#4a4a4a;--chip:#f4f2ee; color:var(--body);font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Noto Sans JP","Meiryo",sans-serif;line-height:1.9;-webkit-font-smoothing:antialiased; }
.mt-hub *{ box-sizing:border-box; }
.mt-hub h1,.mt-hub h2,.mt-hub h3{ color:var(--ink); margin:0; font-weight:800; }
.mt-hwrap{ max-width:860px; margin:0 auto; padding:0 22px; }
.mt-hhero{ background:var(--ink); color:#fff; padding:56px 0 50px; }
.mt-hhero .eye{ font-size:11.5px; letter-spacing:.22em; text-transform:uppercase; color:rgba(255,255,255,.6); font-weight:700; margin:0 0 14px; }
.mt-hhero h1{ color:#fff; font-size:32px; line-height:1.4; margin:0 0 18px; }
.mt-hhero .rule{ width:56px; height:4px; background:var(--green); border-radius:2px; margin:0 0 20px; }
.mt-hhero p{ font-size:15.5px; line-height:2; color:rgba(255,255,255,.85); margin:0; max-width:54ch; }
.mt-hsec{ padding:46px 0 54px; }
.mt-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.mt-card{ display:flex; flex-direction:column; border:1px solid var(--line); border-radius:18px; padding:26px 24px; background:#fff; text-decoration:none; color:inherit; transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
a.mt-card:hover{ transform:translateY(-3px); box-shadow:0 14px 30px rgba(27,38,49,.12); border-color:var(--ink); }
.mt-card .cat{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); font-weight:700; margin:0 0 12px; }
.mt-card h3{ font-size:19px; line-height:1.5; margin:0 0 10px; }
.mt-card p{ font-size:14px; margin:0 0 20px; flex:1; }
.mt-card .go{ display:inline-flex; align-items:center; gap:8px; align-self:flex-start; background:var(--ink); color:#fff; font-weight:800; font-size:14px; padding:11px 20px; border-radius:999px; }
.mt-card--soon{ background:var(--chip); border-style:dashed; cursor:default; }
.mt-card--soon h3{ color:var(--ink); }
.mt-card--soon .badge{ display:inline-flex; align-self:flex-start; font-size:11px; font-weight:800; letter-spacing:.06em; color:var(--muted); background:#fff; border:1px solid var(--line); border-radius:999px; padding:9px 18px; }
.mt-hline{ margin-top:34px; text-align:center; }
.mt-hline a{ display:inline-flex; align-items:center; gap:8px; background:var(--green); color:#fff; text-decoration:none; font-weight:800; font-size:15px; padding:14px 28px; border-radius:999px; }
.mt-hline small{ display:block; font-size:12.5px; color:var(--muted); margin-top:10px; }
@media (max-width:640px){ .mt-hhero h1{ font-size:25px; } .mt-grid{ grid-template-columns:1fr; } }
