.cel1-area{
	margin: 20px 0;
}
.cel1-box{
	display: block;
	width:100%;
	position: relative;
	margin-bottom: 40px;
}

.cel1-box .photo{
	position: relative;
}
.cel1-box .photo img{
	width: 100%;
	height: auto;
}
.cel1-box .photo .icon  {
	width: 28px;
	height: auto;
	position: absolute;
	right:0;
	bottom:0;
}
.cel1-box .photo a{
	transition: 0.2s;
}
.cel1-box .photo a:hover{
	opacity: 0.8;
}
.cel1-box h3 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.cel1-box a h3 strong {
	color: #FFFFFF;
	display: inline-block;
	background-color: #000000;
	margin-bottom: 4px;
	padding: 4px 10px;
	text-decoration: none;
}

.numtitle {
	color: #B32619;
	font-family: "Montserrat", serif;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	width: 100%;
	position: relative
}
.numtitle img{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
