@charset "UTF-8";
/*!
 * /business/services/data-utilization/dxplatform/sdpf/tdv.html
*/
/* =========================================================
 * ページ独自部分
 * @ PAGE ORIGINAL
 * ====================================================== */
.main_area{
	background:url(/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/tdv/img/tdv_top.png) no-repeat;
}

section.ecl_sec article h2{
	font-size: 32px;
	margin:15px auto 40px;
	line-height: 1.5;
}
.note{
	margin-top: 10px;
	font-size: 12px;
}
main.ecl_page.ecl_nothome section.ecl_sec article{
    margin: 20px auto 40px auto;
}
.menu_area{
    margin-bottom:40px;
    padding: 30px;
    background: #F4F4F4;
}
main.ecl_dx section.ecl_sec h3{
    margin-bottom: 50px;
}
main.ecl_dx section.ecl_sec h5{
    font-weight:bold;
    font-size: 20px;
}
main.ecl_dx section.ecl_sec article h4.img_title{
    font-size: 23px;
    font-weight: bold;
    border-bottom:none;
    margin: 40px 0 20px 0;
}
.ecl_sec table th {
    background: #1d8eff;
    color:#ffffff;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
	section.ecl_sec article h2{
		font-size: 1.25rem;
	}
}


/* =========================================================
 * 20211129修正分追加定義
 * ====================================================== */
.tdv_feature_block{
	display: flex;
	flex-wrap: wrap;
}
.tdv_feature_block .tdv_feature_item{
	width: 380px;
	margin: 0 20px 40px;
}
.tdv_feature_block .tdv_feature_head{
	background: #39aad6;
	border-radius: 5px 5px 0 0;
	width: 380px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.tdv_feature_block .tdv_feature_head:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: 190px solid transparent;
	border-top: 15px solid #39aad6;
	width: 0;
	height: 0;
}
.tdv_feature_block .tdv_feature_head span{
	font-size: 14px;
}
.tdv_feature_block .tdv_feature_body{
	font-weight: bold;
	margin-top: 20px;
	padding: 0 15px;
}
.tdv_feature_block .tdv_feature_body li{
	text-indent: -1em;
	padding-left: 1em;
}
.tdv_feature_block02{
	display: flex;
	justify-content:space-between;
}
.tdv_feature_block02 .tdv_feature_item{
	width: 240px;
}
.tdv_feature_block02 .tdv_feature_head{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border-bottom: 4px solid #004386;
	line-height: 1.5;
	padding-bottom: 5px;
}
.tdv_feature_block02 .tdv_feature_body{
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.tdv_feature_block{
		display: block;
		text-align: center;
	}
	.tdv_feature_block .tdv_feature_item{
		margin: 0 auto 40px;
	}
	.tdv_feature_block02{
		display: block;
	}
	.tdv_feature_block02 .tdv_feature_item{
		width: 80%;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 480px) {
	.tdv_feature_block .tdv_feature_item{
		width: 320px;
	}
	.tdv_feature_block .tdv_feature_head{
		width: 100%;
	}
	.tdv_feature_block .tdv_feature_head:after {
		border: 160px solid transparent;
		border-top: 15px solid #39aad6;
	}
	.tdv_feature_block02 .tdv_feature_item{
		width: 90%;
	}
}

.function_block{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.function_block .function_item{
	width: 31%;
	text-align: center;
}
.function_block .function_img{
	background: #39a9d6;
	padding: 20px;
}
.function_block .function_ttl{
	background: #dbf0f8;
	padding: 20px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.function_block .function_txt{
	padding: 10px 0;
	line-height: 1.5;
	text-align: left;
}
.function_block .function_txt p{
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.function_block .function_item{
		width: 48%;
	}
	.function_block .function_ttl{
		font-size: 16px;
		padding: 10px;
	}
	.function_block .function_txt{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.function_block{
		display: block;
	}
	.function_block .function_item{
		width: 100%;
	}
}