@charset "UTF-8";
/************************************************
	title
************************************************/
.tit-cmn-lv3 {
  background-color: #093680;
  color: #fff;
}

/************************************************
	topics
************************************************/
.tc_topcis {
  margin-bottom: 0;
}

.tc_topcis .tc_topics_title {
  background-color: #ddd;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0 0 20px;
  padding: 9px 18px;
}

.tc_topcis .tc_topics_list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.tc_topcis .tc_topics_list .tc_topics_list_article {
  font-size: 14px;
  /* font-size: 0.875rem; */
  margin-bottom: 1.0em;
}

.tc_topcis .tc_topics_list .tc_topics_list_article:last-of-type {
  margin-bottom: 0;
}

.tc_topcis .tc_topics_list .tc_topics_list_article .tc_topics_list_date {
  float: left;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 480px) {
  .tc_topcis .tc_topics_list .tc_topics_list_article .tc_topics_list_date {
    float: none;
  }
}

.tc_topcis .tc_topics_list .tc_topics_list_article .tc_topics_list_text {
  margin-left: 10em;
}

@media screen and (max-width: 480px) {
  .tc_topcis .tc_topics_list .tc_topics_list_article .tc_topics_list_text {
    margin-left: 0;
  }
}

.tc_topcis .tc_topics_to_archives {
  font-size: 14px;
  /* font-size: 0.875rem; */
  font-weight: bold;
  text-align: right;
}

.tc_topcis .tc_topics_to_archives a::after {
  border: solid 2px transparent;
  border-right-color: #004386;
  border-top-color: #004386;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 1.0em;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.tc_topcis .tc_topics_list {
  margin: 0 0 1em;
}

.tc_topcis .tc_topics_list .tc_topics_list_article {
  margin-bottom: 0.5em;
}

.free-space_outer a {
  text-decoration: none !important;
  color: #004386 !important;
}

/************************************************
	total-service
************************************************/
.total-service-img {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.total-service-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/************************************************
	service-point
************************************************/
.service-point {
  padding: 110px 0;
  background: url(/content/dam/nttcom/hq/jp/dcc-cmn/biz/service/managed_services/bg-point.jpg) no-repeat center center/cover;
}

.service-point h2 {
  color: #fff;
}

.service-point-lead {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.service-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

.service-point-item {
  width: calc((100% - 60px) / 2);
  margin-top: 30px;
  margin-left: 30px;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
}

.service-point-item .small {
  font-size: 80%;
}

.service-point-item .caption {
  font-size: 1.3rem;
}

.service-point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.service-point-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(2em * 1.4);
  margin-top: 12px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #093680;
  font-weight: bold;
  line-height: 1.4;
}

.service-point-text {
  margin-top: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .service-point {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .service-point-lead {
    font-size: 1.9rem;
  }
  .service-point-list {
    margin-left: 0;
  }
  .service-point-item {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }
  .service-point-ttl {
    font-size: 1.8rem;
  }
}

/************************************************
	レイアウト
************************************************/
.wide-content {
  max-width: 1040px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 835px) {
  .mt-0-pc {
    margin-top: 0 !important;
  }
}

.color-red {
  color: #cc023a;
}