@charset "UTF-8";


/*
	sitemap styles
----------------------------------------------------------------------------- */

.sitemap .basic-list{
	padding: 0;
}

.ttl-type01 + .list-col-wrap {
    margin-top: -30px;
}

@media (min-width: 768px) and (max-width:1400px) {
	.ttl-type01 + .list-col-wrap {
	    margin-top: calc(-22.8125 / 1400 * 100vw);
	}
}

@media (max-width: 767px) {
	.ttl-type01 + .list-col-wrap {
	    margin-top: calc(-20 / 390* 100vw);
	}
}