@charset "UTF-8";

/* 導入メリット */
.merit-lead-text-box {
	background-image: url(/img/doneu_back1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;"
}
.merit-lead-text-wrapper {
	padding-left: 2em;
}
.merit-lead-text {
	color: #000;
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 2;
	max-width: 500px;
	padding-left: 0;
	line-height: 1.7;
}
@media (max-width: 959px) {
	.merit-lead-text-box {
		background-size: cover;
	}
	.merit-lead-text {
		font-size: 1.4rem;
		font-size: 14px;
		max-width: 65%;
		text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	}
}
@media (max-width: 640px) {
	.merit-lead-text-wrapper {
		padding: 2em 2em;
		background: rgba(0,0,0,0.3);
	}
	.merit-lead-text {
		max-width: 100%;
	}
}
