@charset "utf-8";
/* sitemap */

/*-----------  --------------*/

	.sitemapContents{
		padding-top: 0;
	}
.catLists{
}
.catLists col2{
}
.catLists col3{
}
.catName{
	display: block;
    border-top: 2px #dddddd dotted;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
}
a.catName{
	position: relative;
	padding-right: 30px;
	color: #333333;
}
a.catName::before,
a.catName::after{
	content: "";
    display: block;
    background: #72af43;
    position: absolute;
    right: 0;
	top: 50%;
    height: 2px;
}
a.catName::before {
    width: 30px;
}
a.catName::after {
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.subcatLists:first-of-type{
    border-top: 2px #dddddd dotted;
    padding-top: 20px;
}
.subcatLists:last-of-type{
    padding-bottom: 20px;
}
.subcatLists li{
	position: relative;
	padding-left: 0.8em;
	margin-bottom: 10px;
}
.subcatLists li::before{
	position: absolute;
	left: 0;
	content: "\02022";
}
.subcatLists a{
	color: #333333;	
	display: block;
}

@media screen and (min-width: 769px) {
	a.catName:hover::before,
	a.catName:hover::after{
		right: -20px;
		transition: 0.5s;  
	}
	.subcatLists{
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.subcatLists li{
		word-wrap: break-word;
		width: 25%;
		padding-right: 2em;
	}
	.subcatLists.col2 li{
		width: calc(100% / 2);
	}
	.subcatLists.col3 li{
		width: calc(100% / 3);
	}
}/*-PC only-*/
@media screen and (max-width: 768px) {
}/* //end for SP */
