@charset "utf-8";
/* -----------------------------
 sitemap.css
----------------------------- */

.block li {
	font-weight: bold;
}

.block li a {
	display: inline-block;
	padding: 10px;
	padding-left: 25px;
	background-image: url(../../images/sitemap/icn-arrow-circle-right-red.svg);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: 15px;
}

.block .pdf a {
	background-image: url(../../images/sitemap/icn-pdf-red.svg);
}

.block li ul {
	margin-left: 30px;
}

.block li li {
	font-weight: normal;
}

/* -----------------------------
 PC
----------------------------- */
@media not screen and (max-width:1200px) {
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:1200px) {
}
