.article-wrap {
max-width: 860px;
margin: 0 auto;
padding: 28px 18px 72px;
} .article-title {
font-size: clamp(1.25rem, 3.5vw, 1.85rem);
font-weight: 700;
color: #0a2d46;
line-height: 1.45;
margin: 0 0 10px;
border-left: 5px solid #0a2d46;
padding-left: 14px;
}
.article-meta {
font-size: 0.8rem;
color: #999;
margin: 0 0 28px;
} .toc-box {
background: #f0f6fc;
border: 1px solid #ccdde8;
border-radius: 8px;
padding: 18px 22px;
margin-bottom: 36px;
}
.toc-box h2 {
font-size: 0.95rem;
font-weight: 700;
color: #0a2d46;
margin: 0 0 10px;
display: flex;
align-items: center;
gap: 6px;
}
.toc-box h2::before {
content: "≡";
font-size: 1.1rem;
}
.toc-box ol {
margin: 0;
padding-left: 22px;
display: grid;
gap: 4px;
}
.toc-box li {
font-size: 0.88rem;
line-height: 1.5;
}
.toc-box a {
color: #0073aa;
text-decoration: none;
}
.toc-box a:hover {
text-decoration: underline;
} .article-section {
margin-bottom: 52px;
scroll-margin-top: 80px;
}
.article-section h2 {
font-size: 1.15rem;
font-weight: 700;
color: #fff;
background: #0a2d46;
padding: 10px 16px;
border-radius: 6px;
margin: 0 0 18px;
}
.article-section h3 {
font-size: 1rem;
font-weight: 700;
color: #0a2d46;
border-left: 4px solid #0073aa;
padding-left: 10px;
margin: 28px 0 12px;
}
.article-section p {
font-size: 0.93rem;
line-height: 1.9;
color: #333;
margin-bottom: 14px;
}
.article-section a {
color: #0073aa;
text-decoration: underline;
}
.article-section a:hover {
color: #005a87;
} [id] {
scroll-margin-top: 72px;
} .info-box {
background: #eaf3fb;
border-left: 4px solid #0073aa;
border-radius: 0 6px 6px 0;
padding: 14px 18px;
margin: 18px 0;
font-size: 0.88rem;
line-height: 1.75;
color: #1a3a5c;
}
.info-box strong {
display: block;
font-weight: 700;
margin-bottom: 6px;
font-size: 0.9rem;
} .article-table-wrap {
overflow-x: auto;
margin: 18px 0;
}
.article-table {
width: 100%;
min-width: 420px;
border-collapse: collapse;
font-size: 0.86rem;
}
.article-table th {
background: #0a2d46;
color: #fff;
padding: 10px 12px;
text-align: center;
font-weight: 600;
white-space: nowrap;
}
.article-table td {
padding: 9px 12px;
border: 1px solid #dde6ee;
text-align: center;
vertical-align: middle;
}
.article-table tr:nth-child(even) td {
background: #f5f8fb;
}
.article-table td:first-child {
font-weight: 600;
text-align: left;
} .highlight-rate {
color: #c0392b;
font-weight: 700;
} .check-list {
list-style: none;
padding: 0;
margin: 8px 0 16px;
display: grid;
gap: 8px;
}
.check-list li {
font-size: 0.91rem;
line-height: 1.7;
color: #333;
padding-left: 26px;
position: relative;
}
.check-list li::before {
content: "✓";
position: absolute;
left: 0;
color: #27ae60;
font-weight: 700;
} .point-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 14px;
margin: 16px 0;
}
.point-card {
background: #f5f8fb;
border: 1px solid #ccdde8;
border-radius: 10px;
padding: 16px 14px;
text-align: center;
}
.point-card .card-icon {
font-size: 1.7rem;
margin-bottom: 8px;
display: block;
}
.point-card .card-title {
font-size: 0.84rem;
font-weight: 700;
color: #0a2d46;
margin-bottom: 6px;
}
.point-card .card-text {
font-size: 0.78rem;
color: #555;
line-height: 1.55;
} .cta-box {
background: linear-gradient(135deg, #0a2d46 0%, #0e4a72 100%);
border-radius: 12px;
padding: 28px 22px;
text-align: center;
margin: 40px 0;
color: #fff;
}
.cta-box p {
font-size: 0.95rem;
margin: 0 0 18px;
line-height: 1.7;
opacity: 0.93;
}
.cta-btn {
display: inline-block;
background: #f5c400;
color: #0a2d46;
font-size: 0.97rem;
font-weight: 700;
padding: 14px 34px;
border-radius: 50px;
text-decoration: none !important;
transition: opacity 0.2s, transform 0.15s;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.cta-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
color: #0a2d46 !important;
} .campaign-cards {
display: grid;
gap: 14px;
margin: 18px 0;
}
.campaign-card {
border: 1px solid #dde6ee;
border-radius: 10px;
overflow: hidden;
display: flex;
align-items: stretch;
background: #fff;
transition: box-shadow 0.15s;
}
.campaign-card:hover {
box-shadow: 0 2px 12px rgba(10,45,70,0.1);
}
.campaign-card-badge {
background: #0a2d46;
color: #fff;
width: 68px;
min-width: 68px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 0.7rem;
font-weight: 700;
text-align: center;
padding: 8px 4px;
line-height: 1.4;
}
.campaign-card-badge.net  { background: #0e4a72; }
.campaign-card-badge.mega { background: #2c3e50; }
.campaign-card-badge.other{ background: #3d5a47; }
.campaign-card-body {
padding: 13px 16px;
flex: 1;
}
.campaign-card-bank {
font-size: 0.95rem;
font-weight: 700;
color: #0a2d46;
margin-bottom: 3px;
}
.campaign-card-label {
font-size: 0.8rem;
color: #555;
margin-bottom: 7px;
line-height: 1.45;
}
.campaign-card-rate {
font-size: 1.15rem;
font-weight: 700;
color: #c0392b;
margin-bottom: 4px;
}
.campaign-card-rate span {
font-size: 0.74rem;
color: #888;
font-weight: 400;
margin-left: 4px;
}
.campaign-card-target {
display: inline-block;
font-size: 0.72rem;
background: #fef3e2;
color: #c0392b;
border: 1px solid #f5c400;
border-radius: 3px;
padding: 1px 6px;
margin-bottom: 6px;
font-weight: 600;
}
.campaign-card-end {
font-size: 0.76rem;
color: #999;
margin-top: 4px;
}
.campaign-card-end.urgent {
color: #c0392b;
font-weight: 700;
}
.campaign-card-link {
display: inline-block;
font-size: 0.76rem;
color: #0073aa;
text-decoration: none;
margin-top: 7px;
}
.campaign-card-link:hover {
text-decoration: underline;
} .no-campaign-msg {
background: #f5f8fb;
border: 1px solid #dde6ee;
border-radius: 8px;
padding: 24px;
text-align: center;
color: #777;
font-size: 0.9rem;
} .article-updated {
font-size: 0.78rem;
color: #aaa;
text-align: right;
border-top: 1px solid #eee;
padding-top: 16px;
margin-top: 52px;
} @media (max-width: 600px) {
.article-title {
font-size: 1.2rem;
}
.article-section h2 {
font-size: 1rem;
padding: 9px 12px;
}
.article-section h3 {
font-size: 0.93rem;
}
.cta-box {
padding: 20px 16px;
}
.cta-btn {
font-size: 0.9rem;
padding: 12px 24px;
}
.point-cards {
grid-template-columns: 1fr 1fr;
}
.campaign-card-badge {
width: 56px;
min-width: 56px;
font-size: 0.64rem;
}
}