@charset "utf-8";

/* 代理店の役割
============================ */

/* ビジュアル */
.agency .visual .col figure {
	background: url("../agency/images/visual.jpg") center center no-repeat;
	background-size: cover;
}

/* レイアウト
--------------------------------------------------- */
.agency .col {
	justify-content: space-between;
}
.agency .col h3 {
	margin-top: 0;
}
.agency .col .txt {
	flex-basis: 40.5%;
}
.agency .col figure {
	flex-basis: 53%;
}
.agency .col.picL {
	margin-top: 80px;
}
.agency .col.picL figure {
	order: -1;
	}
	@media screen and (max-width:768px) {
	.agency .col figure {
		margin-top: 1.5em;
	}
	.agency .col.picL {
		margin-top: 40px;
	}
}
