@charset "UTF-8";
/* ===================================================================

	sitemap CSS

=================================================================== */
.sitemap_area{
	padding: 0 0 60px;
	width: 100%;
}
@media all and (max-width: 767px){
.sitemap_area{
	padding: 0 0 0;
	width: 100%;
}
}
.sitemap_set{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.sitemap_set li{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1;
}
.sitemap_set li.list01::before{
	padding-left: 0;
	margin-right: 6px;
	line-height: 1;
	display: inline-block;
	content: "\e803";
	font-family: 'fontello';
	color: #00afb0;
	font-size: 1.2rem;
}
.sitemap_set li.list02::before{
	padding-left: 2em;
	margin-right: 6px;
	line-height: 1;
	display: inline-block;
	content: "\e800";
	font-family: 'fontello';
	color: #00afb0;
	font-size: 1.2rem;
}
.sitemap_set li.list03::before{
	padding-left: 3em;
	margin-right: 6px;
	line-height: 1;
	display: inline-block;
	content: "\e848";
	font-family: 'fontello';
	color: #00afb0;
	font-size: 1.2rem;
}
a i.icon-link-ext {
  color: #00afb0;
  margin: 0 0 0 3px;
}
.sitemap_set li i.icon-file-pdf {
  color: #e22626;
}
@media all and (max-width: 767px){
}