@charset "utf-8";

/* sitemap_sp.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
.inner {
	padding: 0;
}
.sitemapList {
	border-bottom: 1px solid #dadada;
}
.sitemapList > li > ul {
	display: none;
}
.sitemapList > li.active > ul {
	display: block;
}
.sitemapList li {
	list-style-type: none;
	border-top: 1px solid #dadada;
	position: relative;
}
.sitemapList li a {
	padding: 1.5em 2em;
}
.sitemapList li a .ico-link{
	display: inline-block;
	line-height: 1;
	margin-left: .8em;
}
.sitemapList li a .ico-link img{
	width: 15px;
	height: auto;
}

.sitemapList > li ul li {
	border-top: 1px dotted #dadada;
	border-left: 1px solid #dadada;
	margin-left: 2.5em;
}
.sitemapList > li ul li a {
	padding: 1.5em 2em 1.5em 2em;
}
.sitemapList > li ul li a:before {
	content: "";
	width: 13px;
	height: 7px;
	position: absolute;
	top: 50%; left: -4px;
	margin-top: -4px;
	background: url(../images/sitemap.png) no-repeat;
	background-size: contain;
}
#content .sitemapList li a:after {
	border: none;
}
#content .sitemapList > li.target > a:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%; right: 2em;
	margin-top: -7px;
	background: url(../images/arrow_bottom.png) no-repeat;
	background-size: contain;
}
#content .sitemapList > li > a.active:after {
	background: url(../images/arrow_top.png) no-repeat;
	background-size: contain;
}