/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2025 | 06:48:21 */
/* SWELLのデフォルトのパンくずリストを非表示にする */
#breadcrumb { /* または #breadcrumb やその他のクラス名に変更 */
    display: none;
}

.custom-breadcrumb-div {
width: 100%!important;
padding: 10px;
}

.custom-breadcrumb {
margin: 0 auto!important;
color: #333333;
}

.custom-breadcrumb > a {
	padding-inline: 1em;
}

.custom-breadcrumb > span {
	padding-inline: 1em;
}