@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document campaign 1100 x 190
--------------------------------------------------------- */

@media only screen and (min-width: 641px) {

	#service .campaign {
		margin-bottom: 60px;
	}
	#merit .campaign {
		margin-bottom: 120px;
	}

}

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

	#service .campaign {
		height: 58.29px;
		margin-bottom: 6vw;
	}
	#merit .campaign {
		height: 58.29px;
		margin-bottom: 10vw;
	}

}

.campaign a img {
	transition: .4s;
}
