@charset "utf-8";
/* ==========================================================================
   サイトマップ
   ========================================================================== */

.sitemap-heading {
	margin-bottom: 16px;
	font-weight: normal;
}
.sitemap-heading.border {
	padding-bottom: 6px;
	border-bottom: 2px solid #ddd;
}
.sitemap-heading a {
	color: #333;
}
.sitemap-heading a:hover {
	color: #015db2;
	text-decoration: none;
}

.sitemap-list,
.sitemap-list2 {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
.sitemap-list a {
	display: inline-block;
	position: relative;
	padding: 3px 3px 3px 20px;
}

.csstransforms .sitemap-heading a:after {
	display: inline-block;
	content: "";
	border-top: 3px solid #015db2;
	border-right: 3px solid #015db2;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	margin-left: 6px;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: margin .2s;
	transition: margin .2s;
}
.csstransforms.no-touchevents .sitemap-heading a:hover:after {
	margin-left: 10px;
}
.csstransforms .sitemap-list a:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #015db2;
	border-right: 2px solid #015db2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media print, (min-width:40.0625em) {
	.sitemap-list.grid > li {
		float: left;
		width: 50%;
	}
}
@media print, (min-width:60.0625em) {
	.sitemap-list.grid > li {
		float: left;
		width: 33%;
	}
}