@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  SITEMAP PC
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {


.sitemap_bg {
	background: url(../imgs/sitemap/sitemap_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 330px;
	height: auto;
	width: 100%;
}

#sitemap ul li a {
	color: #555;
	padding: 12px 10px;
	display: block;
	border-bottom: 1px dashed #dddddd;
	position: relative;
}
#sitemap ul li:last-child a {
	border-bottom: none;
}
#sitemap ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sitemap ul li a:hover {
	background: #f9f9f9;
}
#sitemap ul li.level_2 a,
#sitemap ul li.level_3 a {
	padding-left: 20px;
}
#sitemap ul li.level_2 a:before,
#sitemap ul li.level_3 a:before {
	content: "-";
	margin-right: 10px;
}


}
/*--------------------------------------------------
**************************************************
  SITEMAP SP
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {


#content #sitemap{
	margin-bottom: 50px;
}

.sitemap_bg {
	background: url(../imgs/sitemap/sitemap_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	width: 100%;
}

.page_catch {
	padding-top: 20px;
}

#sitemap ul li a {
	color: #555;
	padding: 12px 10px;
	display: block;
	border-bottom: 1px dashed #dddddd;
	position: relative;
}
#sitemap ul li:last-child a {
	border-bottom: none;
}
#sitemap ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sitemap ul li a:hover {
	background: #f9f9f9;
}
#sitemap ul li.level_2 a,
#sitemap ul li.level_3 a {
	padding-left: 20px;
}
#sitemap ul li.level_2 a:before,
#sitemap ul li.level_3 a:before {
	content: "-";
	margin-right: 10px;
}


}
