.row.sitemap {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	color: #8A8A8A;
	text-align: left;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
.row.sitemap h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: thin dotted rgba(201,201,201,1.00);
	padding-bottom: 16px;
	color: rgba(53,124,164,1.00);
}
.row.sitemap  h3  {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}
.row.sitemap  ul {
	padding-left: 16px;
}
.row.sitemap  li {
	font-weight: 300;
}
.bold a {
	font-weight: bold;
	margin-bottom: 8px;
}
.row.sitemap li a {
	display: block;
	color: rgba(90,90,90,1.00);
	text-decoration: none;
	margin-bottom: 8px;
}
.row.sitemap li span a {
	margin-left: 16px;
	display: block;
	font-weight: 300;
}
i {
	margin-right: 4px;
	font-size: 12px;
	color: rgba(53,124,164,1.00);
}
