@charset "utf-8";
@media screen and (min-width: 600px) {
	div.cta_2011 {
		zoom: 80%;
	}
}
div.cta_2011 *,div.cta_2011 *:before,div.cta_2011 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
div.cta_2011 {
	width: 880px;
	margin: 0 auto;
	padding: 28px 30px 23px;;
	text-align: center;
	background-color: #28427B;
	border-radius: 150px;
	box-shadow: 0 5px 1px rgba(25,40,70,0.9),0 5px 35px -5px rgba(0,0,0,0.5);
	font-family: 'NotoSansJP';
	color: #ffffff;
}
div.cta_2011>div:first-child {
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 22px;
}
div.cta_2011>div:first-child span{
	color: #F9FE65;
	font-weight: 700;
}
div.cta_2011>div:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
div.cta_2011>div:last-child>div:first-child {
}
div.cta_2011>div:last-child>div:first-child:before {
	content: "";
	display: inline-block;
	width: 55px;
	height: 40px;
	margin-right: 8px;
	background: url(https://digitaldata-forensics.com/img/new_cta/freetel.png) no-repeat;
	background-size: contain;
}
div.cta_2011>div:last-child>div:first-child span {
	font-size: 3.5rem;
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
	color: #ffffff;
	font-weight: 900;
	font-family: "din-condensed";
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	letter-spacing: -0.03rem;
	vertical-align: -2px;
}
div.cta_2011>div:last-child>div:last-child {
}
div.cta_2011>div:last-child>div:last-child div {
	vertical-align: middle;
	background-color: #FF544B;
	font-weight: bold;
	border-radius: 5px;
	padding: 14px 20px 10px;
	font-size: 1.9rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-bottom: 4px solid #99322D;
}
div.cta_2011>div:last-child>div:last-child div:hover {
	margin-top: 4px;
	border-bottom: none;
}
div.cta_2011>div:last-child>div:last-child div:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 35px;
	margin-right: 15px;
	background: url(https://digitaldata-forensics.com/img/new_cta/mailicon.png) no-repeat;
	background-size: contain;
	vertical-align: -8px;
}
