@charset "utf-8";
#sitemap .sitemap-list {

}
#sitemap .sitemap-list li + li {
	margin-top: 15px;
}
#sitemap .sitemap-list .text-link {
	display: block;
}
#sitemap .sitemap-list .text-link a {
	display: block;
	text-align: left;
	/* color: var(--UCS-Black); */
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	font-weight: 500;
}
#sitemap .sitemap-list-subtitle {
	margin-top: 20px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: -10px;
}
#sitemap .sitemap-list-sub {
	margin-top: 20px;
	padding-left: 15px;
}
#sitemap .sitemap-list-sub li a {
	position: relative;
	display: block;
	padding-right: 30px;
	text-align: left;
	color: var(--UCS-Black);
	font-size: 1.6rem;
	font-weight: 500;
}
#sitemap .sitemap-list-sub li a[target="_blank"]::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 15px;
	height: 2px;
	background: var(--UCS-Gray-1);
	border-radius: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#sitemap .sitemap-list-sub li a[target="_blank"]::after {
	right: 1px !important;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--UCS-Gray-1);
	border-right: 2px solid var(--UCS-Gray-1);
	transform: rotate(0deg);
}

#sitemap .sitemap-list-sub li a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 7px;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--UCS-Gray-1);
	border-right: 2px solid var(--UCS-Gray-1);
	transform: rotate(45deg);
}
#sitemap .sitemap-list-sub li a:hover {
	color: var(--UCS-Orange);
}
#sitemap .sitemap-list-sub li a:hover::after {
	border-top: 2px solid var(--UCS-Orange);
	border-right: 2px solid var(--UCS-Orange);
}
#sitemap .sitemap-list-sub li a:hover::before {
	background: var(--UCS-Orange);
}

#sitemap .sitemap-list-sub li a::before {
	content: none;
}

@media (min-width: 768px) {
	#sitemap .anchor-link li {
		width: calc((100% - 40px) / 4);
	}
	#sitemap .sitemap-list ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	#sitemap .sitemap-list ul li {
		width: calc(50% - 10px);
	}
	#sitemap .sitemap-list ul li + li {
		margin-top: 0;
	}
	#sitemap .sitemap-list .sitemap-list-sub {
		gap: 20px;
		flex-direction: row;
	}
	#sitemap .sitemap-list ul + .sitemap-list .sitemap-list-sub {
		margin-top: 30px;
	}
	#sitemap .sitemap-list .sitemap-list-sub li a::after {
		right: 15px;
	}
	#sitemap .sitemap-list .sitemap-list-sub li:nth-of-type(2n) a::after {
		right: 6px;
	}
}
