/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (min-width: 900px), print {
	.sitemap_layout {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sitemap_layout .column {
		width: 33.33%;
		box-sizing: border-box;
		padding-right: 40px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 899px) {
	.sitemap_layout .column:not(:last-child) {
		margin-bottom: 50px;
	}
}

.root .main_content h3 a {
	text-decoration: none;
	color: #116890;
}

.root .main_content h3 a:hover {
	color: #d64747;
}

.root .main_content h3 a::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow/link2.png") 0 center no-repeat transparent;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: .5em;
}

.root .main_content ._sitemappage_none {
	display: none;
}

.sitemap_list a {
	line-height: 1.4;
	color: #116890;
	text-decoration: none;
	display: inline-block;
	padding-bottom: .4em;
	border-bottom: 1px solid #116890;
}

.sitemap_list a:hover {
	color: #d64747;
	border-color: #d64747;
}

.sitemap_list a .pc_block {
	display: inline;
}

@media screen and (min-width: 900px), print {
	.sitemap_list li:not(:last-child) {
		margin-bottom: .5em;
	}
	.sitemap_list .a2 {
		padding-left: 3.9ex;
	}
	.sitemap_list .a2::before {
		left: 1.8ex;
	}
	.sitemap_list .ul2 {
		margin-top: .8em;
	}
}

@media screen and (max-width: 899px) {
	.sitemap_list .li1,
	.sitemap_list .li2,
	.sitemap_list .li3 {
		padding-left: 0;
	}
	.sitemap_list .ul2,
	.sitemap_list .ul3 {
		border-top: 1px dashed #ccc;
	}
	.sitemap_list .a2 {
		padding-left: 24px;
	}
	.sitemap_list .a2::before {
		left: 12px;
	}
	.sitemap_list .a1,
	.sitemap_list .a2,
	.sitemap_list .a3 {
		display: block;
		padding-top: .8em;
		padding-bottom: .8em;
	}
	.sitemap_list .a1::before,
	.sitemap_list .a2::before,
	.sitemap_list .a3::before {
		top: 16px;
	}
	.sitemap_list .a1:hover,
	.sitemap_list .a2:hover,
	.sitemap_list .a3:hover {
		text-decoration: none;
	}
}

.sitemap_list .a1._disable,
.sitemap_list .a2._disable,
.sitemap_list .a3._disable {
	pointer-events: none;
	color: #ccc;
}
