@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:visited,
header a:hover {
  color: inherit;
}

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

/* footer */

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

footer a,
footer a:visited {
  color: #000;
}

footer a:hover {
  color: #CC0033;
}

.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 {
  height: 66px;
  line-height: 1;
  background-color: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .2);
}
.global-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .global-header{
    height:50px;
  }
  .global-header__inner {
    align-items: stretch;
  }
}

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

.global-header__link,
.global-header__link:visited {
  color: #0E367D;
}

.global-header__navi .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__navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.global-header__navi-item {
  padding: 0 10px;
}
.global-header__navi-item:not(:first-of-type) {
  border-left: 1px solid #000;
}
.global-header__navi-btn {
  font-weight: bold;
  text-decoration: none;
}
.global-header__navi a:hover,
.global-header__navi a:hover span,
.global-header__navi-btn.navibtn--active {
  color: #CC0033!important;
}

.global-header__subnav-wrap {
  display: none;
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
}
.global-header__subnav-wrap.subnav--active {
  display: block;
}
.global-header__subnav {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F0F0F0;
}
.global-header__subnav-inner {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: calc(1040px + 24px * 2);
  padding: 24px;
}
/* ナビメニュー左側 */
.global-header__subnav-header {
  flex: 1;
  width: 100%;
  max-width: 317px;
}
.global-header__subnav-heading-link {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  text-decoration: none !important;
}
.global-header__subnav-heading-link::after {
  content: "";
  display: block;
  height: 9.59px;
  width: 6.5px;
  background: url(https://www.ntt.com/content/dam/nttcom/cmn/img/header_en/link_arrow.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -.65em);
}
.global-navi__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ナビメニュー右側 */
.global-header__subnav-body {
  max-width: 724px;
  width: 100%;
}
.global-header__subnav-list {
  display: flex;
  flex-wrap: wrap;
}
.global-header__subnav-list-item {
  width: 50%;
}
.global-header__subnav-list-item--per100 {
  width: 100%;
}
.global-header__subnav-link {
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.25;
}

.blank-link {
  width: 9.64px;
  margin-left: 5px;
  vertical-align: middle;
}


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

.global-header__action {
  flex: none;
}

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

.global-header__lang,
.global-header__lang:visited {
  text-decoration: none !important;
  color: #CC0033;
}

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

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

.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 15px;
  display: none;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}

.global-header__menu-btn {
  display: inline-block;
  width: 20px;
  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);
}

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


/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 960px) {
  .global-header,
  .global-header__trailing {
    align-items: stretch;
  }

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

  .global-header__navi {
    display: none;
  }

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

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

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

  .global-header__menu {
    display: flex;
  }

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

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

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

  .global-header__brand img{
    height: auto;
    max-width: 165px;
    vertical-align: top;
  }

}

/* global-nav */

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

.global-header__brand {
  padding: 0 0 0 10px;
}

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

.global-nav__bar {
  display: flex;
}

.global-nav__tab {
  background-color: #4C4C4C;
  color: white;
  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(https://www.ntt.com/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 {
  background-color: #CC0033;
  /* border-right-color: #082F5C; */
}

.global-nav__tab--active::after {
  content: "";
  background-image: url(https://www.ntt.com/content/dam/nttcom/cmn/img/header/arrow-up-accent.svg);
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 960px) {
  .global-nav {
    display: none;
  }
}


/* global-drop */

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

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

.global-drop__container {
  width: 100%;
  max-width: 1160px;
  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__trailing {
  width: 270px;
  color: white;
  padding: 60px 60px 60px 0;
}

.global-drop__banners {
  margin-top: -40px;
}

.global-drop__banners a:link {
  color:#000;text-decoration: underline;
}
.global-drop__banners a:hover {
  color: #CC0033!important;
  text-decoration: none;
}

.global-drop__banners a:visited {
  color:#000;text-decoration: underline;
}

.global-drop__banners a:active {
  color:#000;text-decoration: underline;
}


/* global-drop-banner */

.global-drop-banner {
  display: block;
  margin-top: 40px;
}

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

.global-drop-banner__text {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.global-drop-banner:hover .global-drop-banner__text {
  text-decoration: underline;
}

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

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

/* global-drop-menu */

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

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


/* global-drop-menu-tile */

.global-drop-menu-tile__link {
  display: flex;
  padding: 15px;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.global-drop-menu-tile__link,
.global-drop-menu-tile__link:visited {
  color: #fff;
}

.global-drop-menu-tile__icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  flex: none;
  background-image: url(https://www.ntt.com/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(https://www.ntt.com/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(https://www.ntt.com/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: #000;
  border-bottom: 1px solid 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;
  color: white;
  padding: 60px;
}


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

.global-drop-nav__header {
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}

.global-drop-nav__header a:link {
  color:#000;
  text-decoration: underline;
}
.global-drop-nav__header a:hover {
  color: #CC0033!important;
}


.global-drop-nav__header a:hover::after {
  background-image: url(https://www.ntt.com/content/dam/nttcom/cmn/img/header/arrow-right-accent.svg);
}

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


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

.global-drop-nav__heading::after {
  display: inline-block;
  content: "";
  background-image: url(https://www.ntt.com/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-nav__heading:hover::after {
  background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/index/img/arrow-right-primary.svg) !important;
}

.global-drop-nav__heading-no_link{
  color:#000;
}
.global-drop-nav__heading-no_link::after{
  display: 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:#000;text-decoration: underline; }
.global-drop-links li a:hover { color:#CC0033!important; }
.global-drop-links li a:visited { color:#000;text-decoration: underline; }
.global-drop-links li a:active { color:#000;text-decoration: underline; }


.global-drop-links li a:hover {
  text-decoration: none;
}

.global-drop-nav__link {
  word-break: normal;
}
.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: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.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::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(https://www.ntt.com/content/dam/nttcom/hq/jp/index/img/arrow-right-accent.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(https://www.ntt.com/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: "Back";
}
.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;
  text-decoration: none;
}

a.global-menu-tile__link::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(https://www.ntt.com/content/dam/nttcom/cmn/img/header_en/arrow-right-primary.svg);
  background-size: 100% 100%;
  width: 6.409px;
  height: 9.561px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.global-menu-tile__link--blank::after {
  display: none;
}
.global-menu-tile__link--blank .blank-link {
  position: absolute;
  top: 0;
  right: 18.8px;
  bottom: 0;
  margin: auto;
  width: 10.5px;
}


/* new_breadcrumb */

.new_breadcrumb{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5em 20px;
  list-style:none;
  color: #666;
}

.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(https://www.ntt.com/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{
  z-index: 200000;
  position: fixed;
  width: 100%;
}

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

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

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

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

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

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

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


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

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

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

.langlist{
  margin-right:10px;
}

/* english-header nttltd. */

a.nttltd{ background: #CC0033; color:#fff; text-decoration: none; padding: 4px 15px 5px; transition: background-color 0.3s;}
a.nttltd:link { color:#fff; }
a.nttltd:visited { color:#fff; }
/* a.nttltd:hover { background: #295bff; color:#fff; } */
a.nttltd:active { color:#fff; }

.bn_img img {
  border: 1px solid #B2B2B2;
}


/* 追加20220620 */
/* 言語変更 */
.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;
}

@media screen and (max-width: 768px) {
  .languageBlock.show{
    top: 85px;
  }
  .languageBlock-simple .selectLanguage{
    font-size: 16px;
  }
}

/* 追加20241226 */
/* About Us > NTT DOCOMO GROUP PC*/

.global-drop-menu-tile_blank-link:not([data-item]) .global-drop-menu-tile__link::after {
  display: inline-block;
  content: "";
  background-image: url(https://www.ntt.com/content/dam/nttcom/img/external-link-icon-wht.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  flex: none;
}

a.global-nttgroup-link{
  text-decoration: underline;
}

a.global-nttgroup-link:hover{
  text-decoration: none;
}

a.global-nttgroup-link{
  border-bottom: 1px solid #CC0033 !important;
}

/*
.global-drop-menu-tile_blank-link:not([data-item]):hover .global-drop-menu-tile__link::after {
  background-image: url(/content/dam/nttcom/img/external-link-icon-red.svg);
}

.global-drop-menu-tile_blank-link:hover .global-drop-menu-tile__link {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid transparent;
}
*/

/* NTT DOCOMO BUSINESS 0701 message */

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

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

a.global-menu-tile_blank-link::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(https://www.ntt.com/content/dam/nttcom/img/external-link-icon-wht.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 20250701 head message SP EN */

.message250701{
    background: #CC0033;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.message250701 a{
  display: block;
  width:fit-content;
  margin: 0 auto;
  text-decoration: none !important;
  font-weight: bold;
}


.sp-view{
    display: none;
}

.global-header__subnav-wrap {
    top: 89px;
}
@media screen and (max-width:768px) {
    .global-menu {
        top:74px;
    }
}

@media screen and (max-width:480px) {
    .sp-view {
        display: block;
    }
    .global-menu {
        top:100px;
    }
}

.message250701 {
    margin-top: 0;
    transition: margin-top 0.5s ease-out;
}

.message250701.hide-up {
    margin-top: -50px;
}
