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

.keyvisual {
    height: 250px;
    background-color: #e6f791;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6f791), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(#e6f791)), url(../images/sitemap/key_visual.min.jpg);
    background-image: -o-linear-gradient(left, #e6f791 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, #e6f791 100%), url(../images/sitemap/key_visual.min.jpg);
    background-image: linear-gradient(to right, #e6f791 10%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #e6f791 90%), url(../images/sitemap/key_visual.min.jpg);
}

.sitemap{
	text-align: left;
}

.sitemap a{
	font-size: 1.8rem;
	color: #323131;
	display: block;
	padding-bottom: 5px;
	padding-left: 45px;
	border-bottom: dashed 2px #767676;
	max-width: 460px;
	margin: 20px 0;
	background-image: url(../images/sitemap/01.png);
	background-size: 6%;
    background-position: left 29%;
}

.sitemap a:hover{
	color: #46b4c8;
}

.sitemap a::before:hover{
	color: #323131 !important;
}



@media (max-width: 749px){
.keyvisual {
    height: 200px;
    background-image: url(../images/sitemap/key_visual.min.jpg);
	background-position: 85%;
}
	
.top_content-1_list{
	width: 100%;
	}
	
.top_content-1_list_item {
	padding: 0;
	margin: 0 auto;
}
	
.sitemap a {
    font-size: 1.2rem;
}	
	
	
	
	}