@charset 'utf-8';

/* ------------------------------
 サイトマップ設定
------------------------------ */

.sitemap-link {
	display: block;
}

.sitemap-link-bold {
	display: block;
	background-image: url(../img/common/arrow_next-black.svg);
	background-repeat: no-repeat;
}

.blank {
	background-image: url(../img/common/blank-black.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	.sitemap-link {
		padding: .625% 2.5% .625% 4.6875%;
	}
	.sitemap-link-bold {
		padding: .625% 2.5% .625% 7.8125%;
		background-position: 4.6875% center;
		background-size: auto 33%;
	}
	.sitemap-indent {
		margin-left: 3.125%;
	}
	.blank {
		padding-right: 6%;
		background-size: auto 60%;
	}
}

@media screen and (min-width: 900px) {
	.sitemap {
		float: left;
		width: 270px;
		margin-right: 45px;
	}
	.sitemap:nth-child(3n) {
		margin-right: 0;
	}
	.sitemap-link {
		padding: 2px 10px 2px 20px;
	}
	.sitemap-link-bold {
		padding: 2px 10px 2px 27px;
		background-position: 15px 10px;
		background-size: auto 10px;
	}
	.sitemap-indent {
		margin-left: 7px;
	}
	.blank {
		padding-right: 16px;
		background-size: auto 10px;
	}
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
