/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:02:33 */
/* 1. 記事エリアの最初に出現する「見出し」をすべてOrigin風にする */
article h1, 
.entry-body h1:first-of-type, 
.siteContent-main h1:first-of-type {
    background-color: #f7f7f7 !important; /* 背景色 */
    padding: 15px 20px !important;
    border-left: 8px solid #337ab7 !important; /* 左の太線 */
    border-bottom: 1px solid #ddd !important;
    font-weight: bold !important;
    font-size: 1.6rem !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

/* 2. もしタイトルがh2で出力されている場合も想定 */
article h2:first-of-type {
    background-color: #f7f7f7 !important;
    padding: 15px 20px !important;
    border-left: 8px solid #337ab7 !important;
    display: block !important;
}