@charset "UTF-8";
footer .footer_contact{
	
}
/*サイトマップ*/

.sitemap_row{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.sitemap_row + .sitemap_row{
	margin-top: 60px;
}
.sitemap__col{
	width: calc(25% - 16px);
	border-bottom: solid 1px #707070;
}/*
.sitemap__col a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	font-size: 20px;
	font-weight: 500;
	transition: 0.3s;
}
.sitemap__col a:hover{
	color: #2DA6E0;
}
.sitemap__col a::after{
	content: "";
    width: 60px;
    height: 44px;
    background: url(/kakudai/img/common/arrow.svg) center no-repeat, linear-gradient(135deg, #2DA6E0, #3E63A2);
}*/
@media only screen and ( max-width: 1199px ){	
	/*.sitemap__col a{
		font-size: 16px;
	}*/
	.sitemap_row + .sitemap_row{
		margin-top: 40px;
	}
}
@media only screen and ( max-width: 768px ){
	.sitemap section{
		padding-bottom: 80px;
	}
	
	.sitemap_row + .sitemap_row{
		margin-top: 24px;
	}
	
	.sitemap__col{
		width: 100%;
	}

}
