@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;
}

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: #CC002A;
}

.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: 2;
}

.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-input::placeholder{
	color: #666;
	opacity: 1;
}
.global-header__search--pc .global-header__search-input:focus{
	outline: solid;
}

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

.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 span {
	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 span:nth-of-type(2) {
	transform: translateY(-8px);
}

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

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

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

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

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

.page--menu .global-header__menu-btn span: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__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 {
	flex: 1;
	border-right: 1px solid rgba(255, 255, 255, .3);
}
.global-nav__tab:last-child {
	border-right: none;
}


.global-nav__item{
	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;
	text-decoration: none;
}
.global-nav__item::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__item:hover,
.global-nav__item--active {
	background-color: #CC0033;
}
a.global-nav__tab-no__menu {
	text-decoration: none;
}
.global-nav__item--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__main {
	flex: 1;
}

/* global-drop-nav */
.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;
	margin: 0;
	font-size: 20px;
	/* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif; */
	font-weight: bold;
}

.global-drop-nav__heading a,
.global-drop-nav__heading--underline{
	text-decoration: underline;
}

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

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

.global-drop-nav__heading a::after,
.global-drop-nav__heading--underline::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 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.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::after {
	display: inline-block;
}

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

.global-drop-nav__link.global-drop-closer:hover {
	color: #CC0033!important;
	text-decoration: none!important;
}

.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;
	text-decoration: none;
}

.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 {
	margin: 0;
	color: #fff;
	/* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif; */
	text-align: center;
	font-size: 14px;
}

.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-tile */
.global-menu-tile__link {
	display: block;
	background-color: #4C4C4C;
	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;
}

.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;
	top: 65px;
	left: 0;
	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: 450px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	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%;
	}

	.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;
}


/* グローバルヘッダー（サービスソリューション）改定追加 20230419 */
.blank-link{
	margin-left: 5px;
	vertical-align: middle;
}
/* 左メニュー矢印アイコン */
.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;
}
.global-drop__banners .global-drop-banner + .global-drop-banner{
	margin-top: 25px;
}
.global-drop__banners--narrow .global-drop-banner + .global-drop-banner{
	margin-top: 5px;
}


/* グローバルヘッダー改定追加 20231127 */
/* ヘッダー上リンク（工事・故障情報/個人のお客さま） */
.global-header__nav{
	display: flex;
}
.global-header__nav-item + .global-header__nav-item{
	border-left: 1px solid #DDD;
}
@media screen and (max-width: 1024px) {
	.global-header__nav{
		display: none;
	}
}

/* ------------------------------
	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{
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover .global-drop-banner__text,
.global-drop-banner__text:hover {
	color: #CC0033!important;
	text-decoration: none!important;
}


.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__main-branch .global-drop-nav__header {
	margin-bottom: 15px
}
.global-drop__main-branch .global-drop-link__cate > .global-drop-link__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 241px;
	min-height: 37px;
	display: block;
	padding: 7px 16px 7px 17px;
	font-size: 13px;
	text-decoration: underline;
	z-index: 1;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(2) > .global-drop-link__item{
	top: 37px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(3) > .global-drop-link__item{
	top: 74px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(4) > .global-drop-link__item{
	top: 111px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(5) > .global-drop-link__item{
	top: 148px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(6) > .global-drop-link__item{
	top: 185px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(7) > .global-drop-link__item{
	top: 222px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(8) > .global-drop-link__item{
	top: 259px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(9) > .global-drop-link__item{
	top: 296px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(10) > .global-drop-link__item{
	top: 333px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(11) > .global-drop-link__item{
	top: 370px;
}
.global-drop__main-branch .global-drop-link__cate:nth-child(12) > .global-drop-link__item{
	top: 407px;
}

.global-drop__main-branch .global-drop-link__cate.is-active > .global-drop-link__item {
	padding: 6px 15px 6px 16px;
	border-right: 1px solid #fff;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	border-left: 1px solid #231815;
}
.global-drop__main-branch .global-drop-link__cate > .global-drop-link__item:hover{
  color: #CC0033!important;
	text-decoration: none!important;
}
.global-drop__main-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-link__cate{
	width: 100%;
}
.global-drop-link__cate .global-drop-cate__detail {
	display: none;
	position: relative;
	width: calc(100% - 240px);
	height: 100%;
	margin-left: 240px;
	border: 1px solid #231815;
}
.global-drop-link__cate.is-active .global-drop-cate__detail{
	display: block;
}

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

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

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

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

.global-drop__main-branch .global-drop-cate__heading {
	margin: 0 0 10px;
	font-size: 20px;
	/* font-family: FrutigerNeueLTW10-Regul, FrutigerNeueW01-Regular, Meiryo, sans-serif; */
	font-weight: bold;
	cursor: pointer;
}
.global-drop-closer.global-drop-cate__heading a {
	text-decoration: underline;
}
.global-drop-closer.global-drop-cate__heading a:hover {
	color: #CC0033;
	text-decoration: none !important;
}
.global-drop__main-branch .global-drop-cate__heading a:hover::after {
	background-image: url(/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg);
}
.global-drop__main-branch .global-drop-cate__heading a::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__main-branch .global-drop-cate__text {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
}

.global-drop__main-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__main-branch .global-drop-cate__link {
	width: 50%;
	height: 25px;
}

.global-drop__main-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__main-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__main-branch .global-drop-cate__link a:hover span {
	color: #CC0033;
	text-decoration: none;
}

.global-drop__main-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__main-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__main-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__main-branch .global-drop-cate__cmn img {
	width: auto;
	height: 60px;
}

.global-drop__main-branch .global-drop-cate__cmn .global-drop-banner {
	width: 48%;
	display: flex;
	align-items: center;
}
.global-drop__main-branch .global-drop-cate__cmn .global-drop-banner + .global-drop-banner{
	margin-top: 0;
}
.global-drop__main-branch .global-drop-cate__cmn .global-drop-banner.global-drop-banner-noFlex{
	display: block;
}
.global-drop__main-branch .global-drop-cate__cmn .global-drop-banner.global-drop-banner-noFlex a{
  display: inline-block;
}
.global-drop__main-branch .global-drop-cate__cmn .global-drop-banner.global-drop-banner-noFlex img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

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

.global-drop-banner__image,
.bn_img img {
	border: 1px solid #B2B2B2;
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	.global-drop-banner__image{
		width: 210px;
	}
}
.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;
}





/* 言語変更 */
.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;
	top: 65px;
	left: 0;
	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;
}
.personalInner p{
	line-height: 1.8;
}

/* 工事・故障情報 */
.customerBlock{
	position: fixed;
	width: 100%;
	top: 65px;
	left: 0;
}
.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;
}
.customerInner p{
	line-height: 1.8;
}



@media screen and (max-width: 768px) {
	.selectLanguage{
		font-size: 18px;
	}
	.global-header__actions .global-header__btnlogin,
	.global-header__actions .global-header__btnlogout{
		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);
}
.global-drop-links__wrap.col-3 li.mgr-col1{
	margin-right: calc(100% / 3);
}
@media screen and (max-width: 768px) {
	a.global-menu-tile__link{
		text-decoration: underline;
	}
	.global-menu-tile .global-drop-nav__text{
		padding: 0 20px 20px;
	}

	.global-menu-list--sub .global-menu-tile__link{
		padding: 20px 46.409px 20px 35px;
	}
	.global-menu-list:not(.global-menu-list--sub){
		border-bottom: 2px solid #666;
	}
	.global-menu-tile:not(:first-of-type),
	.global-menu-list--sub .global-menu-tile:first-of-type{
		border-top: 2px solid #666;
	}

}

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

/* 左側メニュー */
.global-drop-menu{
	position: relative;
	width: 100%;
	background: #CC0033;
}
.global-drop-menu-tile__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 277px;
}
.global-drop-menu-tile:nth-child(2) .global-drop-menu-tile__link{
	top: 53px;
}
.global-drop-menu-tile:nth-child(3) .global-drop-menu-tile__link{
	top: 106px;
}

.global-drop-menu--sub .global-drop-menu-tile:nth-child(1) .global-drop-menu-tile__link{
	top: 53px;
}
.global-drop-menu--sub .global-drop-menu-tile:nth-child(2) .global-drop-menu-tile__link{
	top: 106px;
}
.global-drop-menu--sub .global-drop-menu-tile:nth-child(3) .global-drop-menu-tile__link{
	top: 159px;
}
.global-drop-menu--sub .global-drop-menu-tile:nth-child(4) .global-drop-menu-tile__link{
	top: 212px;
}
.global-drop-menu--sub .global-drop-menu-tile:nth-child(5) .global-drop-menu-tile__link{
	top: 265px;
}

.global-drop-menu-tile__link-item{
	position: relative;
	display: flex;
	align-items: center;
	height: 53px;
	padding: 15px;
	background: #CC0033;
	border-bottom: 1px solid #fff;
	color: #fff!important;
	font-size: 13px;
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
}
.global-drop-menu-tile__link-item:hover,
.global-drop-menu-tile__link-item--active{
	background: #fff;
	color: #231815!important;
}
.global-drop-menu--sub .global-drop-menu-tile__link-item{
	padding-left: 30px;
}
.global-drop-menu-tile__link-item:not([data-item])::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;
}

/* 左赤背景エリア下部リンク */
.smb-origin-list{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 200px;
}
.smb-origin-list .global-drop-menu-tile__link{
	position: relative;
	top: auto!important;
}
.smb-origin-link{
	height: auto;
	padding: 0 15px 10px;
	border: none;
	font-size: 90%;
}
.smb-origin-link:hover{
	background: transparent;
	color: #fff!important;
	text-decoration: underline;
}

/* 右側ブロック */
.global-drop__detail{
	display: none;
	width: calc(100% - 277px);
	margin-left: 277px;
	background: #fff;
}
.global-drop__detail--active{
	display: flex;
}
.global-drop__main{
	padding: 60px;
}
.global-drop__main-branch{
	padding: 20px 24px;
}
.global-drop__trailing {
	width: 270px;
	padding: 60px 60px 60px 0;
}

/* 企業情報 > サステナビリティの取り組み の見た目 */
.global-drop-links__item--col1{
	width: 100%;
}
.global-drop-links__wrap--lower{
	margin-top: 20px;
}
.global-drop-links__wrap--lower li{
	margin-top: 0!important;
}

/* 言語選択展開部分のリンク */
.languageBlock_itmeWrap .selectLanguage > a,
.languageBlock_itmeWrap .langInner > a{
	color: #333;
	text-decoration: underline;
}
.languageBlock_itmeWrap .selectLanguage > a:hover,
.languageBlock_itmeWrap .langInner > a:hover{
	color: #CC0033;
}

@media screen and (max-width: 1024px) {
	/* グロナビメニュー内バナーエリア */
	.global-drop__banners--sp{
		margin: 0 0 15px;
		padding: 20px 35px;
		background: #fff;
	}
	.global-drop__banners--sp .global-drop-banner:nth-child(n + 2){
		margin-top: 10px;
	}
}

/* 20240425 全体検索窓非表示用
.global-header__actions li:last-child{display:none}
.PressKeywordSearchHQ{visibility: hidden;}
*/
