/* =========================================================
 * 2段目
 * @ sectionBCDEFGH
 * ====================================================== */
.sectionBCDEFGH {
	margin-bottom: 30px;
}
.sectionBCDEFGH .readTxt {
	margin-bottom: 90px;
}
.sectionBCDEFGH h3 {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: #ccc solid 1px;
	color: #004385;
	font-size: 18px;
}
.sectionBCDEFGH .grid_cols.grid-12 h2{
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 1.2;
	text-align:center;
	border:none;
	padding-bottom:0;
}
.sectionBCDEFGH .column_component:not(:last-child) {
	margin-bottom: 40px;
}

.sectionBCDEFGH .column_component .cc-colnum {
	text-align: center;
}
.sectionBCDEFGH .column_component .cc-colnum a {
	display: inline-block;
}
.sectionBCDEFGH .column_component .cc-colnum .image_component {
	margin-bottom: 10px;
}
.sectionBCDEFGH .column_component .cc-colnum .image_component img {
	width: 60px;
}

.sectionBCDEFGH + .partitionLines {
	margin-bottom: 100px;
}

/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * タブレット版
 * 768px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:768px) {
/* ----- / @media screen and (max-width:768px) ----- */

	.partitionLines {
		width: 86%;
	}


	/* =========================================================
	 * TAB
	 * 2段目
	 * @ sectionBCDEFGH
	 * ====================================================== */
	.sectionBCDEFGH {
		margin-bottom: 40px;
	}
	.sectionBCDEFGH h1 {
		margin-bottom: 20px;
		color: #333;
		line-height:1.5;
	}
	.sectionBCDEFGH .grid_cols.grid-12 h2 {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.2;
	}

	.sectionBCDEFGH .readTxt {
		margin-bottom: 40px;
	}

	.sectionBCDEFGH h3 {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}


	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:not(:last-child){
		margin-bottom: 50px;
	}

	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:last-child h2:first-child {
		padding-top: 30px;
		border-top: #ccc solid 1px;
	}
	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:last-child h2:nth-of-type(2) {
		margin-bottom: 0;
	}

	.sectionBCDEFGH + .partitionLines {
		margin-bottom: 40px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------------------------------
 * ----- メディアクエリ -----
 * スマホ版
 * 480px以下に適応
------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:480px) {

	/* =========================================================
	 * MOBILE
	 * 1段目
	 * @ sectionA
	 * ====================================================== */
	.sectionA {
		margin-bottom: 15px;
	}


	/* =========================================================
	 * MOBILE
	 * 2段目
	 * @ sectionBCDEFGH
	 * ====================================================== */
	.sectionBCDEFGH {
		margin-bottom: 30px;
	}

	.sectionBCDEFGH .grid_cols.grid-12 h2 {
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.sectionBCDEFGH h3 {
		margin-bottom: 20px;
		text-align: center !important;/* 1/26 !important付け*/
	}
	.sectionBCDEFGH .column_component {
		width: 100%;
	}

	.sectionBCDEFGH .column_component .cc-colnum {
		float: left;
	}

	 /* -----------------------------------
	 * 3列
	 * @ colnum-3
	 * ---------------------------------*/
	.sectionBCDEFGH .column_component.colnum-3 > .cc-colnum {
		width: 33.33%;
	}
	.sectionBCDEFGH .column_component.colnum-3 > .cc-colnum:nth-of-type(2) {
		width: 33.34%;
	}





	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:not(:last-child){
		margin-bottom: 50px;
	}

	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:last-child h2:first-child {
		padding-top: 20px;
		border-top: #ccc solid 1px;
	}
	.sectionBCDEFGH .grid_contents:nth-of-type(3) .grid-12-tablet:last-child h2:nth-of-type(2) {
		margin-bottom: 0;
	}



	.inputWrap {
		border-top: none;
		border-bottom: none;
	}


	.inputWrap form {
		padding-bottom: 0;
	}

	.inputWrap label {
		background: none;
	}
	.inputWrap_elements {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}

	.inputWrap_elements div.inputWrap_elements_text {
		width: 70%;
	}

	.inputWrap_elements_text input {
		width: 100%;
	}

	.inputWrap_elements div {
		float: left;
		height: 100%;
		padding: 0;
	}

	.inputWrap_elements div.inputWrap_elements_button {
		line-height: 2rem;

	}

	.sectionBCDEFGH + .partitionLines {
		margin-bottom: 40px;
	}
}

.column_component.colnum-5 > .cc-colnum {
    padding: 0 20px;
    width: 20%;
}
@media screen and (max-width:768px){
.column_component.colnum-5 > .cc-colnum {
    padding: 0 20px;
    width: 33.333%;
}
.column_component.colnum-5 > .cc-colnum:nth-of-type(-n+3) {
    margin-bottom:40px;
}
}
@media screen and (max-width:480px){
.sectionIJKLM .readTxt + .grid_contents .h_nav_box .grid_cols:first-child {
margin-left: 0;
}
.column_component.colnum-5 > .cc-colnum {
    width: 33.3333%;
}
.column_component.colnum-5 > .cc-colnum:nth-of-type(-n+4) {
    margin-bottom:40px;
}
}




/*----------------20170124---------------*/
.o50_link {
	margin: 20px 0;
	font-size: 110%;
}

.needs_link {
	margin: 20px 0;
	padding-left: 0;
	padding: 0 10px;
}

.needs_link li {
	display: block;
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 5%;
	padding-left: 0;
	width: 45%;
}

.needs_wrap{
	overflow: hidden;
	margin-top: 40px;
	font-size: 90%;
	padding: 0 10px;
}

.needs_wrap h3{
	color: #333;
	border: none;
	margin: 0;
}

.needs_wrap ul{
	margin: 0;
	padding: 0;
}

.needs_wrap li{
	width: 21%;
	float: left;
	margin-right:4%;
	list-style: none;
}

.br_pc{
	display: inline;
}

.mt-100{
margin-top:-100px;
}

@media screen and (max-width:768px) {
	.needs_link li {
		float: none;
		width: 100%;
	}

	.needs_wrap li{
		width: 29%;
		margin-right:4%;
		margin-bottom: 15px;
	}

	.needs_wrap li:nth-last-of-type(1){
		width: 100%;
	}

	.br_pc{
		display: none;
	}
	#container{
		width:100%;
	}
}



#wrapper {
	height: auto !important;
	margin-bottom: 50px;
	min-height: 100%;
	position: relative;
}
h1{
	margin-top:0;
}

#wrapper a ,main .sectionBCDEFGH a{
  text-decoration: none !important;
}


footer img{
	width:auto;
}
footer .langArea .lang{
	background-size:24px;
}
.wrapper{
	height:100%;/*Edge用*/
}


.nav{
	height:62px;
}
@media screen and (max-width:768px) {
	.nav{
		height:auto;
	}
}







/* =========================================================
 * 流し込みページ用
 * ====================================================== */

/*画像右*/
.imgRight{
	float:right;
	margin-left:10px;
}

.content-solution-block dt::before{
	position:static;
	margin-right:5px;
}
.content-solution-block dt{
	padding-left:2em;
	text-indent:-1.5em;
	padding-top:0;
}
.content-solution-block dt a{
	line-height:1;
}
.cf .imgRight{
	margin-top:20px;
}
.button-y{
	padding:29px;
}
.button-y.icon-pdf{
	padding:10px 29px;
}
.aside-block-words a,
.list-category a,
.list-tag li,
.list-tag a,
.aside-paper-text a,
.content-tag li,
.content-solution h3,
.content-solution-block a{
	color:#1288ca;
}
@media screen and (max-width:700px) {
	.imgRight{
		float:none;
		margin-left:0;
		text-align:center;
	}
}
/*画像中央*/
.imgCenter{
	text-align:center;
}

/*C-1で使っているグレー背景の名前が載っている箇所*/
.c1_gybg{
	background:#e5e5e5;
	padding:5px 15px;
	text-align:right;
	margin-bottom:15px;
}
@media screen and (max-width:560px) {
	.youtube iframe{
		width:100%;
		height:auto;
	}
}

/*C-3*/
.task{
	color:#e4007f;
}
.task span{
	border:3px solid #e4007f;
	padding:5px;
	display:inline-block;
	width:10em;
	text-align:center;
}
.task p{
	font-size: 2.1rem;
}
.cause span{
	border:3px solid #53646f;
	padding:5px;
	display:inline-block;
	width:10em;
	text-align:center;
}

/*C-6*/
.c6Ttl{
	margin-top:40px;
}
.c6Ttl span:nth-child(1){
	background:#000;
	display:inline-block;
	float:left;
	padding:10px 5px;
	color:#fff;
	margin-right:5px;
	text-align:center;
	width:160px;
}
.c6Ttl span:nth-child(2){
	border-bottom:1px solid #000;
	padding:5px;
	width:568px;
	font-weight:bold;
	display:inline-block;
	float:right;
	font-size: 2rem;
}
@media screen and (max-width:768px) {
	.c6Ttl span:nth-child(1){
		float:none;
		width:160px;
	}
	.c6Ttl span:nth-child(2){
		width:100%;
		float:none;
	}
}
.cl_box {
	background: #eee;
	padding: 10px;
	margin-top: 100px;
}
.cl_box .cl_inner {
	border: solid 1px #e4007f;
	padding: 30px;
}
.cl_box .cl_title {
	font-size: 130%;
	background: url(/content/dam/nttcom/hq/jp/bizon/images/icon1.png) no-repeat left;
	padding: 5px 0 5px 50px;
}

/*C-7*/
.jirei_area h4 {
	background: #eeeeee url(/content/dam/nttcom/hq/jp/bizon/images/sq1.png) no-repeat 10px center;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	margin: 0;
	margin-top: 2em;
}
.jirei_area .note {
	background: #e5e5e5;
	padding: 20px;
	margin-top: 55px;
}
.jirei_area .note h3 {
	font-weight: bold;
}
.jirei_area .jirei_box h3 {
	background: #ccc;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 37px;
	border: none;
}
.jirei_area .jirei_box .box {
	border: solid 1px #a0a0a0;
	padding: 25px;
	background: #fff;
	overflow: hidden;
}
.jirei_area .imgLeft{
	float:left;
	width:49%;
}
.jirei_area .txtRight{
	float:right;
	width:49%;
}
@media screen and (max-width:768px) {
	.jirei_area .imgLeft{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.jirei_area .txtRight{
		float:none;
		width:100%;
	}
}
.jirei_area .jirei_box .box :nth-child(1).sec {
	float: left;
}
.jirei_area .jirei_box .box :nth-child(2).sec {
	float: right;
}
.jirei_area .jirei_box .box .sec {
	width: 49%;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	
	.jirei_area .jirei_box .box :nth-child(1).sec {
		margin-bottom:20px;
	}
	.jirei_area .jirei_box .box .sec {
		width: 100%;
		float:none;
	}
}
.jirei_area .jirei_box .box h4 {
	margin: 0;
	padding: 0;
	background: none;
	color: #e4007f;
	font-weight: bold;
}
.jirei_area .jirei_box .box a {
	display: inline-block;
	float: right;
	background: url(/content/dam/nttcom/hq/jp/business/lp/navi_cloud/img/ar2.png) no-repeat right;
	padding: 0 20px;
}
/*C-12*/
.point_inner{
	border:1px solid #d2d2d2;
	padding:3%;
	margin-bottom:20px;
}
.point_inner h3 {
	border-bottom: solid 2px #024153;
	padding: 1% 0;
	color: #024153;
	font-size: 2rem;
}
.sol_inner {
	border: solid 1px #024153;
	padding:20px;
}
.sol_inner dl dt {
	float: left;
	width: 30%;
	margin-top: 2em;
	margin-right: 5%;
}
.sol_inner dl dd {
	overflow: hidden;
	margin-top: 2em;
	float: left;
	width: 65%;
}

/*S-2*/
/*media all*/
.content02.contents-block h3 {
	padding: 9px 19px;
	font-size: 2rem;
	background: #000;
	border-bottom: 2px solid #33c0f3;
	color: #fff;
	margin-bottom:0;
}
.content02.contents-block .inner {
	padding: 10px 24px;
	background: #eee;
	margin-bottom:20px;
}

.seven_duties h3 {
	padding: 10px 19px;
	font-size: 2rem;
	/#ffffff+0,fafafa+50,edeceb+100 */
	background: #ffffff: ;
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 50%, #edeceb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 50%,#edeceb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#edeceb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edeceb',GradientType=0 );
	border-bottom: 2px solid #33c0f3;
	text-align: center;
	font-weight: bold;
}

.seven_duties h3 span {
	color: #33c0f3;
}

.seven_duties ul li {
	padding: 10px 10px 10px 50px;
	margin: 5px 0;
	list-style: none;
	background: #eaf6fd url(/content/dam/nttcom/hq/jp/bizon/images/icon_seven_duties_list.gif) no-repeat  10px 50%;
	color: #333f50;
}

/*S-5*/
.s5Tbl{
	width:100%;
}
.s5Tbl th{
	white-space:nowrap;
}
.s5disc{
	margin: 0px auto;
	width: 90%; display: block;
	list-style-type: disc;
	margin-bottom:30px;
}

.content-solution-block.s5 dt,
.content-solution-block.s5 dd{
	height:100px;
}
@media screen and (max-width:768px) {
	.content-solution-block.s5 dt,
	.content-solution-block.s5 dd{
		height:auto;
	}
}

/*S-4*/
.case{
	border: 1px solid #9e8f8f;
	padding:10px;
	margin-bottom:30px;
}
.case .case_title{
	font-weight:bold;
}

/*S-7*/
/*media all*/
.pc_i {
	display: inline;
}
.sp_i {
	display: none;
}
@media screen and (max-width:768px){
	.pc_i {
		display: none;
	}
}
@media screen and (max-width:768px){
	.sp_i {
		display: inline;
	}
}
.security .service_area{
	position: relative;
	width: 730px;
margin-left: auto;
margin-right: auto;
}

.security .service_area h3{
	position: absolute;
	top: 15px;
}

.security .service_area .wrap_2c{
	border-radius: 10px;
	background: url(/content/dam/nttcom/hq/jp/bizon/images/s7bg.png);
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 67px;
}

.security .service_area .wrap_2c .service_box {
	float: left;
	width: 336px;
	border-radius: 10px;
	margin: 10px 0 10px 15px;
	background: #fff;
	padding: 10px 10px 70px;
	position: relative;
}


.security .service_area .wrap_2c .service_box:nth-child(odd){
	margin-left: 0;
}

.security .service_area .wrap_3c{
	border-radius: 10px;
	background: url(/content/dam/nttcom/hq/jp/bizon/images/s7bg.png);
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 67px;
}

.security .service_area .wrap_3c .service_box {
	float: left;
	width: 270px;
	border-radius: 10px;
	margin-left: 15px;
	background: #fff;
	padding: 30px 10px 70px;
	position: relative;
}

.security .service_area .wrap_3c .service_box:first-child {
	margin-left: 0;
}


.security .service_area .wrap_2c .service_box .s_overtitle,
.security .service_area .wrap_3c .service_box .s_overtitle{
	background: #cc0033;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	font-size: 0.8em;
	border-radius: 5px;
	display: inline-block;
}

.security .service_area .wrap_2c .service_box .s_overtitle.isp,
.security .service_area .wrap_3c .service_box .s_overtitle.isp{
	background: #a0cbed;
	color: #09357f;
}

.security .service_area .wrap_2c .service_box .s_overtitle img,
.security .service_area .wrap_3c .service_box .s_overtitle img{
	vertical-align: text-bottom;
	margin-right: 3px;
}

.security .service_area .wrap_3c .service_box .s_overtitle{
	width: 270px;
}

.security .service_area .wrap_2c .service_box .s_title,
.security .service_area .wrap_3c .service_box .s_title{
	color: #09357f;
font-weight: bold;
font-size: 1.2em;
margin: 10px 0;
}

.security .service_area .wrap_2c .service_box .s_subtitle,
.security .service_area .wrap_3c .service_box .s_subtitle{
	text-align: right;
	font-size: 0.9em;
	margin: 10px 0;
}

.security .service_area .wrap_2c .service_box .s_read,
.security .service_area .wrap_3c .service_box .s_read{
	border-top: solid #a7c693 3px;
	padding: 15px 0 0;
}

.security .service_area .wrap_2c .service_box .s_btn,
.security .service_area .wrap_3c .service_box .s_btn{
	text-align: right;
}

.security .service_area .wrap_2c .service_box .s_btn > a,
.security .service_area .wrap_3c .service_box .s_btn > a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	width: 11em;
	border-radius: 5px;
	padding: 10px;
	background: #09357f url(/content/dam/nttcom/hq/jp/bizon/images/icon07.png) no-repeat center right 5px;
	margin:  10px 0;
	text-align: left;
	position: absolute;
	right: 10px;
	bottom:0;
}


.security .service_area .wrap_2c .service_box .s_btn.btn2 > a,
.security .service_area .wrap_3c .service_box .s_btn.btn2 > a{
	right: 140px;
	background: #fdd100 url(/content/dam/nttcom/hq/jp/bizon/images/icon07_2.png) no-repeat center right 5px;
	color: #09357f;
	width: 16em
}


@media screen and (max-width:768px){

	.security .service_area{
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.security .service_area h3{
		position: absolute;
		top: 15px;
	}

	.security .service_area .wrap_2c{
		border-radius: 10px;
		background: url(/content/dam/nttcom/hq/jp/bizon/images/s7bg.png);
		overflow: hidden;
		width: 99%;
		margin: 0 auto;
		padding: 15px;
		padding-top: 67px;
	}

	.security .service_area .wrap_2c .service_box,
	.security .service_area .wrap_2c .service_box:first-child  {
		float: none;
		width: 100%;
		border-radius: 10px;
		margin: 15px 0;
		background: #fff;
		padding: 40px 10px 10px;
		position: relative;
	}

	.security .service_area .wrap_3c{
		border-radius: 10px;
		background: url(/content/dam/nttcom/hq/jp/bizon/images/s7bg.png);
		overflow: hidden;
		width: 99%;
		margin: 0 auto;
		padding: 15px;
		padding-top: 67px;
	}

	.security .service_area .wrap_3c .service_box,
	.security .service_area .wrap_3c .service_box:first-child {
		float: none;
		width: 100%;
		border-radius: 10px;
		margin: 15px 0;
		background: #fff;
		padding: 30px 10px 10px;
		position: relative;
	}


	.security .service_area .wrap_2c .service_box .s_overtitle,
	.security .service_area .wrap_3c .service_box .s_overtitle{
		background: #cc0033;
		color: #fff;
		width: 90%;
		text-align: center;
		padding: 3px;
		position: absolute;
		font-size: 0.8em;
		top: 0;
		right: 0;
	}

	.security .service_area .wrap_3c .service_box .s_overtitle{
		width: 270px;
	}

	.security .service_area .wrap_2c .service_box .s_title,
	.security .service_area .wrap_3c .service_box .s_title{
		color: #09357f;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0;
	}

	.security .service_area .wrap_2c .service_box .s_subtitle,
	.security .service_area .wrap_3c .service_box .s_subtitle{
		text-align: right;
		font-size: 0.9em;
		margin: 10px 0;
	}

	.security .service_area .wrap_2c .service_box .s_read,
	.security .service_area .wrap_3c .service_box .s_read{
		border-top: solid #a7c693 3px;
		padding: 15px 0 0;
	}

	.security .service_area .wrap_2c .service_box .s_btn,
	.security .service_area .wrap_3c .service_box .s_btn{
		text-align: right;
	}

	.security .service_area .wrap_2c .service_box .s_btn > a,
	.security .service_area .wrap_3c .service_box .s_btn > a{
		display: inline-block;
	color: #fff;
	font-weight: bold;
	width: 12em;
	border-radius: 5px;
	padding: 10px;
	background: #09357f url(/content/dam/nttcom/hq/jp/bizon/images/icon07.png) no-repeat center right 5px;
	margin:  10px 0;
	text-align: left;
	position: relative;
	}

	.security .service_area .wrap_2c .service_box .s_btn.btn2 > a,
	.security .service_area .wrap_3c .service_box .s_btn.btn2 > a{
	right: 10px;
	background: #fdd100 url(/content/dam/nttcom/hq/jp/bizon/images/icon07_2.png) no-repeat center right 5px;
	color: #09357f;
	width: 17em
	}
	
}


/*S-8,S-9*/
.service_name{
	margin: 0;
	padding: 0;
	}
	
.service_name p{
text-align:right;
font-weight:bold;
}

.column_area {
	background: #e5e5e5;
	padding: 20px;
	margin-top: 55px;
}
.column_area_title {
	font-weight: bold;
}

.sec_op_area{
	margin: 0;
	padding: 0;
}

.sec_op_area h3{
	border-bottom: 1px solid #53cde2;
	padding-bottom: 0;
}

.sec_op_area h3 p{
	display: inline-block;
	background: #53cde2;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}

.sec_op_area h4{
	border-left: 4px solid #53cde2;
	padding: 10px;
}

.s9Tbl{
	width:100%;
}
.s9Tbl th{
	width: 30%;
	white-space:normal;
}

.content-solution-block.s9 dt,
.content-solution-block.s9 dd{
	height:150px;
}
@media screen and (max-width:768px) {
	.content-solution-block.s9 dt,
	.content-solution-block.s9 dd{
		height:auto;
	}
	.service_name p{
	text-align:left;
	}
}


/*S-10*/
/*--navi--*/
#containerArea #middlebox .security .anchor_navi{
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

#containerArea #middlebox .security .anchor_navi li{
	margin: 0;
	padding: 8px 0px;
	text-align: left;
}

#containerArea #middlebox .security .anchor_navi li:last-child{
	margin-bottom: 20px;
}

#containerArea #middlebox .security .anchor_navi li:before{
	content: url(/content/dam/nttcom/hq/jp/bizon/tokyo-dc9/img/link_anchor.png);
}

#containerArea #middlebox .security .anchor_navi a{
	color:#1a5971;
	text-decoration: none;
}

/*----btn----*/

.security .button-y{
font-size:1.25em;}


/*CCS-1*/

.caption{
	color:#555555;
	text-align: center;
}

.coution{
	border-bottom: 1px #333333 solid;
}

.contact_ict{
	margin: 20px 0px;
}

.contact_ict_inner{
	margin: 0;
	padding: 25px;
	border: 3px solid #fdd000;
}

.contact_ict h4{
	background: #fdd000;
	padding: 15px 0px;
	margin: 0;
	font-weight: bold;
}

.contact_ict_inner img{
	vertical-align: baseline;
}

.contact_ict_inner p{
	padding: 0;
	margin: 0;
}

/*M-*全般*/
.mSection{
	margin-top:50px;
}
.mSection dt::before{
	position:static;
}
.mSection dt,
.mSection dd{
	height:auto;
	float:none;
	width:100%;
}
.mSection dd{
	padding:10px;
}
.mSection dt{
	padding:10px 10px 0 30px;
}

.mSection2{
	margin-top:50px;
}
.mSection2 dt::before{
	position:static;
}
.mSection2 dt{
	padding:10px 10px 0 30px;
}
.interviewer{
	font-weight:bold;
	color:#0071bb;
}

.header-logo a{
	color: #fff;
}
.header-logo a:hover{
	color: #fff;
}
.list-category a,
.list-category span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #1288ca;
}



/* =========================================================
 * ITトレンド用語改修
 * 201902
 * ====================================================== */
.content-text .anchor-nav {
}
.content-text .anchor-nav ul {
	margin: 0;
	padding: 20px 10px 10px 30px;
	background: #eee;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-text .anchor-nav ul li {
	margin-bottom: 10px;
	padding-right: 5%;
	width: 45%;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
}
.content-text .anchor-nav ul li:before {
	content: "■";
	margin-right: 10px;
	color: #e4007f;
}
.content-text .anchor-nav .link-to-other {
	margin-top: 5px;
	text-align: right;
}
.content-text .anchor-nav .link-to-other a {
	font-size: 80%;
}
.content-text .anchor-nav .link-to-other a:after {
	content: url(/content/dam/nttcom/hq/jp/bizon/images/arrow.png);
	margin-left: 10px;
}
.content-text .word-block .relation-page {
	margin: 30px 0 15px;
}
.content-text .word-block .relation-page h5 {
	padding-bottom: 5px;
	color: #1b1464;
	border-bottom: 1px solid #c6c4d8;
}
.content-text .word-block .relation-page h5 span {
	font-size: 110%;
	font-weight: bold;
}
.content-text .word-block .relation-page ul {
	padding: 0;
	list-style: none;
}
.content-text .word-block .relation-page ul li {
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	margin-bottom: 5px;
}
.content-text .word-block .relation-page ul li:before {
	content: "・";
	color: #29236e;
}
.content-text .word-block {
	clear: both;
}
.content-text .word-block .goPageTop {
	width: 13em;
	text-align: right;
	font-size: 90%;
	float: right;
}
@media screen and (max-width:480px) {
	.content-text .anchor-nav ul {
		display: block;
	}
	.content-text .anchor-nav ul li {
		width: 95%;
	}
}
