@charset "UTF-8";

#keyvisual {
    background: url('../img/sitemap/main_bg.jpg') no-repeat right center;
    background-size: cover;
}

.sitemap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 290px;
    text-align: left;
}

.sitemap > li {
    margin-bottom: .8rem;
    padding-left: 18px;
    background: url(../img/common/f_icon.svg) no-repeat left .4rem;
    background-size: 10px;
    font-weight: bold;
}

.sitemap a {
    text-decoration: none;
}

.sitemap > li > dl dd {
    padding-left: 10px;
}

.sitemap > li > dl, footer > .inner > .list > li > dl dd {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.sitemap {
		height: auto;
	}
}