@charset "UTF-8";

:root {
	--header-base: 1280;
}

.visually-hidden {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 4px !important;
	height: 4px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
}

header {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'NotoSans', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', Helvetica, 'Helvetica Neue', 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;
	text-decoration: none;
}

header a:focus{
	outline: none;
}
header a:focus-visible{
	outline: 1px dotted #000;
}


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

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 */
body {
	overflow-y: scroll;
}
.page--soft-modal {
	/* overflow: hidden; */
	position: fixed;
	left: 0;
	width: 100%;
}


.page--soft-modal .modal_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
}


/* global-header */
.global-header {
	line-height: 1;
	background-color: white;
	position: relative;
	z-index: 2;
}
.global-header__inner {
	max-width: 1400px;
	height: 63px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

	position: relative;
}

.global-header__action {
	flex: none;
}
.global-header__action--search {
	min-width: 210px;
	max-width: 259px;
	width: 100%;
	flex: 1;
}


.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: 100%;
	height: 40px;
}

.global-header__search--pc .global-header__search-input {
	display: block;
	padding: 8px 30px 8px 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: none;
}
.global-header__search--pc .global-header__search-input:focus-visible{
	outline: 1px dotted #000;
}

.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: none;
}
.global-header__search--pc .global-header__search-icon:focus-visible{
	outline: 1px dotted #000;
}


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

.global-header__menu {
	display: none;
	margin-left: 10px;

	background-color: #CC0133;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5.5px;

	width: 50px;
	aspect-ratio: 1;
	text-decoration: none !important;
}

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

.global-header__menu-btn span {
	width: 100%;
	height: 2px !important;
	background-color: white;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 1px;
}

.global-header__menu em {
	display: block;
	font-size: 8px;
	color: white;
	white-space: nowrap;
}

.global-header__menu-btn span:nth-of-type(2) {
	top: 0;
	bottom: auto;
}

.global-header__menu-btn span:nth-of-type(3) {
	top: auto;
	bottom: 0;
}

.page--menu .global-header__menu em {
	color: black;
}

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

.page--menu .global-header__menu-btn span {
	background-color: black;
}

.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);
	top: 0;
	bottom: 0;
}

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

.global-header__brand:focus {
	/* 20241101 */
	/* outline: solid; */
}

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

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

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

@media screen and (max-width: 1099px) {
	.global-header__search--pc {
		display: none;
	}
	.global-header__search--sp {
		display: block;
	}
	.global-header__action--search {
		max-width: 16px;
		min-width: 0;
	}
}

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

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

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

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

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

	.pc_global-header__btnonline {
		display: none;
	}



}

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

}

/* global-nav */
.global-header__brand {
	margin: 0 0 0 10px;
	display: flex;
	align-items: center;

	height: 109px;

	position: absolute;
	top: 0;
	bottom: 0;

	z-index: 2;
}

.global-header__btn {
	color: #CC0033;
}

.global-header__btnonline a {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 600;

	width: 126px;
	height: 24px;
	border: 1px solid #7a7a7a;
	border-radius: 3px;

	font-size: 10px;
	line-height: 1.375;
	color: #0D0D0D;
	display: flex;
	align-items: center;
	justify-content: center;

	margin-left: 10px;
	transition: .25s background-color, .25s border-color, .25s color;
}
.global-header__btnonline a:hover {
	background-color: #CC0033;
	color: white;
	border-color: #CC0033;
}
.global-header__btnonline a svg path {
	transition: .25s fill;
}
.global-header__btnonline a:hover svg path {
	fill: white;
}

.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;
	background-color: white;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .2);
}

.global-nav__bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	padding: 0 60px;
	height: 46px;
	max-width: 1400px;
	margin: auto;
}

/* ナビゲーションバー */
.global-nav__tab,
.global-nav__tab-no__menu {
	height: 100%;
}

/* アイテム間に区切り */
.global-nav__tab{
	position: relative;
}
.global-nav__tab::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	display: inline-block;
	width: 1px;
	height: 60%;
	background: #E0E0E0;
}
.global-nav__tab:last-child::after{
	display: none;
}


.global-nav__item {
  display: block;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.global-nav__item span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 16px 0 0;
  font-size: 15px;
  font-weight: bold;
}
.global-nav__item span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
	display: block;
	height: 9.59px;
	width: 6.5px;
	background: url(/content/dam/nttcom/cmn/img/header/link_arrow.svg) center center no-repeat;
	background-size: contain;
}
.global-nav__item--active span::before{
	transform: translateY(-50%) rotate(-90deg);
}
.global-nav__item span::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #CD0033;
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.global-nav__item:hover,
.global-nav__item--active,
.global-nav__item--active:visited {
	color: #CD0033;
}
.global-nav__item:hover span::after,
.global-nav__item--active::after,
.global-nav__item--active:visited::after {
	opacity: 1;
}


a.global-nav__tab-no__menu {
	text-decoration: none;
}

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

	.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__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%;
	background-color: #F0F0F0;
	max-width: 1280px;
	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-weight: bold;
}

.global-drop-links__wrap li {
	display: flex;
}

.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 {
	display: flex;
	flex-wrap: wrap;
}

.global-drop-links li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 10px;
}
.global-drop-links .global-drop-link__cate > a {
	padding: 7px 10px;
	width: 167px;
}
.global-drop-links li a[aria-selected=false]:not(.-underline) {
	text-decoration: none !important;
}
.global-drop-links li a[aria-selected=true] {
	background-color: white;
	color: #CD0133;
	text-decoration: none !important;
}

.global-drop-links li a::after {
	display: inline-block;
}
.global-drop-links li a:hover {
	text-decoration: none !important;
}
.global-drop-nav__link {
	word-break: normal;
}

.-business-watch .global-drop-links {
}
.-business-watch .global-drop-links__wrap {
	/* gap: 9.5px 0; */
	/* padding-left: 10px; */
}
.-business-watch .global-drop-links__wrap li {
	width: 100%;
}
.-business-watch .global-drop-links__wrap li:nth-child(1),
.-business-watch .global-drop-links__wrap li:nth-child(2) {
	width: 220px;
}

.-online .global-drop-links__wrap {
	/* gap: 14.1px 0; */
	/* padding-left: 10px; */
}

.-online .global-drop-links__wrap li {
	width: 100%;
}
.-online .global-drop-links__wrap li:nth-child(1),
.-online .global-drop-links__wrap li:nth-child(3) {
	width: 220px;
}
.-online .global-drop-links__wrap li:nth-child(2),
.-online .global-drop-links__wrap li:nth-child(4) {
	width: calc(100% - 220px);
}

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

/* global-menu */
.global-menu {
	display: none;
	color: white;
	position: fixed;
	top: 50px;
	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 {
	max-width: 1400px;
	margin: 0 auto;
	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: absolute;
	top: 65px;
	right: 0;
	width: 450px;
}

.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;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, .3);
	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) {
	.global-header__actions{
		position: unset;
	}
	.languageBlock_slide {
		right: 10px;
	}

	.languageBlock_slide {
		width: 100%;
	}

	.languageBlock .langInner {
		padding: 20px;
	}

	.languageBlock .leftArea,
	.languageBlock .rightArea,
	.languageBlock .OneColumn {
		width: 100%;
		margin: 0;
	}

	nav.naviBox {
		z-index: 300000;
	}
}

@media screen and (max-width: 480px) {
	.languageBlock,
	.languageBlock-new {
		max-width: 89vw;
	}
	.closeButton,
	.closeButton-new{
		width: 62px;
		padding: 5px 6px;
		font-size: 12px;
	}
}

.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;
	width: 9.64px;
}


/* 左メニュー矢印アイコン */
.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;
}


/* グローバルヘッダー改定追加 20231127 */
/* ヘッダー上リンク（工事・故障情報/個人のお客さま） */
.global-header__nav{
	display: flex;
}
.global-header__nav-item {
	/* position: relative; */
}
.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;
	line-height: 1.25;
}
.global-drop-links .global-drop-links__wrap li a:hover,
.global-drop-links .global-drop-links__wrap .is-active > a {
	color: #CD0133;
}



/* ブロック上部 */
.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: absolute;
	width: 567px;
	height: 100%;
	min-height: 287px;
	margin-left: 167px;
	top: 24px;
	z-index: 1;
}
.-service .global-drop-link__cate .global-drop-cate__detail {
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: translate(167px, 0);
}
.-biz .global-drop-link__cate .global-drop-cate__detail {
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: translate(167px, 0);
	height: 90%;
}
.global-drop-link__cate.is-active .global-drop-cate__detail{
	display: block;
}

.global-drop-cate__inner {
	position: relative;
	display: block;
}

.global-drop-cate__box {
	display: none;
	background-color: white;
	padding: 26.4px 29.8px;
	height: 100%;
}

.global-drop-cate__box.is-active {
	display: block;
}
.global-drop-cate__box .global-drop-cate__links .global-drop-cate__link a {
	padding: 0;
}

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

.global-drop-cate__heading {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 19px;
}
.global-drop-closer.global-drop-cate__heading a {
	text-decoration: underline;
	padding: 0;
}
.global-drop-closer.global-drop-cate__heading a:hover {
	color: #CC0033;
	text-decoration: none !important;
}

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

.global-drop-cate__links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	padding-left: 20px;
}

.global-drop-cate__link {
	width: 50%;
}
.global-drop-cate__links.-col2 .global-drop-cate__link {
	width: 100%;
}

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

.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-cate__link a:hover span {
	color: #CC0033;
	text-decoration: none !important;
}

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

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

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

.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 a,
.global-header__btnlogout a {
	display: block;
	width: 100%;
}
.global-header__btnlogin a img,
.global-header__btnlogout a img {
	width: 100%;
	vertical-align: top;
}

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

/* header07 */
.tab-sp_global-header__btnlogin,
.tab-sp_global-header__btnlogout{
	width: 160px;
}
.tab-sp_global-header__btnlogin a,
.tab-sp_global-header__btnlogout a {
	display: block;
	width: 100%;
}
.tab-sp_global-header__btnlogin a img,
.tab-sp_global-header__btnlogout a img {
	width: 100%;
	vertical-align: top;
}

.tab-sp_global-header__btnlogin svg,
.tab-sp_global-header__btnlogout svg {
	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: absolute;
	top: 55px;
	right: 0;
	width: 500px;
}
.personalBlock_slide{
	width: 500px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 30%);
	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: absolute;
	width: 100%;
	top: 55px;
	right: 0;
}
.customerBlock_slide{
	width: 550px;
	background: #fff;
	margin: 0 auto;
	z-index: 200000;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 30%);
	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%;
	}
	/* lp header07 */
	.global-header__actions .tab-sp_global-header__btnlogin,
	.global-header__actions .tab-sp_global-header__btnlogout{
		width: 140px;
		margin-right:15px;
	}

}
@media screen and (max-width: 480px) {
	.selectLanguage{
		font-size: 15px;
	}

	/* lp header07 */
	.global-header__actions .tab-sp_global-header__btnlogin,
	.global-header__actions .tab-sp_global-header__btnlogout{
		width: 120px;
		margin-right:15px;
	}
}

/* グロナビ内ブロック */
.global-drop-links__wrap.col-1 {
	gap: 14px 0;
}
.global-drop-links__wrap.col-1 li{
	width: 100%;
}
.global-drop-links__wrap.col-2 li{
	width: 50%;
}
.global-drop-links__wrap.col-3 {
	width: 100%;
}
.global-drop-links__wrap.col-3 li:nth-of-type(3n - 2) {
	width: 257px;
}
.global-drop-links__wrap.col-3 li:nth-of-type(3n - 1) {
	width: 292px;
}
.global-drop-links__wrap.col-3 li:nth-child(3n) {
	width: 175px;
}
.global-drop-links__wrap.col-3 li.mgr-col1{
}


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

/* 左側メニュー */
.global-drop-menu{
	position: relative;
	width: 100%;
}

.global-drop-menu-tile {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #E0E0E0;

	/* height: var(--height); */
}
.global-drop-menu-tile.-basement {
	position: relative;
	height: 183px;
}

.global-drop-link__cate .global-drop-cate__detail {
	top: 0;
	min-height: 0;
}
.global-drop-menu-tile:hover {
	background-color: #F8F8F8;
}
.global-drop-menu-tile__inner {
	max-width: calc(1040px + 24px * 2);
	width: 100%;
	padding: 24px;

	display: flex;

	gap: 30px;
}
.global-drop-menu-tile__header {
	flex: 1;
	max-width: 317px;
	width: 100%;
}
.global-drop-menu-tile__header a:hover {
	color: #CD0133;
}
.-company .global-drop-menu-tile__header {
	width: 146px;
	flex: 0 0 146px;
}
.-service .global-drop-link__cate .global-drop-cate__detail {
	height: 318px;
}
.-company .global-drop-link__cate .global-drop-cate__detail {
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 207px;
}
.-company .global-drop-menu-tile__body {
	width: 878px;
}
.global-drop-menu-tile__body {
	max-width: 724px;
	width: 100%;
}
.global-drop-menu-tile__title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #000;
}

.global-drop-menu-tile__title:hover{
	color: #CD0133 !important;
}

.global-drop-menu-tile__description {
	margin-top: 10px;
	font-size: 14px;
	color: #5A5A5A;
}
.global-drop-menu-tile__link--inner {
	display: inline-flex;
	align-items: flex-end;
	gap: 10px;
	text-decoration: none !important;
}
.global-drop-menu-tile__link--inner::after {
	content: "";
	display: block;
	height: 9.59px;
	width: 6.5px;
	background: url(/content/dam/nttcom/cmn/img/header/link_arrow.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0, -.65em);
}

.global-drop__trailing {
	max-width: calc(1040px + 24px * 2);
	width: 100%;
	padding: 34px 24px 40px;
	margin: auto;
}
.global-drop__banners {
	display: flex;
	gap: 20px;
	min-height: 46px;
	align-items: center;
}
.global-drop-banner img {
	vertical-align: top;
}

.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate > a {
	width: 211px;
}


.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate .global-drop-cate__detail {
	margin-left: 211px;
	width: 667px;
}

.-worries .global-drop-cate__box {
	padding-top: 23.5px;
	padding-bottom: 23.5px;
}
.-worries .global-drop-cate__inner {
	display: flex;
	gap: 48px;
}
.-worries .global-drop-cate__links {
	flex-direction: column;
	flex-wrap: wrap;
}
.-worries .global-drop-cate__link {
	width: 100%;
}
.-worries .global-drop-cate__links:nth-child(2) {
	padding-left: 0;
}

.-industry .global-drop-cate__box {
	padding-top: 23.5px;
	padding-bottom: 23.5px;
}
.-industry .global-drop-cate__inner {
	display: flex;
	gap: 70px;
}
.-industry .global-drop-cate__links {
	flex-direction: column;
	flex-wrap: wrap;
}
.-industry .global-drop-cate__link {
	width: 100%;
}

.-sus .global-drop-cate__links {
	gap: 15px 0;
}
.-sus .global-drop-cate__link {
	width: 100%;
}
/* .-sus .global-drop-cate__link:nth-child(1),
.-sus .global-drop-cate__link:nth-child(7) {
	width: 188px;
}
.-sus .global-drop-cate__link:nth-child(2),
.-sus .global-drop-cate__link:nth-child(8) {
	width: calc(100% - 188px);
}
.-sus .global-drop-cate__link:nth-child(3),
.-sus .global-drop-cate__link:nth-child(4),
.-sus .global-drop-cate__link:nth-child(5),
.-sus .global-drop-cate__link:nth-child(6) {
	width: 111px;
} */


.global-drop-cate__links.-fnarrow .global-drop-cate__link:nth-child(2n - 1) {
	width: 30%;
}
.global-drop-cate__links.-fnarrow .global-drop-cate__link:nth-child(2n) {
	width: 70%;
}

.global-drop-banner a {
	transition: .5s opacity;
}
.global-drop-banner a:hover {
	opacity: .6;
}

@media screen and (max-width: 1199px) {
	.global-header__inner {
		height: calc(63vw / var(--header-base) * 100);
	}
	.global-header__brand {
		padding-bottom: 0;
		height: calc(109vw / var(--header-base) * 100);
	}
	.global-header__brand img {
		width: calc(269vw / var(--header-base) * 100);
		height: auto;
	}

	.global-nav__item {
		font-size: calc(15vw / var(--header-base) * 100);
	}

	.global-nav__item span {
        font-size: 1.15vw;
    }

	.global-nav__bar {
		gap: calc(30vw / var(--header-base) * 100);
		padding: 0 calc(60vw / var(--header-base) * 100);
		height: calc(53vw / var(--header-base) * 100);
	}
	.global-drop {
		top: calc(63px + 53vw / var(--header-base) * 100)
	}
	.global-drop-menu-tile__inner {
		padding: calc(24vw / var(--header-base) * 100);
		gap: calc(30vw / var(--header-base) * 100);
	}
	.global-drop-menu-tile__header {
		max-width: calc(317vw / var(--header-base) * 100);
	}
	.global-drop-menu-tile__title {
		font-size: calc(20vw / var(--header-base) * 100);
		text-underline-offset: calc(3vw / var(--header-base) * 100);
	}
	.blank-link {
		margin-left: calc(5vw / var(--header-base) * 100);
		width: calc(9.64vw / var(--header-base) * 100);
	}
	.global-drop-menu-tile__description {
		margin-top: calc(10vw / var(--header-base) * 100);
		font-size: calc(14vw / var(--header-base) * 100);
	}
	.global-drop-menu-tile__body {
		max-width: calc(724vw / var(--header-base) * 100);
	}
	.global-drop-links li a {
		font-size: calc(14vw / var(--header-base) * 100);
		padding: calc(7vw / var(--header-base) * 100) calc(10vw / var(--header-base) * 100);
	}
	.global-drop-links__wrap.col-3 li:nth-of-type(3n - 2) {
		width: calc(257vw / var(--header-base) * 100);
	}
	.global-drop-links__wrap.col-3 li:nth-of-type(3n - 1) {
		width: calc(292vw / var(--header-base) * 100);
	}
	.global-drop-links__wrap.col-3 li:nth-child(3n) {
		width: calc(175vw / var(--header-base) * 100);
	}

	.global-drop-menu-tile {
		height: auto;
	}
	.global-drop-menu-tile__link--inner::after {
		height: calc(9.59vw / var(--header-base) * 100);
		width: calc(6.5vw / var(--header-base) * 100);
		transform: translate(0, calc(10vw/ var(--header-base) * -100));
	}
	.global-drop__trailing {
		padding: calc(34vw / var(--header-base) * 100) calc(24vw / var(--header-base) * 100 ) calc(40vw / var(--header-base) * 100);
	}
	.global-drop__banners {
		gap: calc(20vw / var(--header-base) * 100);
		min-height: calc(46vw / var(--header-base) * 100);
	}
	.global-drop-banner {
		width: calc(100% / 4 - 20vw / var(--header-base) * 100 / 4 * 3);
	}

	.global-drop-links .global-drop-link__cate > a {
		padding: calc(7vw / var(--header-base) * 100) calc(10vw / var(--header-base) * 100);
		width: calc(167vw / var(--header-base) * 100);
	}
	.global-drop-link__cate .global-drop-cate__detail {
		width: calc(567vw / var(--header-base) * 100);
	}
	.-service .global-drop-link__cate .global-drop-cate__detail {
		height: calc(287vw / var(--header-base) * 100);
		transform: translate(calc(167vw / var(--header-base) * 100), 0);
	}
	.global-drop-cate__box {
		padding: calc(26.4vw / var(--header-base) * 100) calc(29.8vw / var(--header-base) * 100);
	}
	.global-drop-cate__heading {
		font-size: calc(20vw / var(--header-base) * 100);
		margin-bottom: calc(19vw / var(--header-base) * 100);
	}
	.global-drop-cate__links {
		gap: calc(15vw / var(--header-base) * 100) 0;
		padding-left: calc(20vw / var(--header-base) * 100);
	}
	.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate .global-drop-cate__detail {
		margin-left: calc(211vw / var(--header-base) * 100);
		width: calc(667vw / var(--header-base) * 100);
	}
	.-company .global-drop-link__cate .global-drop-cate__detail {
		height: calc(207vw / var(--header-base) * 100);
	}
	.-sus .global-drop-cate__links {
		gap: calc(15vw / var(--header-base) * 100) 0;
	}
	.-sus .global-drop-cate__link:nth-child(1),
	.-sus .global-drop-cate__link:nth-child(7) {
		width: calc(188vw / var(--header-base) * 100);
	}
	.-sus .global-drop-cate__link:nth-child(2),
	.-sus .global-drop-cate__link:nth-child(8) {
		width: calc(100% - 188vw / var(--header-base) * 100);
	}
	.-sus .global-drop-cate__link:nth-child(3),
	.-sus .global-drop-cate__link:nth-child(4),
	.-sus .global-drop-cate__link:nth-child(5),
	.-sus .global-drop-cate__link:nth-child(6) {
		width: calc(111vw / var(--header-base) * 100);
	}
	.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate > a {
		width: calc(211vw / var(--header-base) * 100);
	}
	.global-drop-menu-tile.-basement {
		height: calc(183vw / var(--header-base) * 100);
	}
	.-worries .global-drop-cate__box {
		padding-top: calc(23.5vw / var(--header-base) * 100);
		padding-bottom: calc(23.5vw / var(--header-base) * 100);
	}
	.-industry .global-drop-cate__box {
		padding-top: calc(23.5vw / var(--header-base) * 100);
		padding-bottom: calc(23.5vw / var(--header-base) * 100);
	}
	.global-drop-cate__link a span {
		padding-right: calc(20vw / var(--header-base) * 100);
	}


	.-worries .global-drop-cate__inner {
		gap: calc(48vw / var(--header-base) * 100);
	}
	.-industry .global-drop-cate__inner {
		gap: calc(70vw / var(--header-base) * 100);
	}

	.-biz .global-drop-link__cate .global-drop-cate__detail {
		transform: translate(calc(167vw / var(--header-base) * 100), 0);
	}

}

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

	.global-header__brand {
		position: static;
		height: auto;
	}
	.global-header__brand img {
		width: 165px;
		height: auto;
	}

	.global-header__menu {
		display: flex;
	}

	.global-header__inner {
		height: 50px;
	}
	.global-menu__container {
		background-color: #EBEBEB;
		overflow: auto;
		padding-bottom: 40px;
	}
	.global-menu-tile {
		color: black;
		background-color: #EBEBEB;
		transition: .2s background-color;
	}
	.global-menu-tile.-depth1 {
		background-color: #F4F4F4;
	}
	.global-menu-tile.-depth2 {
		background-color: #FAFAFA;
	}
	.global-menu-tile.-depth3 {
		background-color: #FFFFFF;
	}
	.global-menu-tile[aria-opened=true] {
		background-color: #F4F4F4;
	}
	.global-menu-tile__link {
		background-color: transparent;
		color: black;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 18px 15px;
		border-bottom: 1px solid #DDDDDD;

		font-weight: 600;

		position: relative;
	}
	.global-menu-tile__link::after {
		display: none;
	}
	.global-menu-tile .-plus {
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.global-menu-tile .-plus::before,
	.global-menu-tile .-plus::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background-color: black;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: .5s transform;
	}
	.global-menu-tile .-plus::after {
		transform: rotate(90deg);
	}
	.global-menu-tile [aria-selected=true] .-plus::after {
		transform: rotate(0);
	}

	.global-menu-tile .-arrow {
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;

		height: 9.59px;
		width: 6.5px;
		background: url(/content/dam/nttcom/cmn/img/header/link_arrow.svg) center center no-repeat;
		background-size: contain;
	}

	.global-menu-tile__box {
		display: grid;
		grid-template-rows: 0fr;

		transition: grid-template-rows 0.3s ease-out;

		visibility: hidden;
		pointer-events: none;
	}
	[aria-selected=true] + .global-menu-tile__box {
		grid-template-rows: 1fr;

		visibility: visible;
		pointer-events: all;
		transition: none;
	}
	.global-menu-tile__box-inner {
		position: relative;
		overflow: hidden;
	}

	.global-menu-tile-header {
		position: relative;
		border-bottom: 1px solid #DDDDDD;
		padding: 12px 38px;
		display: block;
	}
	.global-menu-tile-header > .blank-link{
		position: absolute;
		top: 0;
		right: 18.8px;
		bottom: 0;
		width: 10.5px;
		margin: auto;
	}

	.global-menu-tile-header__title {
		font-size: 14px;
		font-weight: 600;
	}
	.global-menu-tile-header__description {
		font-size: 12px;
		color: #5A5A5A;
	}

	.global-menu-tile-body__heading {
		border-bottom: 1px solid #DDDDDD;
		margin: 0;
	}

	.global-menu-tile-body__heading a {
		display: block;
		padding: 12px 38px 16px;
		font-size: 14px;
		font-weight: 600;
		position: relative;
	}

	.global-menu-tile-body__heading .blank-link {
		position: absolute;
		top: 0;
		right: 18.8px;
		bottom: 0;
		margin: auto;
		width: 10.5px;
	}
	.global-menu-tile-body__list .blank-link {
		width: 10.5px;
	}

	.global-menu-tile-body {
		display: none;
		grid-template-rows: 0fr;

		transition: grid-template-rows 0.3s ease-out;

		position: relative;
		pointer-events: none;
		visibility: hidden;
	}
	[aria-selected=true] + .global-menu-tile-body {
		grid-template-rows: 1fr;
		display: grid;
		pointer-events: all;
		visibility: visible;
		transition: none;
	}
	[aria-selected=true] + .global-menu-tile-body a {
		text-decoration: underline;
	}
	[aria-selected=true] + .global-menu-tile-body a.global-menu-tile-body__link--ac{
		text-decoration: none;
	}


	.global-menu-tile-body__inner {
		overflow: hidden;
	}
	.global-menu-tile-body__list li {
		/* border-bottom: 1px solid #DDDDDD; */
	}
	.global-menu-tile-body__list .global-menu-tile-body__link {
		display: block;
		padding: 12px 38px 16px 52px;
		font-size: 14px;
		font-weight: 600;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
	}
	.global-menu-tile-body__list .blank-link {
		position: absolute;
		top: 0;
		right: 18.8px;
		bottom: 0;
		margin: auto;
	}

	.global-menu-tile__trailing {
		padding: 20px;
	}
	.global-menu-tile__banner a {
		display: block;
		text-decoration: none;
	}
	.global-menu-tile__banners {
		display: flex;
		gap: 11.3px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.global-menu-tile__banner img {
		width: 100%;
		vertical-align: top;
	}
	.global-menu-tile__banner {
		max-width: calc(100% / 2 - 11.3px / 2);
	}



	.global-menu-tile-body-child {
		display: grid;
		grid-template-rows: 0fr;

		transition: grid-template-rows 0.3s ease-out;

		visibility: hidden;
		pointer-events: none;
		position: relative;
	}
	[aria-selected=true] + .global-menu-tile-body-child {
		grid-template-rows: 1fr;
		pointer-events: all;
		visibility: visible;
		transition: none;
	}
	[aria-selected=true] + .global-menu-tile-body-child a {
		text-decoration: underline;
	}

	.global-menu-tile-body-child__inner {
		overflow: hidden;

		position: relative;
	}
	.global-menu-tile-body-child__link {
		display: block;
		padding: 12px 38px 16px 72px;
		font-size: 14px;
		font-weight: 600;
		position: relative;
		border-bottom: 1px solid #DDDDDD;
	}

	.global-menu .global-header__actions {
		display: flex;
		flex-direction: column;
		gap: 10.3px;
		width: 200px;
		margin: auto;
		padding: 30px 0 20px;
	}
	.global-menu .global-header__btnonline {
		width: 100%;
	}
	.global-menu .global-header__btnonline a {
		background-color: white;
		width: 100%;
		height: 34.54px;
		margin: 0;
		font-size: 14px;
		gap: 6.8px;
		border-width: 1.5px;
		border-radius: 5px;
		color: #333 !important;
		border-color: #7a7a7a !important;
	}
	.global-menu .global-header__btnonline a img {
		width: 22.29px;
	}
	.global-header__btnonline a:hover {
		background-color: white;
		color: white;
		border-color: #7a7a7a !important;
	}
	.global-header__btnonline a:hover svg path {
		fill: #333;
	}


	.global-menu-trailing {
		padding: 0 20px;
	}

	.pc_global-header__btnlogin {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.global-menu .global-header__actions {
		display: flex;
		flex-direction: column;
		gap: 10.3px;
		width: 230.25px;
		margin: auto;
		padding: 40.6px 0 30px;
	}
	.global-menu-tile__banners {
		flex-direction: column;
	}
	.global-menu-tile__banner {
		max-width: none;
	}

}


/* LPヘッダ用 クラス定義 */

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

.lp_header__brand {
	padding: 0 0 0 10px;
	display: flex;
	align-items: center;
	height: 85px;
}




/* フォーカス時設定 */
.global-nav__item:focus,
.global-drop-links .global-drop-links__wrap li a:link:focus,
.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate > a:focus,
.global-drop-menu-tile__header > a:focus,
.global-drop-banner > a:focus{
	position: relative;
	outline: none;
}
.global-drop-banner > a:focus{
	display: inline-block;
}

.global-nav__item:focus-visible::before,
.global-drop-links .global-drop-links__wrap li a:link:focus-visible::before,
.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate > a:focus-visible::before,
.global-drop-menu-tile__header > a:focus-visible::before,
.global-drop-banner > a:focus-visible::before{
	content: "";
	display: block;
	height: 100%;
	border: 1px dotted #000;
	position: absolute;
	top: 0;
}
.global-nav__item:focus-visible::before,
.global-drop-menu-tile__header > a:focus-visible::before,
.global-drop-banner > a:focus-visible::before{
	width: calc(100% + 4px);
	left: -2px;
}
.global-drop-links .global-drop-links__wrap li a:link:focus-visible::before,
.global-drop-links .global-drop-links__wrap.-long .global-drop-link__cate > a:focus-visible::before{
	width: 100%;
	left: 0;
}
@media screen and (max-width: 768px) {
	.global-header__menu:focus,
	.global-menu-tile__link:focus,
	.global-menu-tile-header:focus,
	[aria-selected=true] + .global-menu-tile-body a:focus,
	.global-menu-tile-header a:focus{
		position: relative;
		outline: none;
	}
	.global-header__menu:focus-visible::before,
	.global-menu-tile__link:focus-visible::before,
	.global-menu-tile-header:focus-visible::before,
	[aria-selected=true] + .global-menu-tile-body a:focus-visible::before,
	.global-menu-tile-header a:focus-visible::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border: 1px dotted #000;
		position: absolute;
		top: 0;
		left: 0;
	}

}