@charset "utf-8";

/*************

リンク

*************/


.footer_link{
	width:auto;
	height:auto;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:flex-start;
    align-items:flex-start;
	flex-wrap: wrap;
	}
.footer_banner{
	/* width:18.5%;  5カラムの時 */
	width:23.5%; /* 4カラムの時 */
	height:auto;
	margin:0 0 20px 0; 
	}	
.footer_banner img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	}	
.footer_banner1{
	/* width:18.5%;  5カラムの時 */
	width:32%; /* 3カラムの時 */
	height:auto;
	margin:0 0 20px 0; 
	}	
.footer_banner1 img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	}	

@media only screen and (max-width:768px) {
.footer_link{
	-webkit-justify-content:flex-start;
    justify-content:flex-start;
	margin:0 0 8px 0;
	}
.footer_banner{
	width:30%;
	margin:0 10px 20px 10px;
	}	
.footer_banner1{
	width:30%;
	margin:0 10px 20px 10px;
	}	
}


@media only screen and (max-width:640px) {
.footer_link{
	-webkit-justify-content:space-between;
    justify-content:space-between;
	}
.footer_banner{
	width:48%;
	margin:0 0 20px 0;
	}	
.footer_banner1{
	width:48%;
	margin:0 0 20px 0;
	}	
}





