@charset "utf-8";
/* site.css — メディアトップ・法務ページ共通（記事LPの article.css とは別建て） */
:root{--key:#e60033;--text:#333;--sub:#777;--border:#e5e5e5;--bg:#eaedf0;}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
  color:var(--text);background:var(--bg);font-size:16px;line-height:1.9;-webkit-text-size-adjust:100%;}
img{max-width:100%;height:auto;}
ul,ol,li{list-style:none;}
a{color:#1967d2;}
#wrap{max-width:800px;margin:0 auto;background:#fff;min-height:100vh;}
.inner{padding:0 16px;}
@media(min-width:768px){.inner{padding:0 28px;}}

.site-head{border-bottom:1px solid var(--border);padding:14px 16px;display:flex;align-items:center;gap:10px;}
.site-head .logo{font-size:17px;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:.02em;}
.site-head .logo span{color:var(--key);}
.site-head .tag{font-size:11px;color:var(--sub);}

.pg-head{padding:22px 16px 6px;}
.pg-head h1{font-size:22px;font-weight:700;line-height:1.6;}
.pg-body{padding:0 16px 40px;}
.pg-body h2{font-size:17px;font-weight:700;margin:1.8em 0 .6em;padding-left:10px;border-left:4px solid var(--key);line-height:1.6;}
.pg-body p{margin:1em 0;font-size:15px;}
.pg-body ul.dot{margin:1em 0;}
.pg-body ul.dot li{position:relative;padding-left:1.1em;margin:.4em 0;font-size:15px;}
.pg-body ul.dot li::before{content:"・";position:absolute;left:0;}
.pg-body table{width:100%;border-collapse:collapse;margin:1em 0;font-size:15px;}
.pg-body th,.pg-body td{border:1px solid var(--border);padding:10px 12px;text-align:left;vertical-align:top;}
.pg-body th{background:#f7f7f7;width:32%;white-space:nowrap;font-weight:700;}
@media(max-width:520px){.pg-body th{width:38%;white-space:normal;}}
.pg-body .small{font-size:13px;color:var(--sub);}

.card-list{padding:8px 16px 28px;}
.card{display:block;border:1px solid var(--border);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;margin:14px 0;}
.card img{display:block;width:100%;}
.card .c-body{padding:12px 14px;}
.card .c-cat{display:inline-block;background:var(--key);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:3px;}
.card .c-ttl{font-size:17px;font-weight:700;line-height:1.6;margin:8px 0 4px;}
.card .c-desc{font-size:13px;color:var(--sub);line-height:1.7;}

.site-foot{background:#f7f7f7;border-top:1px solid var(--border);padding:20px 16px 40px;margin-top:20px;}
.site-foot .flinks{text-align:center;margin-bottom:8px;}
.site-foot .flinks a{display:inline-block;font-size:13px;padding:6px 9px;color:#666;}
.site-foot .fnote{font-size:12px;color:#888;text-align:center;line-height:1.8;}
