@charset "UTF-8";

     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ } :root { --asr-primary: #1F4788; --asr-accent: #00D084; --asr-light-bg: #F0F4F8; }
.article h2 { border-left: 5px solid var(--asr-primary); background: var(--asr-light-bg); padding: 12px 16px; margin: 2em 0 1em; font-size: 1.4em; }
.article h3 { border-bottom: 2px solid var(--asr-accent); padding-bottom: 6px; margin: 1.5em 0 0.8em; font-size: 1.2em; }
.article table tr:nth-child(even) { background-color: #f8f9fa; }
.article table th { background-color: var(--asr-primary); color: #fff; padding: 10px 12px; }
.article table td { padding: 8px 12px; border-bottom: 1px solid #e0e0e0; }
.affiliate-btn { display: inline-block; background: var(--asr-accent); color: #fff; padding: 12px 32px; border-radius: 6px; font-weight: bold; text-decoration: none; text-align: center; transition: opacity 0.2s; }
.affiliate-btn:hover { opacity: 0.85; color: #fff; }
.ect-vertical-card .entry-card-wrap { border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: box-shadow 0.2s; }
.ect-vertical-card .entry-card-wrap:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.author-box, .follow-button, .sns-follow-buttons, .author-info { display: none \!important; }