@charset "UTF-8";
#service .content_box .h2 {
	padding: 14px 0;
	border-radius: 3px;
	box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
}
#service .content_box .h2 span {
	font-size: 1.6rem;
	font-weight: bold;
}

@media (max-width:600px){
	.ddf_head_logo a img {
		max-width: none;
	}
	#service .content_box .h2 {
		margin-bottom: 5px;
		padding: 12px 0;
	}
	#service .content_box .h2 span {
		font-size: 1.3rem;
	}
}
.service_p {
	margin-bottom: 15px;
}
.service_img {
	position: relative;
}
.service_img .img_wrap {
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.service_img .img_wrap img {
	position: absolute;
	top: -50px;
}
.service_img .img_meta {
	position: absolute;
	width: 41.5%;
	top: 50%;
	right: 30px;
	text-align: right;
	background-color: rgba(255,255,255,0.9);
	line-height: 2;
	font-size: 1.15rem;
	font-weight: bold;
	color: #222;
	padding: 20px 10px 20px 20px;
	border-radius: 3px;
	text-shadow: 0 0 4px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
	box-shadow: 0 0 6px 2px rgba(255,255,255,1);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.service_box_new {
	position: relative;
	margin: 4px 4px 0 0;
	padding: 0;
	float: left;
	width: calc((100% - 10px) / 3);
	height: 80px;
	background: #666666;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service_box_new > a > div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.service_box_new > a > div:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.service_box_new > a > div:hover h3 {
	text-shadow: 0 0 8px rgba(0,0,0,1);
}
.service_box_new > a > div {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_box_new h3 {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 1.4rem;
	font-weight: 600;
	color: #ffffff;
	display: block;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 1;
}

@media (min-width:600px){
	.service_box_new:nth-child(3n) {
		margin-right: 0;
	}
	.sonota .img_wrap {
/*		height: 200px!important;*/
	}
}



@media (max-width:600px){
	.hgroup_wrap h1 span {
		font-weight: bold;
	}
	.service_img .img_wrap img {
		position: static;
	}
	.service_img .img_wrap {
		height: auto;
	}
	.service_img .img_meta {
		width: 100%;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
		line-height: 2;
		font-size: 0.90rem;
		color: #fff;
		padding: 10px 0;
		border-radius: 0;
		text-shadow: 0 0 4px rgba(0,0,0,1);
		box-shadow: 0 0 6px 2px rgba(0,0,0,1);
	}
	.service_box_new {
		width: calc((100% - 6px) / 2);
	}
	.service_box_new:nth-child(2n) {
		margin-right: 0;
	}
	.service_box_new h3 {
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.service_box_new h3.fs_1 {
		font-size: 1rem;
		letter-spacing: -0.5px;
	}
	.service_box_new:after {
		background: rgba(0, 0, 0, 0.5);
	}
}


.cta_box {
	box-sizing: border-box;
	width: 880px;
	margin: 0 auto;
	background: #001c58;
	padding: 40px 45px 33px;
	color: #ffffff;
	text-align: center;
	font-size: 2.2rem;
	border-radius: 8px;
}
.cta_txt {
	margin-bottom: 24px;
	font-size: 2.1rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.cta_txt span {
	margin-right: 14px;
	color: #faa05a;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}
.cta_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cta_tel_wrap {
	margin-top: 5px;
}
.cta_tel_wrap:before {
	content:"";
	display:inline-block;
	width: 55px;
	height: 40px;
	padding-top: 4px;
	margin-right: 0;
	background:url(https://digitaldata-forensics.com/img/new_cta/freetel.png) no-repeat;
	background-size:contain;
}
.cta_tel_num {
	font-size: 4.4rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-family: "din-condensed";
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	letter-spacing: -0.03rem;
}
.cta_mail_btn {
	vertical-align: middle;
	background-color: #FF544B;
	font-weight: bold;
	border-radius: 5px;
	padding: 16px 20px 10px;
	font-size: 1.9rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 7px 0 0 #99322D;
}
.cta_mail_btn:hover {
	margin-top: 3px;
	box-shadow: 0 4px 0 0 #99322D;
}
.cta_mail_btn:active {
	margin-top: 8px;
	box-shadow: 0 0 0 0 #99322D;
}
.cta_mail_btn:before {
	content:"";
	display:inline-block;
	width: 40px;
	height: 35px;
	margin-right: 15px;
	background:url(https://digitaldata-forensics.com/img/new_cta/mailicon.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.qa_box {
	padding: 0;
}
.qa_box .inner {
	padding: 0;
}
.qa_q {
	background-color: #1B274E;
	margin: 30px 0 10px;
	padding: 5px 20px 2px;
	box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
	border-radius: 3px;
	cursor:pointer;
}
.qa_q span{
	margin-right: 6px;
	color: #fff;
	font-family: sans-serif;
	font-size: 2rem;
	font-weight: bold;
}
.qa_q p{
	margin: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.qa_a {
	padding: 5px 40px 5px 72px;
}
.qa_a p{
	position: relative;
	margin: 0;
	font-size: 1.2rem;
}
.qa_a p:before {
	content: "A.";
	display: block;
	position: absolute;
	top: -2px;
	left: -30px;
	color: #cc0000;
	font-family: sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
@media (max-width:600px){
	#footer_faq.content {
		margin: 40px auto;
		padding: 0; 
	}
	.qa_box .inner {
/*		display: none;*/
	}
	.qa_q {
		padding: 5px 15px 4px;
	}
	.qa_q span{
		margin-right: 6px;
		font-size: 1.5rem;
	}
	.qa_q p{
		margin: 0;
		font-size: 1.2rem;
	}
	.qa_a {
		padding: 5px 9px 5px 45px;
	}
	.qa_a p{
		letter-spacing: -1px;
	}
	.qa_a p:before {
		top: 0;
		left: -26px;
		font-size: 1.4rem;
	}
}
.topics_box{
	max-width: 1000px;
	margin: 3rem auto;
	overflow: scroll;
	scroll-behavior: auto;
	border: solid 3px #00153e;
	height: 40vh;
	padding: .5rem 1rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 20px -5px rgba(0,0,0,0.3);
}
.topics_box dl{
	padding: 1rem;
	box-sizing: border-box;
}
.topics_box dl dt{
	border-top: 1px dotted #CCCCCC;
	padding-top: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #00153e;
	box-sizing: border-box;
}
.topics_box dl dd{
	margin-top: .4rem;
	padding-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.5em;
	box-sizing: border-box;
}
.topics_box dl dd:last-child{
	border-bottom: 1px dotted #CCCCCC;
}
/* =========================== media =============================== */

@media (max-width:600px){
	#f_about p {
		font-size: 1rem;
		margin: 0!important;
	}
	#f_about .uk-padding-small {
		padding: 0!important;
	}
	.ddh_content_wrap.topics{
		padding: 30px 10px;
	}
	.topics_box{
		width: 100%;
		margin: 2rem auto 0;
		overflow: scroll;
		border: solid 1px #333333;
		height: 40vh;
		padding: .5rem 0;
		box-sizing: border-box;
	}
	.topics_box dl{
		padding: 1rem;
		display: block;
		box-sizing: border-box;
		text-align: left;
	}
	.topics_box dl dt{
		border-top: 1px dotted #CCCCCC;
		padding-top: 1rem;
		font-weight: bold;
		color: #00153e;
		box-sizing: border-box;
	}
	.topics_box dl dd{
		margin-top: .4rem;
		padding-left: 0;
		line-height: 1.5em;
		box-sizing: border-box;
	}
	.topics_box dl dd:last-child{
		border-bottom: 1px dotted #CCCCCC;
	}

}