@charset "UTF-8";

.breadcrumb {
  margin-bottom: 0;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
}
.breadcrumb_item:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb_item {
  color: #323743;
}