@charset "UTF-8";

header {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif; */
	font-size: 14px;
	line-height: 1.75;
	word-break: break-all;
}

header a,
header a:active,
header a:visited,
header a:hover {
	color: inherit;
	opacity: 1;
	outline: none !important;
}

header ol,
header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header *,
header *:before,
header *:after {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.global-header__lang {
	text-decoration: none;
}

/* footer */

footer {
	line-height: 1;
	/* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif; */
}

footer a,
footer a:visited {
	color: #000;
	text-decoration: underline;
}

footer a:hover {
	color: #CC0033;
}

/* .footerInner .copyright a:before,
.footerInner .linkArea a:before {
	background: url(/content/dam/nttcom/cmn/img/icon_right_arrow.svg) no-repeat;
} */

.footerInner .copyright a:before,
.footerInner .linkArea a:before {
	display: none;
}

/* soft-modal */

.page--soft-modal {
	overflow: hidden;
}

.page--soft-modal header::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
}


/* global-header */

.global-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	height: 65px;
	background-color: white;
	position: relative;
	z-index: 1;
}

.global-header__nav {
	margin: 0 -10px;
}

.global-header__link {
	border-right: 1px solid #DDD;
	font-size: 11px;
	text-decoration: underline;
	padding: 0 10px;
}

.global-header__nav .global-header__link:last-child {
	border-right: none;
}

.global-header__trailing {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
}

.global-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

.global-header__action {
	flex: none;
}

.global-header__lang {
	display: inline-flex;
	align-items: center;
	font-size: 11px;
}

.global-header__lang,
.global-header__lang:visited {
	color: #CC0033;
}

.global-header__lang img {
	margin-right: 5px;
}

.global-header__right-logo-img {
	/* 画像左トリミング */
	object-fit: cover;
	object-position: 100% 100%;
	width: 126px;
}

.global-header__search--pc {
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 0px;
	width: 259px;
	height: 40px;
}

.global-header__search--pc .global-header__search-input {
	display: block;
	padding: 8px;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 100%;
}

.global-header__search--pc .global-header__search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	outline: none !important;
}

.global-header__search--sp {
	display: none;
}

.global-header__menu {
	padding: 0 20px;
	display: none;
	align-items: center;
	margin-left: 10px;
}

.global-header__menu-btn {
	display: inline-block;
	width: 23px;
	height: 16px;
	position: relative;
}

.global-header__menu-btn hr {
	border-top: 2px solid #CC0033;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.global-header__menu-btn hr:nth-of-type(2) {
	transform: translateY(-8px);
}

.global-header__menu-btn hr:nth-of-type(3) {
	transform: translateY(8px);
}

.page--menu .global-header__menu {
	background-color: #000;
}

.page--menu .global-header__menu-btn hr {
	border-color: white;
}

.page--menu .global-header__menu-btn hr:nth-of-type(1) {
	opacity: 0;
}

.page--menu .global-header__menu-btn hr:nth-of-type(2) {
	transform: rotate(45deg);
}

.page--menu .global-header__menu-btn hr:nth-of-type(3) {
	transform: rotate(-45deg);
}

.global-header__brand img:hover {
	opacity: 1;
}

.global-header__brand img {
	width: 269px;
	height: 45px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 961px) {
	.global-header__action {
		margin-left: 30px;
	}
}

/* tablet 非表示 */
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1199px) {
	.global-header__btn {
		display: none;
	}
}

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

	.global-header,
	.global-header__trailing {
		align-items: stretch;
	}

	.global-header_borand2-logo {
		display: inline-block;
	}

	.global-header__nav {
		display: none;
	}

	.global-header__right-logo {
		display: none;
	}

	.global-header__search--pc {
		display: none;
	}

	.global-header__search--sp {
		display: block;
	}

	.global-header__trailing {
		width: 50%;
		padding-right: 0;
	}

	.global-header__brand {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.global-header__brand img {
		width: 210px;
		height: auto;
	}


}

@media screen and (max-width: 375px) {
	.global-header__brand img {
		width: 160px;
		height: auto;
	}

}

/* global-nav */

.global-header__action a {
	outline: none !important;
}

.global-header__brand {
	padding: 0 0 0 10px;
	display: flex;
	align-items: center;
}

.global-header__btn {
	color: #CC0033;
}

.global-header__btn a {
	padding: 10px;
	border: 1px solid #CC0033;
	color: #CC0033;
	font-size: 11px;
	border-radius: 4px;
	text-decoration: none;
}

.global-header__btn a:hover {
	opacity: .6;
}

.global-header__btn a::after {
	content: url(/content/dam/nttcom/hq/jp/index/img/external-link-outline-primary.svg);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
}

.global-nav {
	position: relative;
	z-index: 1;
}

.global-nav__bar {
	display: flex;
}

.global-nav__tab,
.global-nav__tab-no__menu {
	background-color: #4C4C4C;
	color: white!important;
	font-weight: bold;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	cursor: pointer;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.global-nav__tab:last-child {
	border-right: none;
}

.global-nav__tab::after {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-down-accent.svg);
	margin-left: 0.5em;
	line-height: 1;
	width: 13.228px;
	height: 8.953px;
	flex: none;
}

.global-nav__tab:hover,
.global-nav__tab--active,
.global-nav__tab-no__menu:hover {
	background-color: #CC0033;
	/* border-right-color: #CC0033; */
}
a.global-nav__tab-no__menu {
	text-decoration: none;
}
.global-nav__tab--active::after {
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-up-accent.svg);
}

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

	.global-nav {
		display: none;
	}

	.global-header__brand .global-header__brand--ntt::before {
		margin: 0 0 1px 5px;
	}

}

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

	.global-header__menu {
		display: flex;
	}

	.global-header__action {
		margin: 0 0 0 10px;
	}

}

/* global-drop */

.global-drop {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 109px;
	bottom: 0;
	overflow: auto;
	z-index: 1000;
}

.global-drop--active {
	display: block;
}

.global-drop__container {
	width: 100%;
	max-width: 1230px;
	box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, .3);
	background-color: #fff;
	display: flex;
	margin: auto;
}

.global-drop[data-item=service] .global-drop__container {
	min-height: 571px;
}

.global-drop__main {
	flex: 1;
}

.global-drop__trailing {
	width: 270px;
	color: white;
	padding: 60px 60px 60px 0;
}

.global-drop__banners {
	/* margin-top: -40px; */

	/* ----20210510---- */
	display: none;
	color: white;
}

.global-drop__banners--active {
	display: block;
}

.global-drop__banners a:link {
	color: #fff;
}

.global-drop__banners a:hover {
	text-decoration: underline;
}

.global-drop__banners img{
	vertical-align: inherit;
}
/* global-drop-banner */

.global-drop-banner {
	display: block;
	/* margin-top: 40px; */
}
.global-drop-banner-btm{
  width: 275px;
  margin: 40px auto 0;
}

.global-drop-banner__image {
	display: block;
	width: 100%;
	height: auto;
}

.global-drop-banner__text {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	text-decoration: underline;
}

.global-drop-banner__text:hover {
	text-decoration: none !important;
}

.global-drop-banner__text--en {
	margin-top: 0;
}

.global-drop-banner__text--en::after {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
	margin-left: 0.5em;
	flex: none;
}


/* global-drop-menu */

.global-drop-menu {
	width: 277px;
	background-color: #CC0033;
}

.global-drop[data-item="trend"] .global-drop-menu {
	width: 277px;
}


/* global-drop-menu-tile */

.global-drop-menu-tile:not(:first-of-type) .global-drop-menu-tile__link {
	border-top: 1px solid #fff;
}

.global-drop-menu-tile:last-of-type .global-drop-menu-tile__link {
	border-bottom: 1px solid #fff;
}

.global-drop-menu-tile__link {
	background-color: #CC0033;
	display: flex;
	padding: 15px;
	align-items: center;
	font-size: 13px;
	cursor: pointer;
}



.global-drop-menu-tile__link,
.global-drop-menu-tile__link:visited {
	color: #fff;
	text-decoration: none !important;
}

/* --------------------
20220304 icon hidden

.global-drop-menu-tile__icon {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	display: inline-block;
	flex: none;
	background-image: url(/content/dam/nttcom/cmn/img/header/service/icons.png);
}
------------------ */

.global-drop-menu-tile--sub .global-drop-menu-tile__link {
	padding: 15px 15px 15px 30px;
}


.global-drop-menu-tile:not([data-item]) .global-drop-menu-tile__link::after {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-primary.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
	margin-left: 0.5em;
	flex: none;
}

.global-drop-menu-tile:not([data-item]):hover .global-drop-menu-tile__link::after {
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
}

.global-drop-menu-tile:hover .global-drop-menu-tile__link,
.global-drop-menu-tile--active .global-drop-menu-tile__link {
	background-color: #fff;
	color: #231815;
	border-color: transparent;
}

.global-drop-menu-tile[data-item=network] .global-drop-menu-tile__icon {
	background-position: 0 0;
}

.global-drop-menu-tile[data-item=vision] .global-drop-menu-tile__icon {
	background-position: 40px 0;
}

.global-drop-menu-tile[data-item=cloud] .global-drop-menu-tile__icon {
	background-position: 80px 0;
}

.global-drop-menu-tile[data-item=ai] .global-drop-menu-tile__icon {
	background-position: 120px 0;
}

.global-drop-menu-tile[data-item=security] .global-drop-menu-tile__icon {
	background-position: 160px 0;
}

.global-drop-menu-tile[data-item=crm] .global-drop-menu-tile__icon {
	background-position: 200px 0;
}

.global-drop-menu-tile[data-item=data] .global-drop-menu-tile__icon {
	background-position: 240px 0;
}

.global-drop-menu-tile[data-item=operation] .global-drop-menu-tile__icon {
	background-position: 280px 0;
}

.global-drop-menu-tile:hover[data-item=network] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=network] .global-drop-menu-tile__icon {
	background-position: 0 40px;
}

.global-drop-menu-tile:hover[data-item=vision] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=vision] .global-drop-menu-tile__icon {
	background-position: 40px 40px;
}

.global-drop-menu-tile:hover[data-item=cloud] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=cloud] .global-drop-menu-tile__icon {
	background-position: 80px 40px;
}

.global-drop-menu-tile:hover[data-item=ai] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=ai] .global-drop-menu-tile__icon {
	background-position: 120px 40px;
}

.global-drop-menu-tile:hover[data-item=security] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=security] .global-drop-menu-tile__icon {
	background-position: 160px 40px;
}

.global-drop-menu-tile:hover[data-item=crm] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=crm] .global-drop-menu-tile__icon {
	background-position: 200px 40px;
}

.global-drop-menu-tile:hover[data-item=data] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=data] .global-drop-menu-tile__icon {
	background-position: 240px 40px;
}

.global-drop-menu-tile:hover[data-item=operation] .global-drop-menu-tile__icon,
.global-drop-menu-tile--active[data-item=operation] .global-drop-menu-tile__icon {
	background-position: 280px 40px;
}


/* global-drop-nav */

.global-drop-nav {
	display: none;
	padding: 60px;
}


.global-drop-nav--active {
	display: block;
}

.global-drop-nav__header {
	margin-bottom: 35px;
	border-bottom: 1px solid #000;
	padding-bottom: 35px;
	text-decoration: none;
}
a.global-drop-nav__header{
	display: inline-block;
}

.global-drop-nav__header a:link {
	color: #000;
}

.global-drop-nav__header a:hover {
	text-decoration: underline;
}

.global-drop-nav__heading {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
a.global-drop-nav__heading,
a .global-drop-nav__heading {
	text-decoration: underline;
}

a.global-drop-nav__heading:hover,
a .global-drop-nav__heading:hover {
color: #CC0033 !important;
}

a.global-drop-nav__heading:hover::after,
a .global-drop-nav__heading:hover::after {
	background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

a.global-drop-nav__heading::after,
a .global-drop-nav__heading::after {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
	margin-left: 1em;
	line-height: 1;
	flex: none;
}

/* global-drop-links */

.global-drop-links__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.global-drop-links li {
	margin-top: 15px;
	padding-right: 20px;
}

.global-drop-links li a {
	display: flex;
	align-items: center;
	font-weight: bold;
}

/* .global-drop-links li a:link {
	color: #fff;
}

.global-drop-links li a:hover {
	color: #fff;
}

.global-drop-links li a:visited {
	color: #fff;
}

.global-drop-links li a:active {
	color: #fff;
}


.global-drop-links li a:hover {
	text-decoration: underline;
} */

.global-drop-links li a::after {
	display: inline-block;
}

.global-drop-nav__link {
	word-break: normal;
}

.global-drop-nav__link.global-drop-closer:hover {
	color: #CC0033;
}

.global-drop[data-item="trend"] .global-drop-links li {
	width: 100%;
}

@media screen and (max-width: 1050px) {
	.global-drop-links li {
		width: 100%;
	}
}


/* global-menu */

.global-menu {
	display: none;
	color: white;
	position: fixed;
	top: 65px;
	bottom: 0;
	left: 0;
	right: 0;
}

.global-menu__container {
	height: 100%;
}

.page--menu .global-menu {
	display: block;
}


/* global-menu-page */

.global-menu-page {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	flex-direction: column;
	height: 100%;
}

.global-menu-page__scroll {
	flex: 1;
	overflow: auto;
}

.global-menu-page__body {
	background-color: #4C4C4C;
}

.global-menu-page__footer {
	padding: 20px;
}

.global-menu-page__btn {
	border-radius: 8px;
	border: 1px solid #fff;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-top: 15px;
	position: relative;
	padding: 12px;
	background-color: #CC0033;
}

.global-menu-page__btn--white {
	border: 1px solid #CC0033;
	background-color: #fff;
	color: #CC0033 !important;
}

.global-menu-page__btn::after {
	width: 6.409px;
	height: 9.561px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	width: 6.409px;
	height: 9.561px;
	background-size: 100% 100%;
	background-image: url(/content/dam/nttcom/hq/jp/index/img/external-link-outline-primary.svg);
}

.global-menu-page {
	transition: transform 0.5s;
	flex-direction: column;
}

.global-menu-page--leave,
.global-menu-page--enter,
.global-menu-page--active {
	display: flex;
}

.global-menu-page--enter {
	transform: translateX(100%);
}

.global-menu-page--leave {
	transform: translateX(-100%);
}


/* global-menu-header */

.global-menu-header {
	padding: 20px;
	position: relative;
	background-color: #CC0033;
}

.global-menu-header__leading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	display: flex;
	align-items: center;
}

.global-menu-header__title {
	text-align: center;
}

.global-menu-header__back {
	display: inline-flex;
	align-items: center;
}

.global-menu-header__back::before {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-left-accent.svg);
	margin-right: 0.5em;
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
}

.global-menu-header__back::after {
	content: "戻る";
}

.global-menu-header__back--en::after {
	content: "Back";
}


/* global-menu-tile */

.global-menu-tile--sub .global-menu-tile__link {
	padding: 20px 46.409px 20px 35px;
}

.global-menu-tile__link {
	display: block;
	background-color: #4C4C4C;
	border-bottom: 2px solid #666;
	padding: 20px 46.409px 20px 20px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.global-menu-tile__link::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-primary.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}


/* new_breadcrumb */

.new_breadcrumb {
	padding: 0.5em 20px;
	list-style: none;
	color: #666;
}

.new_breadcrumb a:hover span {
	color: #CC0033;
}

.new_breadcrumb li {
	display: inline;
	font-size: 12px;
}

.new_breadcrumb li:after {
	content: "　＞　";
	color: #999;
}

.new_breadcrumb li:last-child:after {
	content: "";
}

@media screen and (max-width: 768px) {
	.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;
	}
}


/* Attention */

.Attention {
	padding: 10px 20px;
	background-color: #99ffcc;
	/* color: #E10B0B; */
	/* display: flex; */
	/* align-items: center; */
}

.AttentionWrap .Attention .AttentionText::before,
.AttentionWrap3 .Attention .AttentionText::before {
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/alert.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
	margin-right: 1em;
	display: inline-block;
}


.AttentionText {
	color: #000;
}


.languageBlock,
.languageBlock-new {
	z-index: 200000;
	position: fixed;
	width: 100%;
}

.languageBlock a,
.languageBlock a:visited,
.languageBlock a:hover,
.languageBlock-new a,
.languageBlock-new a:visited,
.languageBlock-new a:hover{
	color: #193477;
}

.languageBlock a:hover,
.languageBlock-new a:hover {
	text-decoration: underline;
}

.languageBlock_slide {
	/*width: 1260px;*/
	width: 450px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	/*left: 50%;*/
	left: calc(100% - 245px);
	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,
.languageBlock-new.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,
.closeButton-new {
	display: flex;
	align-items: center;
	width: 73px;
	color: #CC0033;
	-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: #CC0033 solid 1px;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 7px;
	font-size: 14px;
}

.closeBtnArea a{
	color: #193477;
	text-decoration: none;
}


.closeButton span,
.closeButton-new 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;
	}
}

.selectLanguage {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
}

.langlist {
	margin-right: 10px;
}



/* ------------------------------
  20210915追記
------------------------------ */
.global-drop-links__wrap li a:link,
.global-drop-cate__links li a:link,
.global-drop-cate__head a:link,
.global-drop-banner__text {
	color: #000;
}

.global-drop-banner__text:hover {
	color: #CC0033;
	text-decoration: none;
}

.global-drop-cate__head a:link:hover::after {
	color: #CC0033;
	text-decoration: none;
}

.global-drop-links .global-drop-links__wrap li a:link {
	text-decoration: underline;
}

/* ブロック余白 */
.global-drop-nav-branch {
	position: relative;
	height: 100%;
	padding: 0;
}

/* フロック上部 */
.global-drop-nav-branch .global-drop-nav__header {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: none;
}


.global-drop-nav-branch .global-drop-nav__heading:hover {
	color: #CC0033;
	text-decoration: none;
}

.global-drop-nav-branch .global-drop-nav__heading:hover::after {
	background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

.global-drop-nav-branch .global-drop-nav__heading {
	display: inline-block;
	text-decoration: underline;
	width: 241px;
	font-size: 16px;
}

.global-drop-nav-branch .global-drop-nav__heading::after {
	margin-left: 0.5em;
}

.global-drop-nav-branch .global-drop-nav__text {
	width: calc(100% - 240px);
	padding-left: 30px;
	font-size: 13px;
}

/* ブロック下部 */
.global-drop-nav-branch .global-drop-link__box {
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 0;
	width: calc(100% - 24px);
	margin-left: 24px;
	padding: 0 24px 20px 0;
}

.global-drop-nav-branch .global-drop-links__wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 241px;
	margin: 0;
	z-index: 1;
}

.global-drop-nav-branch .global-drop-link__cate .global-drop-link__item {
	display: block;
	padding: 7px 16px 7px 17px;
	font-size: 13px;
	text-decoration: underline;
}

.global-drop-nav-branch .global-drop-link__cate.is-active>.global-drop-link__item {
	position: relative;
	padding: 6px 15px 6px 16px;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	border-left: 1px solid #231815;
}

.global-drop-nav-branch .global-drop-link__cate.is-active .global-drop-link__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 1px;
	height: 35px;
	background: #fff;
}

.global-drop-nav-branch .global-drop-cate__detail {
	position: relative;
	width: calc(100% - 240px);
	height: 100%;
	margin-left: 240px;
	border: 1px solid #231815;
}

.global-drop-nav-branch .global-drop-cate__inner {
	position: relative;
	display: block;
	padding: 20px 30px;
}

.global-drop-nav-branch .global-drop-cate__box {
	display: none;
}

.global-drop-nav-branch .global-drop-cate__box.is-active {
	display: block;
	height: 100%;
}

.global-drop-nav-branch .global-drop-cate__head {
	display: flex;
	flex-direction: column;
}

.global-drop-nav-branch .global-drop-cate__heading {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.global-drop-closer.global-drop-cate__heading {
	text-decoration: underline;
}

.global-drop-closer.global-drop-cate__heading:hover {
	text-decoration: none !important;
}

.global-drop-nav-branch .global-drop-cate__heading span {
	text-decoration: none;
}


.global-drop-nav-branch .global-drop-cate__heading:hover {
	text-decoration: none !important;
	color: #CC0033;
}

.global-drop-nav-branch .global-drop-cate__heading:hover span::after {
	background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

.global-drop-nav-branch .global-drop-cate__heading span::after {
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
	margin-left: 0.5em;
	flex: none;
}

.global-drop-nav-branch .global-drop-cate__text {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
}

.global-drop-nav-branch .global-drop-cate__links {
	position: absolute;
	top: 137px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 60px);
	margin: 25px 30px 20px;
	padding: 29px 0 0;
	border-top: 1px solid #000;
}

.global-drop-nav-branch .global-drop-cate__link {
	width: 50%;
	height: 25px;
}

.global-drop-nav-branch .global-drop-cate__link a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-top: 6px;
	font-size: 13px;
	font-weight: bold;
}

.global-drop-nav-branch .global-drop-cate__link a span {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
	text-decoration: underline;
}

.global-drop-nav-branch .global-drop-cate__link a:hover span {
	color: #CC0033;
	text-decoration: none;
}

.global-drop-nav-branch .global-drop-cate__link a:hover span::after {
	background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}

.global-drop-nav-branch .global-drop-cate__link a span::after {
	position: absolute;
	top: 7px;
	right: 8px;
	display: inline-block;
	content: "";
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
	background-size: 100% 100%;
	width: 6.409px;
	height: 9.561px;
}

.global-drop-nav-branch .global-drop-cate__link a:hover {
	text-decoration: underline;
}

.global-drop-nav-branch .global-drop-cate__cmn {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 20px);
	margin: 0 10px;
}

.global-drop-nav-branch .global-drop-cate__cmn img {
	width: auto;
	height: 60px;
}

.global-drop-nav-branch .global-drop-cate__cmn .global-drop-banner {
	width: 48%;
	display: flex;
	align-items: center;
}
.global-drop-nav-branch .global-drop-cate__cmn .global-drop-banner.global-drop-banner-noFlex{
	display: block;
}
.global-drop-nav-branch .global-drop-cate__cmn .global-drop-banner.global-drop-banner-noFlex img{
	width: 100%;
	height: auto;
}

.global-drop-nav-branch .global-drop-cate__add_link{
	width: 100%;
	text-align: right;
}
.global-drop-nav-branch a + .global-drop-cate__add_link{
	margin-top: 10px;
}

.global-drop-nav-branch .global-drop-banner__text {
	margin: 0 0 0 15px;
}

.global-drop-banner__image,
.bn_img img {
	border: 1px solid #B2B2B2;
}
.global-drop-banner__image-noBd{
	border: none;
}


/* 追加20220620 */
/* ログインボタン */
.global-header__btnlogin,
.global-header__btnlogout{
	width: 160px;
}

.global-header__btnlogin img,
.global-header__btnlogout img {
	max-width: 100%;
	vertical-align: bottom;
}

.global-header__btnlogin a,
.global-header__btnlogout a{
	outline: none !important;
}

.global-header__btnlogin img:hover,
.global-header__btnlogout img:hover {
	filter: opacity(80%);
}




/* 言語変更 */
.languageBlock-simple .selectLanguage{
	position: relative;
}
.languageBlock-simple .closeBtnArea{
	top: 50%;
	transform: translateY(-50%);
}
.languageBlock-simple .langInner {
	justify-content: flex-start;
	padding: 10px;
	font-size: 16px;
	line-height: 1.4;
}

/* 個人のお客様 */
.personalBlock{
	z-index: 200000;
	position: fixed;
	width: 100%;
}
.personalBlock_slide{
	width: 500px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	left: calc(100% - 270px);
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 30%);
	transform: translateX(-50%);
	display: none;
}
.personalBlock .closeBtnArea{
	position: relative;
	top: auto;
	right: auto;
}
.personalCloseBtn{
	display: flex;
	align-items: center;
	width: 73px;
	color: #CC0033;
	-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: #CC0033 solid 1px;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 7px;
	font-size: 14px;
}
.personalCloseBtn span{
	margin-right: 2px;
	font-size: 1rem;
}
.personalBlock a, .personalBlock a:visited, .personalBlock a:hover{
	color: #193477;
}
.personalBlock a:hover{
	text-decoration: underline;
}
.selectPersonal{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 48px;
	padding: 10px;
	background: #ebebeb;
	font-size: 20px;
	line-height: 1.4;
}
.personalInner{
	padding: 10px;
	font-size: 16px;
}

/* 工事・故障情報 */
.customerBlock{
	z-index: 200000;
	position: fixed;
	width: 100%;
}
.customerBlock_slide{
	width: 550px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	left: calc(100% - 295px);
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 30%);
	transform: translateX(-50%);
	display: none;
}
.customerBlock .closeBtnArea{
	position: relative;
	top: auto;
	right: auto;
}
.customerCloseBtn{
	display: flex;
	align-items: center;
	width: 73px;
	color: #CC0033;
	-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: #CC0033 solid 1px;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 7px;
	font-size: 14px;
}


.customerCloseBtn span{
	margin-right: 2px;
	font-size: 1rem;
}
.customerBlock a, .customerBlock a:visited, .customerBlock a:hover{
	color: #193477;
}
.customerBlock a:hover{
	text-decoration: underline;
}
.selectcustomer{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 48px;
	padding: 10px;
	background: #ebebeb;
	font-size: 20px;
	line-height: 1.4;
}
.customerInner{
	padding: 10px;
	font-size: 16px;
}



@media screen and (max-width: 768px) {
	.selectLanguage{
		font-size: 18px;
	}
	.global-header__actions .global-header__btnlogin,
	.global-header__actions .global-header__btnlogout{
		/*display: none!important;*/
		width: 100%;
	}
}




/* グロナビ内ブロック */
.global-drop-links__wrap.col-1 li{
	width: 100%;
}
.global-drop-links__wrap.col-2 li{
	width: 50%;
}
.global-drop-links__wrap.col-3 li{
	width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
	a.global-menu-tile__link{
		text-decoration: underline;
	}
}

/* サービス・ソリューション内「中小企業のお客さま」リンク追加 */
.border-bottom-imp{
	border-bottom: 1px solid #fff;
}
.smb-origin-list{
	padding-top: 200px;
	border-top: 1px solid #fff;
}

.smb-origin-list a{
	display: inline-block;
}

.smb-origin-link{
	border-top: 1px solid #fff !important;
	border-bottom: none !important;
	border-top: none !important;
	padding: 0px 15px 10px;
	font-size: 90%;
}
.global-drop-menu-tile:hover .smb-origin-link{
	background-color: #CC0033;
	color: #fff;
	text-decoration:underline;
}
.global-drop-menu-tile:hover .smb-origin-link:hover{
	text-decoration: underline !important;
}


.global-drop-menu-tile:hover .smb-origin-link::after {
	background-image: url(/content/dam/nttcom/cmn/img/header/arrow-right-primary.svg) !important;
}



/* グローバルヘッダー（サービスソリューション）改定追加 20230419 */
/* 左メニュー矢印アイコン */
.global-drop-top_icn{
  font-weight: bold;
}
.top_icn-img{
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  fill: #fff;
}
.global-drop-top_icn:hover .top_icn-img{
  fill: #000;
}

/* １ブロック内で左右要素 */
.global-drop__main-branch .global-drop-nav-nobranch{
  padding: 0;
}
.global-drop-nav-nobranch .global-drop-nav__main{
  display: flex;
}
.global-drop-nav-nobranch .global-drop-nav__detail{
  flex: 1;
  padding: 60px;
}
.global-drop-nav-nobranch .global-drop-nav__right{
  width: 270px;
  color: white;
  padding: 60px 60px 60px 0;
}
.global-drop-nav-nobranch .global-drop__banners{
  display: block;
}


