@charset "utf-8";

/*=====================================
BREADCRUMBS
======================================*/
.breadcrumbs .inner{margin: 0 8px}
.breadcrumbs_wrapper{display:flex;align-items:center}.breadcrumbs_contents{display:block;width:100%;overflow-x:auto;white-space:nowrap;margin-bottom:-2px;padding-bottom:2px}.breadcrumbs_item{display:inline-flex;align-items:center;color:#6b6e71;font-size:1.2rem;line-height:2;font-family: 'Noto Sans JP', sans-serif;}.breadcrumbs_item.-home{flex-shrink:0;margin:0 8px}.breadcrumbs_inner{width:100%;display:flex}.breadcrumbs_item:not(:first-child){margin-left:4px}.breadcrumbs_item a{color:#c0c5cb}.breadcrumbs_item:not(:last-child):after{margin-left:4px;font-family:'Material Icons Round';content:"\e5cc";color:#c0c5cb}.breadcrumbs_item:last-child{padding-right:8px}a.breadcrumbs_anchor{color:#3498db;font-weight:400}@media print,screen and (min-width:960px){.breadcrumbs{margin-top:4px}.breadcrumbs .inner{margin: 0 auto; max-width:1280px;width:100%}.breadcrumbs_wrapper{margin-left:-8px}}
