@charset "UTF-8";
#menuArea{
	width:330px;
	display: flex;
	align-items: center;
	height: 40px;
	margin-top:12px;
}

#menuArea.menuArea-personal {
	width: 440px;
}


#menuArea ul{
	display: flex;
	align-items: center;
	float: none;
}

#menuArea ul .searchBt{
	width:180px;
	margin:0;
}
#menuArea ul li.langSetBt{
	float: none;
}

#menuArea .menuBt ,.slideNavi ul li.menuBt{
	display:none;
}
#menuArea .searchBt.sp_ver{
	display:none;
}

dl.search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	margin: 0px;
}
dl.search dt{
    padding:3px 0 3px 3px;
    float: none;
}
dl.search dt input{
	width:calc(100% - 3px);
	height:24px;
	border:none;
}
dl.search dd{
	position: absolute;
	top: 50%;
/*
	right: 0;
*/
	right: 5px;
	transform: translateY(-45%);
}

dl.search dd button{
	display:block;
	padding:5px;
	background:none;
	border:none;
}
dl.search dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('/content/dam/nttcom/cmn/img/icn-search.png') no-repeat scroll 0 0;
	background-size:contain;
}

dl.search dd .search_btn{
	width:20px;
	height:20px;
}



.new_breadcrumb{
	padding: 0 20px;
	list-style:none;
}
.new_breadcrumb li{
	display:inline;
	font-size:12px;
}
.new_breadcrumb li:after{
	content: "　＞　"; 
	color: #999;
}
.new_breadcrumb li:last-child:after{
	content: "";
}
.slideNavi .menu{
	margin-top:20px;
}
.slideNavi .menu li{
	padding-bottom:20px;
}
@media screen and (max-width:1100px){
	.breadcrumbs{
		display:none;
	}
	#menuArea{
		width:auto;
		text-align: right;
	}
	#menuArea ul li ,#menuArea .menuBt, .slideNavi ul li.menuBt{
		display:inline;
	}
	#menuArea ul .searchBt {
		margin: 0 20px 0 0;
		width: 130px;
	}
	#menuArea.menuArea-personal {
		width: auto;
	}
}
@media screen and (max-width:768px){
	#menuArea ul li{
		margin:5px 15px 0 0 ;
	}
	#menuArea .menuBt ,.slideNavi ul li.menuBt{
		display:inline;
	}
	#menuArea{
		width:auto;
	}
	#menuArea ul .searchBt{
		margin: 0 20px 0 0;
		width:130px;
	}
	.breadcrumbs{
		display:none;
	}
	.slideNavi {
		width: 30%;
	}
	.slideNavi .inner{
		padding:10px 20px;
	}
	.languageBox .slideNavi {
		width: 70%;
	}
	.breadcrumbs{
		display:none;
	}
	.new_breadcrumb li{
		display:none;
	}
	.new_breadcrumb li:nth-last-child(2){
		display:block;
	}
	.new_breadcrumb li:after{
		content: ""; 
		color: #999;
	}
	.new_breadcrumb li:before{
		content: "　＜　"; 
		color: #999;
	}
}

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

	#menuArea .menuBt ,.slideNavi ul li.menuBt{
		display:inline;
	}
	#menuArea .searchBt.pc_ver{
		display:none;
	}
	#menuArea .searchBt.sp_ver{
		display:inline;
	}
	#menuArea{
		width:auto;
	}
	#menuArea ul .searchBt{
		width:auto;
		margin: 5px 20px 0 0;
	}
	.slideNavi{
		width:50%;
	}
	.languageBox .slideNavi {
		width: 90%;
	}
}

.breadcrumb_item_heading-gbox a{
	outline: none!important;
}

.breadcrumb_item_heading-gbox a:hover{
	color:#FFFFFF;
}

.breadcrumb_item_inner-open a{
	color: #fff;
}
.breadcrumb_item_heading-gbox.breadcrumb_item_inner-open a{
	color:#fff;
}