@charset "UTF-8";
h2.left_border {
	margin: 40px 0 0;
}
h3.left_noborder {
	margin: 25px 0 0;
}
.sitemap_list {
	margin-top: 30px;
	width: 100%;
}
.sitemap_list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sitemap_list ul li {
	line-height: 20px;
	margin-right: 36px;
	padding-bottom: 25px;
	min-height: 50px;
	width: calc((100% - (36px * 3)) / 4);
}
.sitemap_list ul li:nth-child(4n) {
	margin-right: 0;
}
a.arrow_right {
	padding-left: 1em;
	text-indent: -1em;
}

h2.left_border a {
	font-size: 24px;
	color: #0081cc;
}
h2.left_border a:hover {
	text-decoration: underline;
}

h3.left_noborder a {
	font-size: 20px;
	color: #000;
}
h3.left_noborder a:hover {
	color: #0081cc;
	text-decoration: underline;
}

/* smartPhone */
@media screen and (max-width: 768px) {
	.sitemap_list ul li {
		line-height: 20px;
		margin-right: 18px;
		width: calc((100% - 18px) / 2);
	}
	.sitemap_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}
