
@charset "UTF-8";


.message .home_bn {
	margin-top: 60px;
	display: flex;
	justify-content: flex-start;
	
}

.message .home_bn li {
	margin-right: 40px;
}

.message .home_bn img {
	width: 160px;
}


/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

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


.message .home_bn {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 100px;
}

.message .home_bn li {
	margin-right: 25px;
}

.message .home_bn img {
	width: 110px;
}

}