.maintenance-stand-article {
line-height: 1.9;
font-size: 16px;
color: #263238;
}
.maintenance-stand-article p {
margin: 0 0 1.2em;
}
.maintenance-stand-article h2 {
margin: 2.6em 0 1em;
padding: 0.78em 0.95em;
border-left: 7px solid #1f4f6f;
border-radius: 10px;
background: linear-gradient(90deg, #e7f0f5 0%, #f8f2e5 100%);
color: #17384f;
font-size: 1.35em;
box-shadow: 0 2px 8px rgba(31, 79, 111, 0.09);
}
.maintenance-stand-article h2::before {
content: "🔧 ";
}
.maintenance-stand-article h3 {
margin: 1.8em 0 0.8em;
padding: 0.35em 0.65em;
border-left: 4px solid #d18a2c;
border-bottom: 1px solid #ead7b7;
background: #fcfaf5;
color: #22516d;
font-size: 1.1em;
}
.maintenance-stand-article .lead-box,
.maintenance-stand-article .point-box,
.maintenance-stand-article .caution-box,
.maintenance-stand-article .check-box,
.maintenance-stand-article .link-box,
.maintenance-stand-article .summary-box,
.maintenance-stand-article .official-box,
.maintenance-stand-article .product-placeholder {
margin: 1.5em 0;
padding: 1em 1.1em;
border-radius: 12px;
}
.maintenance-stand-article .lead-box {
background: linear-gradient(135deg, #e8f1f6 0%, #f8f2e5 100%);
border: 1px solid #9bb9cc;
box-shadow: 0 2px 8px rgba(31, 79, 111, 0.08);
}
.maintenance-stand-article .point-box {
background: #eef7f1;
border: 1px solid #92bda0;
}
.maintenance-stand-article .point-box::before {
content: "💡 POINT";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #367a49;
}
.maintenance-stand-article .caution-box {
background: #fff4e8;
border: 1px solid #dfa960;
}
.maintenance-stand-article .caution-box::before {
content: "⚠ 注意";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #a65a06;
}
.maintenance-stand-article .check-box {
background: #fff;
border: 2px solid #7d9fb8;
box-shadow: 0 3px 10px rgba(31, 79, 111, 0.08);
}
.maintenance-stand-article .check-box::before {
content: "✅ チェック";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #1f4f6f;
}
.maintenance-stand-article .link-box {
background: #edf8f5;
border: 1px solid #87baa9;
}
.maintenance-stand-article .link-box::before {
content: "🔗 関連記事";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #2e7967;
}
.maintenance-stand-article .official-box {
background: #f5f7fa;
border: 1px solid #aabaca;
}
.maintenance-stand-article .official-box::before {
content: "📘 公式情報";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #24527a;
}
.maintenance-stand-article .summary-box {
background: linear-gradient(135deg, #e8f1f6 0%, #f8f2e5 100%);
border: 1px solid #9bb9cc;
}
.maintenance-stand-article .product-placeholder {
background: #f8faf6;
border: 2px dashed #91aa83;
color: #52634c;
}
.maintenance-stand-article .product-box {
margin: 1.5em 0;
padding: 1em 1.1em;
border: 2px solid #91aa83;
border-radius: 12px;
background: #f8faf6;
box-shadow: 0 3px 10px rgba(69, 89, 45, 0.10);
}
.maintenance-stand-article .product-box::before {
content: "🔗 初めて選ぶなら扱いやすい定番構成";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #4f713f;
}
.maintenance-stand-article ul {
margin: 0.8em 0 1.2em 1.3em;
padding: 0;
}
.maintenance-stand-article li {
margin: 0.35em 0;
}
.maintenance-stand-article .table-wrap {
overflow-x: auto;
margin: 1.3em 0;
}
.maintenance-stand-article table {
width: 100%;
min-width: 680px;
border-collapse: collapse;
margin: 0;
font-size: 0.95em;
}
.maintenance-stand-article th,
.maintenance-stand-article td {
border: 1px solid #bfd0dc;
padding: 0.75em;
vertical-align: top;
}
.maintenance-stand-article th {
background: #e7f0f5;
font-weight: bold;
}
.maintenance-stand-article .small-note {
font-size: 0.92em;
color: #607d8b;
}
.maintenance-stand-article a {
color: #08769b;
font-weight: bold;
}
.maintenance-stand-article a:hover {
text-decoration: underline;
}
.maintenance-stand-article .opening-image,
.maintenance-stand-article .stand-figure {
margin: 1.2em 0 1.8em;
text-align: center;
}
.maintenance-stand-article .opening-image img,
.maintenance-stand-article .stand-figure img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
margin: 0 auto;
border-radius: 12px;
box-shadow: 0 4px 14px rgba(31, 79, 111, 0.15);
}
.maintenance-stand-article .stand-figure figcaption {
margin-top: 0.7em;
color: #607d8b;
font-size: 0.92em;
}
