@charset "utf-8";


/* ----------------------------------------------------------------------- bread */
.bread{ margin:  18px 0 0; padding: 0 0 0 3%; }
.bread-list{ display: flex; align-items: center; }
.bread-list li{ font-size: 12px; }
.bread-list a{ position: relative; padding-right: 30px; }
.bread-list a:after{ position: absolute; content: ""; width: 1px; height: 100%; transform: rotate(15deg); right: 15px; top: 0; background: #000; }




/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	
/* ----------------------------------------------------------------------- bread */
.bread{ margin: 15px 0 0; padding: 10px 5%; background: #F8F7F1; }
.bread-list li{ font-size: 10px; }







}
