@charset "UTF-8";

*{
	line-height: 1.5;
}

.crean_table,
.crean_table *{
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border-spacing: 0;
}

.crean_table{
	background: url(/content/dam/nttcom/hq/jp/business/services/management/operations-management/global-management-one/img/ar.png) no-repeat left;
min-height: 484px;
}

.crean_table td{
	padding: 10px 0;
}

.crean_table p{
	text-indent:-20px;
	padding-left: 20px;
	margin: 10px;
	font-weight: bold;
	font-size: 0.8em;
}

.crean_table p:before{
	content: url(/content/dam/nttcom/hq/jp/business/services/management/operations-management/global-management-one/img/icon_chk.png);
	margin-right: 6px;
}

.tab_smaller{
	width: 66.6667%;
	margin: 0 auto;
}

.y_bk{
	background: #fffcdb;
	width: 910px;
	color: #01407f;
	font-weight: bold;
	padding: 5px;
	margin-left: -40px;
	margin-right: -40px;
	font-size: 26px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}

.accordion_header{

}

@media screen and (max-width:768px) {

	.crean_table{
		background: none;
	}

	.crean_table,
	.crean_table tr,
	.crean_table td{
		display:block;
		overflow: hidden;
	}

	.crean_table tr td:nth-child(2){float: left;width: 49%;}
	.crean_table tr td:nth-child(3){float: left;width: 49%;}

	

	.tab_smaller > img{
	width: 100%
	}

	.tab_smaller > a img{
	width: 100%
	}

	.y_bk{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		font-size: 1rem;
	}

	.tab_smaller .cc-colnum img{
	width: 100%;
	}

	.the_float_controll .f-l,
	.the_float_controll .f-r{
		width: 100% !important;
		margin-top: 10px !important;
		float: none!important;
	}

	.the_aco_controll *{
		font-size: 1em !important;
	}
}


@media screen and (max-width:480px){
	.tab_smaller{
		width: 100%;
		}
}


