.elementor-402 .elementor-element.elementor-element-1f0ae0d4{--display:flex;}.elementor-402 .elementor-element.elementor-element-96dda18{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-402 .elementor-element.elementor-element-1f0ae0d4{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-96dda18 *//* サイト全体のテキストリンクの標準化（!importantなし） */
body a {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.2s ease, opacity 0.2s ease;
}

/* 訪問済みリンク */
body a:visited {
    color: #0066cc;
}

/* マウスホバー時・フォーカス時 */
body a:hover, 
body a:focus {
    color: #004499;
    text-decoration: none;
    opacity: 0.9;
}

/* アクティブ時 */
body a:active {
    color: #ff0000;
}

/* 独自パンくずの装飾（!importantなし） */
.custom-breadcrumb {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}
.custom-breadcrumb a,
.custom-breadcrumb a:visited {
    color: #0066cc;
    text-decoration: none;
}
.custom-breadcrumb a:hover {
    text-decoration: underline;
}
.custom-breadcrumb .sep {
    margin: 0 5px;
    color: #ccc;
}
.custom-breadcrumb .current {
    color: #333;
}/* End custom CSS */