/* ========================================
汎用
======================================== */
.fs-16{
	font-size: 16px !important;
}

.tb_above{display:block;}/*PCとタブレット*/
.sp_only{display:none;}

@media screen and (max-width: 768px) {
	.only_pc{display:none;}
	.tb_above{display:block;}/*PCとタブレット*/
	.sp_only{display:none;}
}
@media screen and (max-width: 480px) {
	.only_pc{display:none;}
	.tb_above{display:none;}/*PCとタブレット*/
	.sp_only{display:block;}
}

/* ========================================
コンテンツ
======================================== */
.grid_contents .grid_cols.grid-8{
	width: auto;
}
.dsigw_block{
	width: 960px;
	margin: 0 auto 110px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.dsigw_block{
		width: 100%;
		padding:0 10px;
		margin: 0 auto 60px;
	}
}
.dsigw_img img{
	max-width: 100%;
	width: auto;
}
.main_area{
	background:url(/content/dam/nttcom/hq/jp/business/services/data-utilization/dxplatform/sdpf/dsigw/img/dsigw_top.jpg) no-repeat;
}
.dsigw_lead{
	margin-top:110px;
}

/* ========================================
サービスの特長
======================================== */
/* title */
.dsigw_ttl_h2{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 30px;
}
.dsigw_ttl_h3{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	background-color: #0d4483;
	color: #FFF;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.dsigw_ttl_h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.dsigw_ttl_h2{
		font-size: 34px;
		margin-top: 55px;
	}
	.dsigw_ttl_h3{
		font-size: 20px;
		padding: 10px;
	}
	.dsigw_ttl_h4{
		font-size: 20px;
	}
}
/* List */
ul.dsigw_list_01{
	margin: 0 75px 0 0;
	padding: 0;
	font-size: 18px;
}
ul.dsigw_list_01 li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
ul.dsigw_list_01 li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "■";
	color: #0d4483;
}
@media screen and (max-width: 768px){
	ul.dsigw_list_01{
		margin: 0 0 0 0;
		font-size: 14px;
	}
	ul.dsigw_list_01 li{
		margin-bottom: 5px;
	}
}

/* 4つの特長 */
.dsigw_four_features_wrap{
	position: relative;
	padding-top: 60px;
}
.dsigw_four_features_ttl{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.dsigw_four_features{
	border: 3px solid #0d4484;
	border-radius: 10px;
	background-color: #fef6dc;
	padding: 25px 0 0 30px;
}
.dsigw_four_features .dsigw_four_features_inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.dsigw_four_features .dsigw_four_features_box{
	background-color: #FFF;
	padding: 20px;
	text-align: center;
	box-shadow: 2px 2px rgba(243, 234, 203, 1);
	width: 30%;
	margin-right: 30px;
	font-size: 18px;
}
.dsigw_four_features .dsigw_four_features_box_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #0d4484;
	margin-bottom: 10px;
}
.dsigw_four_features .dsigw_four_features_box_img{
	margin: 10px 0;
}
@media screen and (max-width: 768px){
	.dsigw_four_features_wrap{
		padding-top: 0;
	}
	.dsigw_four_features_ttl{
		position: inherit;
		text-align: center;
	}
	.dsigw_four_features_ttl img{
		width: auto;
		max-width: 100%;
	}
	.dsigw_four_features{
		padding: 25px 10px 0 10px;
		margin-top: -30px;
	}
	
	.dsigw_four_features .dsigw_four_features_inner{
		display: block;
		margin-bottom: 0;
	}
	.dsigw_four_features .dsigw_four_features_box{
		padding: 10px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.dsigw_four_features .dsigw_four_features_box_ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.dsigw_four_features .dsigw_four_features_box_img img{
		width: auto;
		max-width: 100%;
	}
}
/* 4つの特長 1カラムの場合 */
.dsigw_four_features_inner.col01{
	margin-bottom:20px
}
.dsigw_four_features_inner.col01 .dsigw_four_features_box{
	width:100%;
}
.col01_area{
	display: flex;
	justify-content: space-between;
}
.col01_box01{
	width:175px;
}
.col01_box02{
	width:calc(100% - 175px);
}
.col01_area .dsigw_four_features_box_ttl{
	text-align:left;
}
@media screen and (max-width: 768px){
	.col01_area{
		display: block;
	}
	.col01_box01{
		width:100%;
	}
	.col01_box02{
		width:100%;
	}
	.col01_area .dsigw_four_features_box_ttl{
		text-align:center;
	}
}


/* ========================================
開閉枠
======================================== */
.dsigw_open_box{
	border:3px solid #0D4483;
	border-radius:7px;
	padding:25px 35px;
	margin:0 0 35px 0;
}
@media screen and (max-width: 768px){
	.dsigw_open_box{
		padding:25px 20px;
	}
}
.dsigw_open_box h3{
	color:#0D4483;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}
.dsigw_open_box p{
	font-size:18px;
}
.dsigw_more_btn{
	width:230px;
	background-color:#0D4483;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:15px;
	margin:20px auto 0;
}
.dsigw_more_btn:hover{
	opacity:.7;
}
.dsigw_more_btn.wide{
	/*横幅100%の時*/
	width:100%;
}
.dsigw_open_detail{
	margin:35px 0 0 0;
}
.dsigw_open_detail p{
	margin-bottom:1em;
}

/* ========================================
Flexibleパック(背景色あり)
======================================== */
.dsigw_wide_area{
	box-sizing: border-box;
	width:100%;
	background-color:#AAC3E0;
	margin:70px 0;
}
.dsigw_wide_area_inner{
	box-sizing: border-box;
	width: 960px;
	padding:50px 0;
	margin:0 auto;
}
@media screen and (max-width: 768px){
	.dsigw_wide_area_inner{
		width: 100%;
		padding:25px 10px 0;
	}
}
.dsigw_wide_area h2{
	margin-top:0;
	line-height:1.4;
}
.dsigw_wide_area h2 span{
	color:#004386;
}
/*Flexibleパック*/
.dsigw_pack_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.dsigw_pack_box{
	width: 48%;
	border-left:8px solid #004386;
	padding-left:20px;
}
@media screen and (max-width: 768px){
	.dsigw_pack_box{
		width: 100%;
		margin:0 0 25px 0;
	}
}
/*他サービス*/
.dsigw_other_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.dsigw_other_box{
	width: 32%;
	background-color:#FFF;
	padding:20px;
}
@media screen and (max-width: 768px){
	.dsigw_other_box{
		width: 100%;
		margin:0 0 25px 0;
	}
}
.dsigw_other_box h4{
	color:#004386;
	font-size:20px;
	text-align:center;
	margin:0 0 15px;
}
.dsigw_other_box p{
	font-size:18px;
}
.dsigw_other_box p a{
	text-decoration: underline;
}
.dsigw_other_box p a:hover{
	opacity:.7;
}

/* ========================================
前提条件等
======================================== */
.dsigw_sub_ttl{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin:0 0 20px 0;
	border-bottom: 3px solid #004386;
}
/*○番号リスト*/
.dsigw_num_list{
	margin: 0;
	padding: 0
}
.dsigw_num_list li{
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom:1em;
	font-weight:bold;
}
.dsigw_num_list li ul{
	margin-left: 1.3em;
	padding: 0;
}
.dsigw_num_list li ul li{
	list-style: disc;
	margin-bottom:0.3em;
	font-weight:normal;
	text-indent: 0;
	padding-left: 0;
}
/*通常リスト*/
.dsigw_disc_list{
	margin-left: 1.3em;
	padding: 0;
}
.dsigw_disc_list li{
	list-style: disc;
	margin-bottom:1em;
}

/* ========================================
関連サイト
======================================== */
#fic_block{
	width:90%;
	margin:0 auto;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	color:#333333;
}
.related {
	font-size: 20px;
	border-left: 3px solid #004386;
	font-weight: bold;
	padding-left: 10px;
}