.bg-pledge {
	background-color: #eee6ce;
	border: 5px solid #e3d8b8;
	border-radius: 10px;
	background-size: cover;
}

.bg-white-opacity-0p5 {
	background-color: rgba(255,255,255,0.6);
}

.catch-copy-area {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -120px;
	left: 0;
}

@media (min-width: 768px) {
	.number-area-size {
		text-shadow: 5px 5px 10px #000000;
		top: 22px;
		left: -50px;
		width: 60px;
		height: 60px;
		font-size: 2em;
	}

	.h-catch-copy{
		height: 100px;
	}
}

@media (max-width: 768px) {
	.number-area-size {
		text-shadow: 3px 3px 5px #333333;
		top: 20px;
		left: -10px;
		width: 45px;
		height: 45px;
		font-size: 1.5em;
	}

	.h-catch-copy{
		height: 80px;
	}
}
