@charset "UTF-8";

#fwCms_wrapper ul.swip{ 
	overflow-x: scroll;
}
#fwCms_wrapper ul.swip img{ 
	width: 180%;
}
#fwCms_wrapper .ninki ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 7.03vw 6.66vw;
	margin-top: 5.5vw;
}


@media screen and (min-width: 768px) {
	#fwCms_wrapper .ninki ul {
		grid-template-columns: repeat(4, auto);
        grid-template-rows: auto;
        gap: 2vw;
		display: flex;
	}
	    #fwCms_wrapper .ninki ul li {
        width: min(16.66vw, 180px);
        gap: 14px 0;
			
    }
	#fwCms_wrapper ul.swip{ 
	overflow-x: auto;
}
#fwCms_wrapper ul.swip img{ 
	width: 100%;
}
}