@charset "utf-8";

/* CTA: Simple */
.CtaSimpleBlock {
	position: relative;
	border-top: 1px solid #fff;
}
.CtaSimpleBgImg {
	display: none;
}
@media only screen and (min-width: 768px) {
	.CtaSimpleBgImg {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		max-height: 100%;
		width: auto;
	}
	.CtaSimpleTx {
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.CtaSimpleTx {
		max-width: 25%;
	}
}
