/* =========================================================
   GRM Archive CSS（archive-grm.phpベース）
   ※ このファイルから抽出して作成
========================================================= */

@media screen and (max-width:991px) {
	#breadcrumb ol {
		margin: 0 0 20px 0 !important;
	}
	#breadcrumb ol li {
		font-size: 82%;
	}
}
@media screen and (min-width: 992px) {
	#breadcrumb ol {
		margin: 0 0 40px 0 !important;
	}
	#breadcrumb ol li {
		font-size: 89%;
	}
}

#breadcrumb ol {
	z-index: 10;
}
#breadcrumb ol li {
	display: inline-block;
	line-height: 140%;
	padding: 0 !important;
	margin: 0 !important;
}
#breadcrumb ol li a {
	color: #b0b0b0;
	padding: 0 3px;
	margin: 0 !important;
}
#breadcrumb ol li a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
#breadcrumb ol li::before {
	display: none;
}

#breadcrumb ol li::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M9.09375 4.78125L7.6875 6.21875L17.46875 16L7.6875 25.78125L9.09375 27.21875L20.3125 16ZM16.09375 4.78125L14.6875 6.21875L24.46875 16L14.6875 25.78125L16.09375 27.21875L27.3125 16Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}
#breadcrumb ol li:last-child:after {
	content : none ;
}