@charset "utf-8";


.bread-crumb ol li:nth-child(3):after {
    content: none;
}
.bread-crumb ol li:nth-child(4) ,
.bread-crumb ol li:nth-child(5) ,
.bread-crumb ol li:nth-child(6) {
    display: none;
}




/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
    #section-site-info {
    	position: relative;
    }

}

/* -- 印刷用 -- */
@media print {
}
