/**************************
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: 30%;
		box-sizing: border-box;
		padding-right: 60px;
	}
}

.sitemap_layout .group {
	margin-bottom: 60px;
}

.sitemap_list .toggle {
	display: none;
}

.sitemap_list .accordion__content {
	max-height: none;
	opacity: 1;
}

.sitemap_list .li1 {
	margin-bottom: .5em;
}

.sitemap_list .a1 {
	line-height: 1.4;
	color: #222;
	text-decoration: none;
	font-size: 0.875rem;
	padding-left: 18px;
	position: relative;
	top: 0;
	left: 0;
}

.sitemap_list .a1::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/left.png") 0 0 no-repeat transparent;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: .15em;
	left: 0;
}

.sitemap_list .a1:hover {
	color: #222;
	text-decoration: underline;
}

@media screen and (min-width: 900px), print {
	.sitemap_list .sub_ul2 {
		margin-top: .5em;
		padding-left: 1em;
		margin-bottom: .5em;
	}
}

.sitemap_list .sub_ul2-sitemap_none,
.sitemap_list .sub_ul3-sitemap_none {
	display: none;
}

.main_content .sitemap_list .li2,
.main_content .sitemap_list .li3 {
	padding-left: 0;
}

.main_content .sitemap_list .li2::before,
.main_content .sitemap_list .li3::before {
	display: none;
}

.sitemap_list .a2,
.sitemap_list .a3,
.sitemap_list .a4 {
	display: block;
	line-height: 1.4;
	color: #222;
	text-decoration: none;
	font-size: 0.875rem;
	padding-left: 18px;
	position: relative;
	top: 0;
	left: 0;
}

.sitemap_list .a2::before,
.sitemap_list .a3::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/left2.png") 0 0 no-repeat transparent;
	background-size: 12px 8px;
	width: 12px;
	height: 8px;
	position: absolute;
	top: .3em;
	left: 0;
}
/* .sitemap_list .a4::before {
  display: none;
} */
.sitemap_list .sub_ul4 {
  padding-top: 4px;
}
.sitemap_list .sub_ul4 > li::before {
  display: none !important;
}

.sitemap_list .a2:hover,
.sitemap_list .a3:hover,
.sitemap_list .a4:hover {
	color: #222;
	text-decoration: underline;
}

@media screen and (min-width: 900px), print {
	.sitemap_list .a3 {
		margin-left: .8ex;
	}
  .sitemap_list .sub_ul3 {
    padding-top: .5ex;
  }
}

@media screen and (max-width: 899px) {
	.sitemap_list .li1,
	.sitemap_list .li2,
	.sitemap_list .li3 {
		padding-left: 0;
	}
  .li3 {
    padding: 0 15px !important;
  }
	.sitemap_list .li1:not(:last-child),
	.sitemap_list .li2:not(:last-child),
	.sitemap_list .li3:not(:last-child) {
		border-bottom: 1px dashed #ccc;
	}
	.sitemap_list .sub_ul2,
	.sitemap_list .sub_ul3 {
		border-top: 1px dashed #ccc;
	}
	.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 .sub_ul2_title {
	display: none;
}
