.sp{display:block !important}.pc{display:none !important}

  .contents_block {
    margin-bottom: 3.75rem;
  }

.tabContentsWrapper a {
  color: #004386;
  text-decoration:underline;
}

.tabLayout.tabItemWrapper div a {
  display: table;
}

.tabLayout.tabItemWrapper div a p{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}

.tabContentsWrapper a:hover {
  color: #004386;
  text-decoration: underline !important;
}

.sub_title {
  margin: 0 auto 1rem;
  color: #004386;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.333;
  text-align: center;
}

.sub_title h2 {
  color: #004386;
  margin: 1.875rem auto 0.9375rem;
}

.sub_title_description {
  margin: 0 auto;
  color: #000;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.page_main_text {
  margin: 0 auto 1.875rem;
  line-height: 1.333;
}

.diagram_and_description {
  margin: 0 auto 1.875rem;
}

.left_diagram {
  padding: 0 1rem 0;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
}

.left_diagram.nopadding {
  padding: 0;
}

.description_title {
  font-size: 1.2rem;
}

p.description_title {
  margin: 0 auto 1rem;
}

p.description_text {
  margin: 0 auto 1rem;
}

.contents_title {
  padding: 0 1rem;
  margin: 0 auto 0.3rem;
  color: #004386;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.333;
}
.title_line {
  margin: 0 auto 1rem;
  border-bottom: 4px solid #004386;
  width: 100%;
}
.contents_area {
  padding: 0 1rem;
}
.contents_text {
  font-size: 1rem;
  line-height: 1.333
}
.logo_list {
  margin: 0 auto 0;
}
p.logo_area {
  margin-bottom: 0.5rem;
}
.logo_area img {
  width: auto;
}
.annotation_right {
  text-align: right;
  font-size: 0.8rem;
}

.features_area {
  padding: 0 1rem;
}

.data-center-location {
  background: #eff6fc;
  padding: 1rem;
}
.data-center-title {
  margin: 0 auto 1.875rem;
  color: #004386;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.data-center-list p {
  margin: 0 auto 0.2rem;  
}
.overseas {
  color: #004386;
}
p.overseas {
  margin: 0;
}

.feature_area {
  width: 100%;
  margin: 0;
  text-align: center;
}
.feature_area img {
  margin-bottom: 0.9375rem;
  width: auto;
}
.features_title {
  font-size: 1.125rem;
  font-weight: bold;
}
p.features_title {
  margin-bottom: 0.9375rem;
}
.features_text {
  text-align: left;
}
.obi_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #004386;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: center;
  padding: 0.5rem;
}

.table {
  margin: 0 auto 1.875rem;
}

.table h4 {
  border: 1px solid #ccc;
  background-color: #eff6fc;
  padding: 0.5rem 1rem;
  margin: 0;
}

.table ul {
  border: 1px solid #ccc;
  border-top-style: none;
  padding: 0.5rem 1rem;
  margin: 0;
}

.table ul li a {
  color: #004386;
}

.annotation {
  font-size: 0.625rem;
}

.menu_list li {
  margin-left: 1.2rem;
  font-size: 1rem;
  list-style: disc;
}

.contents_text.nobottom {
  margin-bottom: 0;
}

.full_img.nobottom {
  margin-bottom: 0;
}

.supplement {
  color: #999;
  font-size: 0.75rem;
}
.supplement_title {
  font-weight: bold;
}
.supplement_title.nobottom {
  margin-bottom: 0;
}

.data-center-btn.--large .data-center-btn__link {
  line-height: 1;
  padding: 15px 0;
  width: 100%;
  border-radius: 6px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.data-center-btn.--blue .data-center-btn__link:hover {
  opacity: .8;
}

.data-center-btn.--blue .data-center-btn__link {
  background-color: #004386;
  color: #ffffff;
  transition: opacity .3s ease;
  border: 1px solid #000000;
}

.data-center-btn__link::before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/content/dam/nttcom/hq/jp/business/cmn/img/dcc_temp/icon_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.data-center-btn.--large {
  width: 100%;
}

.overseas_area {
  width: 242px;
  margin: 0 auto 1.875rem;
  text-align: center;
}

.center-name {
  font-size: 1rem;
  text-align: center;
}

.main-data-center-location {
  margin: 0 auto 1.875rem;
  text-align: center;
}

@media (min-width: 769px) {
  .sp{display:none !important}.pc{display:block !important}
  
  .request_btn {
    background: #cc023a;
    border: 2px solid #cc023a;
    text-decoration: none;
    color: #fff;
  }
  .request_btn:hover {
    background: #ed1144fc;
  }
  .request_btn a {
    color: #fff;
  }
  .request_btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.1em;
    right: 1em;
    margin: auto;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.13em solid #fff;
    border-right: 0.13em solid #fff;
    transform: rotate(45deg);
  }

	.sub_title {
    margin: 0 auto 1.875rem;
    font-size: 2rem;
    line-height: 1.563;
	}

  .sub_title.description {
    margin-bottom: 0.9375rem;
  }

  .sub_title_description {
    font-size: 1rem;
  }
  .page_main_text {
    font-size: 1rem;
    line-height: 1.563;
  }
  .page_main_img {
    margin: 1.875rem auto 0;
    width: 30rem;
  }
  .full_img {
    margin: 1.875rem auto 0;
    width: 100%;
  }
  .diagram_and_description {
    display: flex;
    flex-direction: row-reverse;
  }
  .left_diagram {
    width: 20rem;
    height: 100%;
  }
  .right_description {
    width: 32.5rem;
    padding: 1rem 0 0 1.875rem;
  }
  .description_title {
    font-size: 1.175rem;
    font-weight: bold;
  }
  .contents_title {
    font-size: 1.25rem;
  }
  .title_line {
    border-bottom: 4px solid #004386;
  }
  .contents_text {
    line-height: 1.5;
  }
  .logo_list {
    display: flex;
    margin: 0 auto 0.9375rem;
  }
  .logo_area {
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
  
  .data-center-location {
    background: #eff6fc;
    padding: 1.875rem 3.75rem 1.875rem 3.75rem;
  }
  .data-center-layout {
    display: flex;
  }
  .data-center-title {
    font-size: 1.25rem;
  }
  .data-center-list {
    width: 23.25rem;
  }
  .data-center-list p {
    margin: 0 auto 1rem;  
  }
  .overseas {
    text-align: center;
  }

  .features_area {
    padding: 0 1.875rem;
  }
  .features_row {
    display: flex;
    justify-content: space-between;
  }
  .feature_area {
    width: 23.4375rem;
    margin: 0;
    text-align: center;
  }
  .obi_title {
    font-size: 1.25rem;
  }
  .table h4 {
    font-size: 1.125rem;
  }
  .table ul {
    font-size: 1rem;
  }
  .annotation {
    font-size: 0.75rem;
  }
  .center-text {
    margin: 0 auto;
    text-align: center;
  }

  .supplement {
    font-size: 1rem;
  }
  
  .data-center-btn.--large .data-center-btn__link {
    font-size: 1rem;
  }
  .overseas_area {
    width: 293px;
  }
  
  .main-data-center-location-row {
    display: flex;
    margin: 0 auto 1.875rem;
  }
  .main-data-center-location {
    width: 26.25rem;
    padding: 0 1rem;
  }
  .center-name {
    font-size: 1.1rem;
  }
  .main-data-center-location img {
    margin: 0 auto;
    text-align: center;
    width: 22.25rem;
  }
}