/*文字コード調整テキスト*/

/* =========================================
area_lead 内 カスタム用CSS（他への干渉ゼロ設計）
========================================= */

/* エリア全体の上下余白調整 */
.area_lead.rf_lead_custom {margin: 12px 0 !important;padding: 0;}

/* 1. サブ画像2枚エリア */
.rf_lead_custom .rf_sub_img_area {display: flex;gap: 10px;margin-bottom: 12px;justify-content: center;}
.rf_lead_custom .rf_sub_img_item {text-align: center;width:150px;}
.rf_lead_custom .rf_sub_img_item img {width: 100%;height: auto;aspect-ratio: 1 / 1;object-fit: cover;border-radius: 6px;border: 1px solid #e8e8e8;display: block;}

/* 画像下のキャプション文字 */
.rf_lead_custom .rf_sub_cap {display: block;font-size: 11px;color: #555;font-weight: bold;margin-top: 4px;line-height: 1.3;}

/* 2. 敬老の日ポイントBOX */
.rf_lead_custom .rf_push_point_box {background: #f7f6fb;border: 1px dashed #e1d8f0;border-radius: 8px;padding: 14px 12px;box-sizing: border-box;}

/* ポイントBOXのタイトル */
.rf_lead_custom .rf_push_ttl {font-size: 16px;font-weight: bold;color: #5c438f;margin: 0 0 8px 0 !important;line-height: 1.3;}

/* ポイントBOXのリスト */
.rf_lead_custom .rf_push_list {margin: 0 !important;padding-left: 18px !important;font-size: 14px;color: #444;line-height: 1.6;}
.rf_lead_custom .rf_push_list li {margin-bottom: 3px;list-style: disc;}
.rf_lead_custom .rf_push_list li:last-child {margin-bottom: 0;}
.rf_lead_custom .rf_push_list strong {color: #E15242;}

/* =========================================
リンドウコラム要約エリア専用 CSS
========================================= */
.rf_column_summary {background: #f7f6fb;padding: 24px;margin-bottom: 48px;box-shadow: 0 4px 8px rgba(0,0,0,0.03);}
.rf_column_summary .rf_column_title {font-size: 18px;color: #5c438f;text-align: center;font-weight: bold;margin: 0 0 16px 0;display: flex;justify-content: center;align-items: center;}

/* タイトル左右のキラッとしたあしらい */
.rf_column_summary .rf_column_title::before,.rf_column_summary .rf_column_title::after {content: '✦';                 color: #cbbbe4;margin: 0 8px;font-size: 14px;}
.rf_column_summary .rf_column_text {font-size: 16px;line-height: 1.8;color: #444;margin-bottom: 16px;text-align: center;}

/* 3つのポイント（バッジ風デザイン） */
.rf_column_summary .rf_column_point {display: flex;flex-wrap: wrap;justify-content: center;gap: 12px;margin: 0;padding: 0;}
.rf_column_summary .rf_column_point li {background: #fff;border: 1px solid #d4c8e8;color: #5c438f;padding: 10px 16px;font-size: 16px;font-weight: bold;list-style: none;text-align: center;}
.rf_column_summary .rf_column_point li i {margin-right: 4px;}

/* コラム本編へのテキストリンク */
.rf_column_summary .rf_column_link {text-align: center;margin-top: 16px;}
.rf_column_summary .rf_column_link a {color: #7b62aa;font-size: 13px;text-decoration: underline;}
.rf_column_summary .rf_column_link a:hover {text-decoration: none;}

/* =========================================
共通 CSS
========================================= */
.area_single_item h2._heading{color:#5c438f;}
.wrap_title h2{color:#5c438f;}
.area_button a{background:#5c438f;border: 2px solid #5c438f;}
.area_button a:hover{color:#5c438f!important;}