/* ==========================================================
   冷蔵冷凍車 絞り込みページ 追加CSS（見出し・リード文をサイト共通デザインに統一）
   配置場所: wp-content/themes/gc-kawagoe--WP-THEME/css/page-reitousha-filter.css

   main.css内で front-page-*__ttl / .lineup__ttl など、サイト全体で
   繰り返し使われている「グレー角丸ボックス見出し」パターンを、
   このページ専用に再現したもの。reitousha-lp.css（/reitousha/ページと共用）
   は変更せず、独立したファイルとして追加する。
   ========================================================== */

.page-ttlbox__ttl {
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #e6e6e6;
    font-size: 24px;
    font-weight: 700;
    color: #01349d;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .page-ttlbox__ttl {
        border-radius: 5px;
        padding: 10px;
        font-size: 18px;
    }
}

.page-ttlbox__lead {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .page-ttlbox__lead {
        padding: 0 2.5vw;
        font-size: 15px;
    }
}

.page-ttlbox__backlink {
    margin: 4px 0 24px;
    padding: 0 20px;
}
.page-ttlbox__backlink a {
    font-size: 14px;
    font-weight: bold;
    color: #005bac;
    text-decoration: none;
}
.page-ttlbox__backlink a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .page-ttlbox__backlink { padding: 0 2.5vw; }
}
