@charset "UTF-8";
/* CSS Document */


/* パンくず */
.topic_path {
	display: none;
}


@media (min-width: 640px) {
	.topic_path {
		margin-top: 12px;
		display: block;
	}
}




.breadcrumb {
	background: none;
	border: none;
	display: block;
	margin-left: 0;
	margin-bottom: 3rem;
	padding: 0;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	column-gap: 1px;
	list-style: none;
	margin-top: 12px;
	margin-bottom: 16px
}
.breadcrumb li {
	display: flex;
	align-items: center;
}
.breadcrumb li a {
	font-size: 12px;
	font-size: inherit;
	line-height: 1.1;
	text-transform: none;
	color: #757575;
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	leading-trim: both;
	text-box-edge: cap alphabetic;
	text-box-trim: trim-both;

}

.breadcrumb li:first-child::before {
	content: "";
	margin-left: 0;
	margin-right: 0;
}
.breadcrumb li::before {
	content: "/";
	color: #DDD;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
.breadcrumb li:nth-of-type(1)::after {
	content: "\e5e1";
	margin-left: 4px;
	margin-right: -4px;
	font-family: 'Material Symbols Outlined';
	font-size: 120%;
	color: #AAA;
	font-weight: 200;
}
.breadcrumb li:nth-of-type(2)::before {
	content: "";
	margin-left: 0;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb li:last-child,
.breadcrumb li:last-child a {
	color: black;
	font-weight: 500;
	
}
.breadcrumb li:last-child a {
	text-decoration: underline;
	transition: 0.5s;
}
.breadcrumb li:last-child a::before {
	text-decoration: none;
}
.breadcrumb li:last-child a:hover {
	color: rgba(33,151,171,1.00);
}
.breadcrumb li:last-child a::before:hover {
	color: black;
}

.breadcrumb_home .material-symbols-outlined{
	font-size: 18px;
	margin-top: -5px;
	display: inline-block;
}



@media (min-width: 1740px) {
	.scrolled-to-top .breadcrumb li:nth-of-type(1)::before {
		content: "";
	}
	.scrolled-to-top .breadcrumb li::before,
	.scrolled-to-top .breadcrumb li:nth-of-type(2)::before {
		content: "/";
		margin-left: 0;
		mix-blend-mode: difference;
	}
	.scrolled-to-top .topic_path {
		position: fixed;
		top: 100px;
		left: 20px;
		z-index: 100;
		width: calc(( 100vw - 1300px - 70px ) / 2 );
	}
	.scrolled-to-top .breadcrumb {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 12px;
		font-size: 14px;
		mix-blend-mode: difference;

	}
	.scrolled-to-top .breadcrumb li {
		mix-blend-mode: difference;

	}
	.scrolled-to-top .breadcrumb_home .material-symbols-outlined{
		font-size: 20px;
		margin-top: -6px;
	}

}

