@charset "UTF-8";
/* =====================================
	locations
===================================== */

.lowerVisualType02{
    margin-bottom: 120px;
}

footer{
    margin-top: 180px;
}


@media screen and (max-width: 768px) {

.lowerVisualType02{
    margin-bottom: 19.2vw;
}

footer{
    margin-top: 40vw;
}

}