@charset "UTF-8";

.head-contents {
	background: url("../img/head_img_sky.png") no-repeat center center;
	background-size: cover;
}


/*================================================
 *  ビジネスパートナー
 ================================================*/

.imgBox{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 3em auto 0;
	height:250px;
}
.imgBox img{ margin:0 1em; height:100%; width: auto; }

@media screen and (max-width: 640px) {
	.imgBox{ width: 90%; margin:1em auto; flex-direction: column; align-items: center; height:auto;}
	.imgBox img{ margin:0; height:auto; width: 100%; }
}