@charset "UTF-8";

.sec_sitemap .sitemapContents > .sitemapContentsWrap {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
}

.sec_sitemap .sitemapContents ul .in_links {
	width: 20%;
}

.sec_sitemap .sitemapContents {
    margin: 0 auto;
    padding: 75px 5%;
}

.color_bl {
	color: #BCA475;
	margin-bottom: 10px;
}



.sec_sitemap .sitemapContents .other li a {
    transition: color .5s;
}

.sec_sitemap .sitemapContents .other li a:hover {
    color: #BCA475;
}

.sec_sitemap .sitemapContents .other li a:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #1a1a1a;
    vertical-align: 10%;
    transition: background .5s;
	position: relative;
	top: -2px;
}

.no-touchevents .sec_sitemap .sitemapContents .other li a:hover:before,
.sec_sitemap .sitemapContents .other li a.nowpage:before {
    background-color: #BCA475;
}

@media screen and (max-width: 460px) {

.sec_sitemap .sitemapContents > .sitemapContentsWrap {
    display: block;
}

.sec_sitemap .sitemapContents ul .in_links {
	width: 100%;
}

.sec_sitemap .sitemapContents .other li {
    margin-bottom: 4px;
}

.sec_sitemap .sitemapContents {
    margin: 0 auto;
    padding: 20px 5%;
}

.color_bl {
	color: #BCA475;
	margin-bottom: 5px;
	margin-top: 20px;
}

.mt_0 {
	margin-top: 0;
}


}