@charset "utf-8";

div#topic-path {
    margin: 15px 0px;
    font-size: 1.2rem;
}

div#topic-path a.no-link {
    color: #999999;
    pointer-events: none;
	cursor: default;
	text-decoration: none;
}

div#topic-path span.gray {
    color: #999999;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}