/* ##### sitemap ##### */
.sitemap_groupBox {
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	width: 100%;
}
.sitemap_group {
	flex: 1;
	border-right: 1px solid;
	padding: 0 2em;
}
.sitemap_group:last-child {
	border-right: none;
}
.sitemap_group .sitemap_link {
	font-size: 17px;
	display: block;
	font-weight: bold;
	position: relative;
}
.sitemap_group .sitemap_link a {
	display: inline-block;
	position: relative;
	position: relative;
	padding: 0.5em 0 0.5em 1.2em;
	line-height: 1.8;
}
.sitemap_group .sitemap_link a:before {
	content: "";
	position: absolute;
	display: block;
	border-right: 1.5px solid #000000;
	border-top: 1.5px solid #000000;
	width: 0.4em;
	height: 0.4em;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0.3em;
	top: 1.1em;
}
#pttl_nf .sitemap_group .sitemap_link a {
	font-size: 1.3rem;
}

#pttl_nf .nf_comment{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1.2em;
	margin-top: 2em;
	font-size: 1.4em;
	background-color: #D1D1D1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 760px) {
	.sitemap_groupBox {
		display: block;
		padding: 0;
		font-size: 0;
	}
	.sitemap_group {
		display: inline;
		width: 100%;
		border-right: none;
	}
	.sitemap_group .sitemap_link {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.sitemap_group .sitemap_link a {
		font-size: 11px;
	}
	.sitemap_group .sitemap_link a:before {
		top: 1em;
	}
}

