@charset "utf-8";
/* CSS Document */

/* =================================================================================

   sitemap
 
=================================================================================== */
.sitemap {
	width:80%;
	margin:0 auto;
	}
	
.sitemap dl {
	border-bottom:1px solid #e3deda;
	padding: 0 0 1% 0;
	}

.sitemap dt {
	background:url(/contract/images/arrow_footer-pc.png) no-repeat;
	background-size: 18px;
    background-position: left 50%;
    padding: 0 0 0 26px;
    margin: 0 0 1%;
	}

.sitemap dd {
	background:url(/contract/images/arrow_footer1-sp.png) no-repeat;
	background-size:10px auto;
	background-position:left 50%;
	font-size:0.938em;
	padding: 0 0 0 15px;
    margin: 0 0 1% 25px;
	}
	

.sitemap a {
	position: relative;
	transition: .3s;
	}

.sitemap a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #C6BCB6;
	transition: .3s;
	}

.sitemap a:hover::after {
	width: 100%;
	}
	

@media only screen and (max-width: 768px) {
.sitemap dt {
	background-size: 13px;
    padding: 0 0 0 22px;
    margin: 0 0 1%;
	}

.sitemap dd {
	background-size:8px auto;
	font-size:0.938em;
	padding: 0 0 0 12px;
    margin: 0 0 1% 22px;
	}

.sitemap a::after, .sitemap a:hover::after {
	display:none;
	}
}


@media only screen and (max-width: 480px) {
.sitemap {
	width:100%;
	}

.sitemap dl {
    padding: 0 0 2.5% 0;
}
	
}