@charset "UTF-8";
/*a:focus, *:focus { outline:solid 2px #A6C7FF; }*/

.menuWrap{
	padding: 15px 20px;
}
.menuWrap .Logo{
	width: 179px;
	float: left;
/*	padding: 5px 0;*/
}

.menuWrap .Logo a{
	display:inline-block;
}

.breadcrumbs{
	margin-top:20px;
}
.new_breadcrumb{
	margin: 0 0 10px;
	padding-top: 10px;
}

.breadcrumb_item_heading-gbox{
	display: table;
	width: 100%;
	height: 36px;
}
.breadcrumb_item_heading-gbox > a,
.breadcrumb_item_heading-gbox > span{
	display: table-cell;
	padding: 0 20px;
	color: #193477;
	vertical-align: middle;
}
/* hover時 */
.breadcrumb_item_heading-gbox.breadcrumb_item_inner-open{
	background-color: #801b75;
}
.breadcrumb_item_heading-gbox.breadcrumb_item_inner-open .breadcrumb_item_child-toggle {
	background-image: url(/content/dam/nttcom/cmn/img/cta-breadcrumb-white.png);
	background-size:30%;
	transform: rotate(-180deg);
}
.breadcrumb_item_inner-open a{
	color: #fff;
}

@media screen and (max-width: 480px) {
	.menuWrap .Logo{
		width: 40%;
		/*float: none;
		padding: 0;*/
	}
	.menuWrap .Logo img{
		/*width:160px;*/
		width:100%;
	}
	#menuArea{
	margin-top:0px;
	}
}

/* メニュー */
.breadcrumb_item_inner{
	display: none;
}
.breadcrumb_item_gbox{
	display: flex;
	position: absolute;
	left: 50%;
	width: 945px;
	height: 260px;
	box-shadow: 0px 10px 25px -5px rgba(0,0,0,.3);
	background: #fff;
	transform: translateX(-50%);
	z-index:100;
}
.breadcrumb_item_gbox_inner{
	width: calc(100% / 3);
	padding: 0;
}
.breadcrumb_item_gbox_inner h3{
	font-size: 12px;
	font-weight: bold;
}
.gbox01{
	position: relative;
	width: 76.666%;
	height: calc(100% - 60px);
	padding: 30px 0 30px 30px;
}
.gbox01.no_child{
	width: 33.333%;
}
.gbox02{
	width: 33.333%;
	padding: 0 30px;
	background: #f6f7fa;
	/* color: #fff; */
	text-align: left;
}
.gbox02 h3,
.gbox02 h4{
	/* color: #fff; */
	color: #333;
}
.gbox02 > p,
.gbox03 > p{
	font-size: 12px;
	line-height: 1.5;
}
.gbox02 > h3,
.gbox03 > h3{
	text-align: center;
}
.gbox02 img,
.gbox03 img{
	width: 100%;
}
.gbox02 > h4,
.gbox03 > h4{
	margin-top: 20px;
}
.gbox03 h4{
	color: #04287e;
}
.gbox03{
	width: 33.333%;
	padding: 0 30px;
	background: #e6e6e6;
	text-align: left;
}
.gbox03-st{
	font-weight: bold;
}
.breadcrumb_item_gbox_inner li{
	list-style: none;
}
.breadcrumb_item_gbox_item:first-child{
	padding-top: 0;
}
.breadcrumb_item_gbox_item > a{
	display: flex;
	align-items: center;
	position: relative;
	width: calc(50% - 15px);
	height: 37px;
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 0;
	color: #333;
	border-bottom: 2px solid #fff;
}

.breadcrumb_item_gbox_item .breadcrumb_item_child-toggle{
	position: absolute;
	right: 0;
	transform: rotate(-90deg);
}
.breadcrumb_item_gbox_item.active .breadcrumb_item_child-toggle{
	display: none;
}


.breadcrumb_item_gbox_item.active > a{
	/*height: 35px;*/
	border-bottom: 2px solid #193477;
	font-weight: bold;
}
.breadcrumb_item_gbox_item_child{
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 50%;
	height: calc(100% - 60px);
	padding-left: 0;
	border-left: 1px solid #000;
}

.breadcrumb_item_gbox_item_child_list{
	padding: 0;
}
.breadcrumb_item_gbox_item_child_list > li{
	width: 100%;
	font-size: 12px;
	text-align: left;
}
.breadcrumb_item_gbox_item_child_list > li a{
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 30px;
	color: #333;
	line-height: 1;
}
.breadcrumb_item_gbox_item_child_list > li a:hover{
	color: #004386;
}

.breadcrumb_item_gbox_item_child_list.pd_narrow > li a{
	padding: 7px 0 7px 30px;
	line-height: 1;
}

.item_second{
float:left;width:48%;
}

@media screen and (max-width: 945px) {
	/* メニュー */
	.breadcrumb_item_gbox{
		width: 100%;
		height: 260px;
	}
	.gbox02 > h3,
	.gbox03 > h3{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1100px) {
	/* メニュー */
	.breadcrumb_item_gbox{
		left: 0;
	}
	.gbox02 > h3,
	.gbox03 > h3{
		margin-bottom: 10px;
	}
}



@media screen and (max-width: 910px) {
	.gbox02 > p,
	.gbox03 > p{
		font-size: 12px;
	}
}




/* 20181206 追加 */
.languageBlock{
	z-index: 200000;
	position: fixed;
	width: 100%;
}
.languageBlock_slide{
	/*width: 1260px;*/
	width: 600px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	/*left: 50%;*/
	left: calc(100% - 320px);
	padding: 0;
	overflow-x:hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgba(0,0,0,.3);
	transform: translateX(-50%);
	display:none;
}
.languageBlock.show{
	height: 100%;
}
.languageBlock .slideNavi {
	width: 70%;
}
.languageBlock .langInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:20px 50px 20px 20px;
}
.languageBlock .leftArea{
	width:46%;
	margin-right: 8%;
}
.languageBlock .rightArea{
	width:46%;
}
.languageBlock .OneColumn{
	width:90%;
}
.languageBlock .leftArea h3,
.languageBlock .rightArea h3,
.languageBlock .OneColumn h3{
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-top:30px;
}

.closeBtnArea{
	position: absolute;
	right: 10px;
	top: 10px;

}
@media screen and (max-width: 768px) {
	.closeBtnArea{
		top: 0;
	}
}
.closeButton{
	display: flex;
	align-items: center;
	width: 73px;
	color: #004386;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: #004386 solid 1px;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 7px;
	font-size: 14px;
}
.closeButton span{
	margin-right: 2px;
	font-size: 1rem;
}


.languageBlock table.lang{
	width:100%;
	margin-top:10px;
}
.languageBlock table.lang th,
.languageBlock table.lang td{
	padding:5px 0;
	font-size:12px;
	line-height:1.2;
	border:none;
	background:none;
}
.languageBlock table.lang th{
	width:50%;
	text-align:left;
}
.languageBlock table.lang th span{
	word-wrap: break-word;
	color:#666;
}
.languageBlock table.lang td{
	color:#193477;
	text-align:left;
	line-height: 1.4;
}
.languageBlock table.lang td a{
	text-decoration:none;
	color:#193477;
}

@media screen and (max-width: 768px) {
	.languageBlock_slide{
		width: 100%;
		left: 50%;
	}
}


@media screen and (max-width: 768px) {
	.languageBlock .langInner{
		padding: 20px;
	}
	.languageBlock .leftArea,
	.languageBlock .rightArea,
	.languageBlock .OneColumn{
		width: 100%;
		margin: 0;
	}

	nav.naviBox{
		z-index: 300000;
	}

}





/** ========================================
 * 07.Dec.2018 
 * ====================================== */
.breadcrumb_item_gbox_item_child_list > li span{
	display: inline-block;
	width: auto;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	color: #333;
}

.gbox_item_child-current span {
	border-bottom: 1px solid #333;
	font-weight: 900;
}

h3.gbox_heading {
	line-height: 1;

}
h4.gbox_subHeading {
	margin-top: 0;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

.gbox02 img,
.gbox03 img {
	margin-bottom: 5px;
	/* margin-bottom: 20px; */
}

.gbox02 p,
.gbox03 p {
	margin-bottom: 20px;
}

.gbox02 a,
.gbox03 a {
	display: inline-block;
	padding-right: 1.6rem;
	background: url(/content/dam/nttcom/cmn/img/icon_right_arrow.png) right center no-repeat;
	font-size: 12px;
}
.gbox02 a.bn_img,
.gbox03 a.bn_img {
	background: none;
}
.gbox_spacer {
	display: inline-block;
	height: 58px;
}


/* 他css上書き */
header{
	z-index: 190000;
	position:fixed;
}
header.is-static{
	position:static;
}
.selectLanguage{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
}

/* パンくず */
.breadcrumb_item{
	display: table-cell;
}
.btn_toggle{
	display: table-cell;
	vertical-align: middle;
}


/* スクロール時用ヘッダーCSS */
/*
.navi_reduce .logo-ntt{
	width: 107px;
}

.navi_reduce #menuArea,
.navi_reduce .breadcrumb_item_heading-gbox{
	height: 40px;
}
.navi_reduce dl.search dt input{
	height: 10px;
}
*/
/* D1案 */
header.d1 .menuWrap{
	background: #595959;
}
header.d1 .breadcrumb_item_heading-gbox > a, .breadcrumb_item_heading-gbox > span{
	color: #fff;
}
header.d1 .breadcrumb_item_heading-gbox.breadcrumb_item_inner-open{
	background: #b0b4bb;
}
header.d1 .breadcrumb_item_child-toggle{
	background-image: url('/content/dam/nttcom/cmn/img/cta-breadcrumb-white.png');
}
header.d1 #menuArea ul li.menuBt div{
	border-color: #fff;
}
header.d1 #menuArea ul li.menuBt a{
	color: #fff;
}
header.d1 #menuArea ul li img.search-icon{
	display: none;
}
@media screen and (max-width: 480px) {
	header.d1 #menuArea ul li img.search-set{
		display: none;
	}
	header.d1 #menuArea ul li img.search-icon{
		display: block;
	}
}


/* D2案 */
header.d2 .menuWrap{
	background: #F3FBFE;
}
header.d2 .breadcrumb_item_heading-gbox.breadcrumb_item_inner-open{
	background: #004386;
}
/* header.d2 .breadcrumb_item_child-toggle{
	background-image: url('/content/dam/nttcom/cmn/img/cta-breadcrumb-white.png');
} */


/* D3案 */

header.d3 .menuWrap{
	background: #004386;
}
header.d3 .breadcrumb_item_heading-gbox > a, .breadcrumb_item_heading-gbox > span{
	color: #fff;
}
header.d3 .breadcrumb_item_heading-gbox.breadcrumb_item_inner-open{
	background: #e2e2e2;
}
header.d3 .breadcrumb_item_child-toggle{
	background-image: url('/content/dam/nttcom/cmn/img/cta-breadcrumb-white.png');
}
header.d3 .breadcrumb_item_inner-open a{
	color: #193477;
}
header.d3 .breadcrumb_item_heading-gbox.breadcrumb_item_inner-open .breadcrumb_item_child-toggle {
	background-image: url('/content/dam/nttcom/cmn/img/cta-breadcrumb.png');
}
header.d3 #menuArea ul li.menuBt div{
	border-color: #fff;
}
header.d3 #menuArea ul li.menuBt a{
	color: #fff;
}
header.d3 #menuArea ul li img.search-icon{
	display: none;
}
@media screen and (max-width: 480px) {
	header.d3 #menuArea ul li img.search-set{
		display: none;
	}
	header.d3 #menuArea ul li img.search-icon{
		display: block;
	}
	.selectLanguage{
		font-size: 12px;
	}
}


/* D3 d_2.html */
.breadcrumb_item_menuListSlide{
	display: block;
	position: absolute;
	top: 40px;
	width: 200px;
}
.breadcrumb_item_menuListBt{
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 20px;
}
.breadcrumb_item_menuListBt img{
	width: 20px;
}
.breadcrumb_item_menuList{
	list-style: none;
	padding: 0;
}
.breadcrumb_item_menuList li{
	padding: 10px 20px;
	border: 1px solid #bfbfbf;
	border-top: none;
	background: #fff;
	text-align: left;
}

#menuArea ul .jp_area{
	color:#fff;
}
#menuArea ul .link_btn a{
	background:#ffc926;
	font-size:10px;
	display:block;
	padding:5px 10px;
}
#menuArea ul .link_btn.link_btn-personal a{
	background:#C7161E;
	color:#fff;
}

#menuArea ul .link_btn a:hover{
	opacity:0.7;
}

.langlist{
	margin-right:10px;
}

@media screen and (max-width: 1100px) {
	#menuArea ul .link_btn,
	#menuArea ul .jp_area{
		display:none;
	}
}


.navLink.btmBtn{
	text-align:center;
}
.navLink.btmBtn .closeBtn{
	font-size:12px;
	border:1px solid #2b5593;
}