.bike-theft-article {
line-height: 1.9;
font-size: 16px;
color: #263238;
}
.bike-theft-article p {
margin: 0 0 1.2em;
}
.bike-theft-article h2 {
margin: 2.6em 0 1em;
padding: 0.78em 0.95em;
border-left: 7px solid #173c63;
border-radius: 10px;
background: linear-gradient(90deg, #e8f0f8 0%, #f7f1df 100%);
color: #173750;
font-size: 1.35em;
box-shadow: 0 2px 8px rgba(23, 60, 99, 0.09);
}
.bike-theft-article h2::before {
content: "🔐 ";
}
.bike-theft-article h3 {
margin: 1.8em 0 0.8em;
padding: 0.35em 0.65em;
border-left: 4px solid #c88a2d;
border-bottom: 1px solid #ead8b8;
background: #fcfaf5;
color: #1d4966;
font-size: 1.1em;
}
.bike-theft-article .lead-box,
.bike-theft-article .point-box,
.bike-theft-article .caution-box,
.bike-theft-article .check-box,
.bike-theft-article .link-box,
.bike-theft-article .summary-box,
.bike-theft-article .official-box,
.bike-theft-article .product-placeholder {
margin: 1.5em 0;
padding: 1em 1.1em;
border-radius: 12px;
}
.bike-theft-article .lead-box {
background: linear-gradient(135deg, #e8f0f8 0%, #f8f1df 100%);
border: 1px solid #9fb8cf;
box-shadow: 0 2px 8px rgba(23, 60, 99, 0.08);
}
.bike-theft-article .point-box {
background: #eef7f1;
border: 1px solid #91bea0;
}
.bike-theft-article .point-box::before {
content: "🛡️ POINT";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #347848;
}
.bike-theft-article .caution-box {
background: #fff4e8;
border: 1px solid #dfac65;
}
.bike-theft-article .caution-box::before {
content: "⚠ 注意";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #a65a06;
}
.bike-theft-article .check-box {
background: #fff;
border: 2px solid #7b9fbe;
box-shadow: 0 3px 10px rgba(23, 60, 99, 0.08);
}
.bike-theft-article .check-box::before {
content: "✅ チェック";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #173c63;
}
.bike-theft-article .link-box {
background: #edf8f5;
border: 1px solid #87baa9;
}
.bike-theft-article .link-box::before {
content: "🔗 関連記事";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #2e7967;
}
.bike-theft-article .official-box {
background: #f5f7fa;
border: 1px solid #aabaca;
}
.bike-theft-article .official-box::before {
content: "📘 公式情報";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #24527a;
}
.bike-theft-article .summary-box {
background: linear-gradient(135deg, #e8f0f8 0%, #f8f1df 100%);
border: 1px solid #9fb8cf;
}
.bike-theft-article .product-placeholder {
background: #f8faf6;
border: 2px dashed #91aa83;
color: #52634c;
}
.bike-theft-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);
}
.bike-theft-article .product-box::before {
content: "🔗 異なる2種類のロックをまとめて用意";
display: inline-block;
margin-bottom: 0.5em;
font-weight: bold;
color: #4f713f;
}
.bike-theft-article ul {
margin: 0.8em 0 1.2em 1.3em;
padding: 0;
}
.bike-theft-article li {
margin: 0.35em 0;
}
.bike-theft-article .table-wrap {
overflow-x: auto;
margin: 1.3em 0;
}
.bike-theft-article table {
width: 100%;
min-width: 660px;
border-collapse: collapse;
margin: 0;
font-size: 0.95em;
}
.bike-theft-article th,
.bike-theft-article td {
border: 1px solid #bfd0dd;
padding: 0.75em;
vertical-align: top;
}
.bike-theft-article th {
background: #e8f0f8;
font-weight: bold;
}
.bike-theft-article .small-note {
font-size: 0.92em;
color: #607d8b;
}
.bike-theft-article a {
color: #08769b;
font-weight: bold;
}
.bike-theft-article a:hover {
text-decoration: underline;
}
.bike-theft-article .opening-image,
.bike-theft-article .theft-figure {
margin: 1.2em 0 1.8em;
text-align: center;
}
.bike-theft-article .opening-image img,
.bike-theft-article .theft-figure img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
margin: 0 auto;
border-radius: 12px;
box-shadow: 0 4px 14px rgba(23, 60, 99, 0.15);
}
.bike-theft-article .theft-figure figcaption {
margin-top: 0.7em;
color: #607d8b;
font-size: 0.92em;
}
