@charset "utf-8";

#sitemap .inner{
	margin: 0 auto 150px;
}

#sitemap .top-links {
    margin: 70px 0 0;
    display: block;
    text-decoration: underline;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

#sitemap .top-links:hover {
    color: var(--link);
}

#sitemap .top-links i {
    color: var(--link);
    margin: 0 3px 0 0;
}

#sitemap .top-links:hover i {
    color: var(--link);
}

#sitemap .sitemap-wrap {
    margin: 20px 0 0;
    display: flex;
    gap: 20px 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}


#sitemap .sitemap-btm-l {
    width: calc( ( 100% - 60px ) / 3);
    display: flex;
}

#sitemap .sitemap-btm-l a {
    align-items: center;
    background: #fff;
	color:var(--blue);
    display: flex;
    width: 100%;
    padding: 17px 20px;
    position: relative;
    line-height: 1.4;
	border: solid 1px var(--blue);
}

#sitemap .sitemap-btm-l a::before {
    content: "\f061";
    color: var(--blue);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    font-size: 1.6rem;
    font-weight: 900;
    font-family: var(--webicon);
	transition: .3s all;
}

#sitemap .sitemap-btm-l a:hover::before {
    right: 15px;
}

#sitemap .sitemap-btm-l a:hover::before {
}

#sitemap .service-sitemap-wrap{
	margin: 30px 0 0;
	/*background: #f8f8f8;
	padding: 50px;*/
}
#sitemap .service-sitemap-wrap .wrap{
	margin: 0 0 30px;
}
#sitemap .service-sitemap-wrap .sitemap-btm-l {
	width: 100%;	
}
#sitemap .service-sitemap-wrap .sitemap-btm-l.service{
	color: var(--blue);
	font-size: 2.3rem;
	font-weight: bold;
	border-bottom: dotted 3px var(--blue);
}
#sitemap .service-sitemap-wrap .sitemap-btm-l a{
	background: var(--blue);
	color: #fff;
}
#sitemap .service-sitemap-wrap .sitemap-btm-l a::before {
	color: #fff;
}

#sitemap .service-sitemap-wrap .wrap > div{
	margin:20px 0 0;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sitemap .service-sitemap-wrap .wrap > div > div{
	width: calc( ( 100% - 60px ) / 3);
}

#sitemap .service-sitemap-wrap .wrap ul{
	margin: 20px 0 0;
}
#sitemap .service-sitemap-wrap .wrap ul li{
	padding: 5px 0;
}
#sitemap .service-sitemap-wrap .wrap .sitemap-btm-m{
	border-bottom: solid 1px #333;
}
#sitemap .service-sitemap-wrap .wrap .sitemap-btm-m + ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#sitemap .service-sitemap-wrap a{
	color: #333;
	display: block;
    width: 100%;
	position: relative;
}
#sitemap .service-sitemap-wrap a::before{
	    content: "\f061";
    color: var(--blue);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    font-size: 1.6rem;
    font-weight: 900;
    font-family: var(--webicon);
	transition: .3s all;
}
#sitemap .service-sitemap-wrap a:hover::before{
	right: 15px;
}

#sitemap .service-sitemap-wrap .wrap ul.column3{
	margin: 20px 0 0;
    display: flex;
    gap: 20px 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sitemap .service-sitemap-wrap .wrap ul.column3 li{
	width: calc( ( 100% - 60px ) / 3);
}

#sitemap .service-sitemap-wrap .wrap.last{
	margin: 30px 0 0;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sitemap .service-sitemap-wrap .wrap.last p{
	width: calc( ( 100% - 60px ) / 3);
}

@media screen and (max-width: 768px) {
	#sitemap  .inner{
		margin: 0 auto 50px;
	}
    #sitemap .top-links {
        margin: 40px 0 25px;
    }
    
    #sitemap .top-links::before {
        top: 7px;
    }

	#sitemap .sitemap-wrap {
		gap: 5px;
		margin: 0;
	}

	#sitemap .sitemap-btm-l {
		width: 100%;
	}
	#sitemap .service-sitemap-wrap .sitemap-btm-l.service{
		font-size: 2rem;
	}
	#sitemap .sitemap-btm-l a {
		border: none;
		border-bottom: solid 1px var(--blue);
		padding: 10px 0px;
		background: #fff;
		color: #333;
	}

	#sitemap .sitemap-btm-l a::before {
		color: var(--blue);
		right: 10px;
	}

	#sitemap .sitemap-btm-l a:hover {
	}

	#sitemap .sitemap-btm-l a:hover::before {
	}

	#sitemap .service-sitemap-wrap{
		margin: 20px 0 0;
	}
	#sitemap .service-sitemap-wrap .wrap{
		margin: 0 0 10px;
	}
	#sitemap .service-sitemap-wrap .sitemap-btm-l {
	}
	#sitemap .service-sitemap-wrap .sitemap-btm-l a{
		padding: 10px;
	}
	#sitemap .service-sitemap-wrap .wrap > div{
		width: 100%;
		display: block;
		margin: 0 0 0;
	}
	#sitemap .service-sitemap-wrap .wrap > div > div{
		width: 100%;
	}

	#sitemap .service-sitemap-wrap .wrap ul{
		margin: 10px 0 0;
	}
	#sitemap .service-sitemap-wrap .wrap ul li{
		line-height: 1.5;
		padding: 10px 0;
	}
	#sitemap .service-sitemap-wrap .wrap .sitemap-btm-m{
		padding: 10px 0 ;
	}
	#sitemap .service-sitemap-wrap .wrap .sitemap-btm-m + ul{
		gap: 0;
	}
	#sitemap .service-sitemap-wrap a{
	}
	#sitemap .service-sitemap-wrap a::before{
		right: 10px;
	}

	#sitemap .service-sitemap-wrap .wrap ul.column3{
		display: block;
		margin: 10px 0 0;
	}
	#sitemap .service-sitemap-wrap .wrap ul.column3 li{
		width: 100%;
	}

	#sitemap .service-sitemap-wrap .wrap.last{
		display: block;
	}
	#sitemap .service-sitemap-wrap .wrap.last p{
		width: 100%;
	}


}
