@charset "utf-8";
/* CSS Document */

ul.ul__sitemap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

ul.ul__sitemap li {
	padding: 5px;
}

ul.ul__sitemap > li {
	width: calc(100% / 3);
}

ul.ul__sitemap > li::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	margin: 0 0.6rem 0 0;
	color: #1e5a9f;
	font-weight: 600;
}

ul.ul__sitemap li a {
	color: #1e5a9f;
}

ul.ul__sitemap li a:hover {
	text-decoration: underline;
}

ul.ul__sitemap ul {
	margin: 1.0rem 0 1.0rem 1.0rem;
}

ul.ul__sitemap ul li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	margin: 0 0.6rem 0 0;
	color: #1e5a9f;
	font-weight: 600;
}


@media (max-width: 1280px) {

}


@media (max-width: 1024px) {

}


@media (max-width: 768px) {

ul.ul__sitemap > li {
	width: 50%;
}

}


@media (max-width: 640px) {

}
