@charset "utf-8";
/* サイトマップ専用
   ※ templates/sitemap.html の <style> 直書きを外部化したもの（2026-07-09） */
.section-title-sm { font-size: 1.2rem; font-weight: bold; border-left: 4px solid var(--primary-color, #132F71); padding-left: 10px; margin-bottom: 15px; }
.list-disc { list-style-type: disc; padding-left: 20px; margin-bottom: 20px; }
.list-disc li { font-size: 15px; margin-bottom: 0.5em; }
.sitemap-links a { 
    text-decoration: underline;
    color: var(--text-main, #333);
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
}
.sitemap-links a:hover { text-decoration: none; color: var(--primary-color, #132F71); }
