/* セコサポ 新着情報 v1.0.0 */
#postContent .seco-news,.seco-news{margin:18px 0 22px;padding:16px 18px 10px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);
  color:#dbe4f0;font-family:system-ui,-apple-system,"Segoe UI","Hiragino Sans","Noto Sans JP",sans-serif}
#postContent .seco-news *{box-sizing:border-box}
.seco-news__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px}
#postContent .seco-news__ttl{display:flex;align-items:center;gap:10px;margin:0;padding:0;border:0;background:none;font-size:18px;font-weight:800;color:#fff;line-height:1.3}
.seco-news__kicker{font-size:10.5px;font-weight:800;letter-spacing:.14em;padding:3px 8px;border-radius:999px;background:#ffb340;color:#101418}
#postContent .seco-news__more{font-size:13px;font-weight:700;color:#9cc4ff;text-decoration:none;white-space:nowrap}
#postContent .seco-news__more:hover{text-decoration:underline}
.seco-news__list{display:flex;flex-direction:column}
.seco-news__item{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}
.seco-news__item:first-child{border-top:0}
.seco-news__meta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:84px}
.seco-news__date{font-size:12.5px;color:#8fa3bf;font-variant-numeric:tabular-nums;letter-spacing:.02em}
.seco-news__type{--sn-c:#64748b;display:inline-block;font-size:11px;font-weight:800;line-height:1;padding:4px 8px;border-radius:999px;color:#fff;background:var(--sn-c);white-space:nowrap}
.seco-news__main{flex:1 1 auto;min-width:0}
#postContent .seco-news__link{font-size:15px;font-weight:700;color:#fff;text-decoration:none;line-height:1.5}
#postContent a.seco-news__link:hover{color:#ffd48a;text-decoration:underline}
.seco-news__ver{font-size:11px;font-weight:700;color:#8fa3bf;margin-left:4px}
.seco-news__body{font-size:13px;line-height:1.7;color:#b5c7da;margin-top:3px}
.seco-news__empty{padding:10px 0 14px;color:#8fa3bf;font-size:13px}
.seco-news.is-compact .seco-news__item{padding:7px 0}
@media (max-width:640px){
  #postContent .seco-news,.seco-news{padding:14px 14px 8px;border-radius:14px}
  .seco-news__item{flex-direction:column;gap:6px}
  .seco-news__meta{flex-direction:row;align-items:center;gap:8px}
  #postContent .seco-news__link{font-size:14.5px}
}
@media print{.seco-news{display:none}}
