@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*------------------------
  Common
------------------------*/
#ict-sect {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F0F5FA;
  letter-spacing: normal;
}
#ict-sect .dm-sans {
  font-family: "DM Sans", sans-serif;
}
#ict-sect * {
  box-sizing: border-box;
}
#ict-sect img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
}
#ict-sect p, #ict-sect ul, #ict-sect dl, #ict-sect table {
  line-height: 1.8;
}
#ict-sect a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#ict-sect a, #ict-sect a:hover, #ict-sect a:visited, #ict-sect a:focus {
  text-decoration: none;
  border: none;
  outline: none;
}
#ict-sect a:visited {
  color: currentColor;
}

.common-section.common-section-solution {
  padding-bottom: 50px !important;
  border-top: none;
}

#section-service #section-service-slider {
  margin-left: auto;
  margin-right: auto;
}

#section-service.common-section.common-section-solution {
  margin-top: 0;
}

.c-blue {
  color: #2C5EB7;
}

.c-orange {
  color: #FD9E0C;
}

.pc-none {
  display: none !important;
}

.for-mobile {
  display: none !important;
}

@media screen and (max-width: 1260px) {
  body {
    min-width: 1260px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .optional-services {
    overflow: hidden;
  }
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .for-mobile {
    display: block !important;
  }
}
/*------------------------
  Layout
------------------------*/
#ict-sect .container {
  margin: 0 auto;
  padding: 0 10px;
}
#ict-sect .rt_recommend {
  margin: 0 auto;
  background-color: #FFF;
}
#ict-sect .rt_recommend .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #ict-sect .container {
    margin: 0 auto;
    padding: 0 5%;
  }
  #ict-sect .rt_recommend .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*------------------------
  Top KV
------------------------*/
#ict-sect .ict-kv {
  background-color: #FFF;
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/bg-kv.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0 70px;
}
#ict-sect .ict-kv .ict-kv-desc {
  width: 50%;
  position: relative;
}
#ict-sect .ict-kv h1 {
  margin-bottom: 45px;
}
#ict-sect .ict-kv p {
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#ict-sect .ict-kv .container {
  position: relative;
}
#ict-sect .ict-kv .ict-kv-image {
  position: absolute;
  top: -20px;
  right: 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-kv {
    padding: 35px 0 0;
  }
  #ict-sect .ict-kv .ict-kv-desc {
    width: 100%;
  }
  #ict-sect .ict-kv h1 {
    margin-bottom: 20px;
  }
  #ict-sect .ict-kv p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #ict-sect .ict-kv .container {
    position: relative;
  }
  #ict-sect .ict-kv .ict-kv-image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: auto;
    width: 80%;
    max-width: 420px;
  }
}
/*------------------------
  Top Scroll Nav
------------------------*/
#ict-sect .cat-scroll-nav {
  background-color: #2C5EB7;
  border-radius: 0 0 0 30px;
  padding: 25px 0 30px;
}
#ict-sect .cat-scroll-nav ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
#ict-sect .cat-scroll-nav ul li {
  width: 33.33%;
  padding: 10px;
}
#ict-sect .cat-scroll-nav a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 18px;
}
#ict-sect .cat-scroll-nav a:hover::after {
  width: 100%;
}
#ict-sect .cat-scroll-nav a::before, #ict-sect .cat-scroll-nav a::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 3px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  border-radius: 1.5px;
}
#ict-sect .cat-scroll-nav a::before {
  width: 100%;
  opacity: 0.3;
}
#ict-sect .cat-scroll-nav a::after {
  width: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#ict-sect .cat-scroll-nav a svg {
  width: 18px;
  height: auto;
  fill: #FFF;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  #ict-sect .cat-scroll-nav {
    margin-top: -10px;
    padding: 15px 0 20px;
  }
  #ict-sect .cat-scroll-nav ul {
    margin: 0;
  }
  #ict-sect .cat-scroll-nav ul li {
    width: 100%;
    padding: 5px 0;
  }
  #ict-sect .cat-scroll-nav a {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 0 15px;
    flex-wrap: nowrap;
  }
  #ict-sect .cat-scroll-nav a::before, #ict-sect .cat-scroll-nav a::after {
    height: 2px;
  }
  #ict-sect .cat-scroll-nav a svg {
    width: 15px;
    margin-right: 10px;
  }
}
/*------------------------
  List of Articles
------------------------*/
#ict-sect .article-wrap {
  margin-top: 60px;
}
#ict-sect .article-wrap .list-title {
  color: #2C5EB7;
  font-weight: 700;
  font-size: 3.2rem;
  background-color: #DFEBF7;
  border-radius: 0 10px 0 0;
  position: relative;
  padding: 25px 10px 30px 30px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ict-sect .article-wrap .list-title span {
  display: block;
}
#ict-sect .article-wrap .list-title small {
  font-size: 18px;
  display: block;
}
#ict-sect .article-wrap .list-title svg {
  width: 63px;
  height: auto;
  fill: #2C5EB7;
  margin-right: 15px;
}
#ict-sect .article-wrap .list-title::before, #ict-sect .article-wrap .list-title::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 4px;
  left: 0;
}
#ict-sect .article-wrap .list-title::before {
  background-color: #FD9E0C;
  top: 0;
  height: 6px;
}
#ict-sect .article-wrap .list-title::after {
  background-color: #2C5EB7;
  bottom: 0;
  height: calc(100% - 8px);
}
#ict-sect .article-wrap .article-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -8px 0;
}
#ict-sect .article-wrap .article-movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 50px 0;
}
#ict-sect .article-wrap .article-movie.top {
  margin-top: 0;
}
#ict-sect .article-wrap .article-movie iframe {
  width: 100%;
  height: 100%;
}
#ict-sect .article-wrap .article-wh-box {
  background-color: #FFF;
  padding: 15px;
  margin: 20px 0;
}
#ict-sect .article-wrap .article-item {
  width: 33.33%;
  padding: 15px 8px 0 8px;
}
#ict-sect .article-wrap .article-item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 15px 10px 15px 15px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(44, 94, 183, 0.1);
}
#ict-sect .article-wrap .article-item a:hover {
  background-color: #2C5EB7;
  opacity: 1;
}
#ict-sect .article-wrap .article-item a:hover h3 {
  color: #FFF;
}
#ict-sect .article-wrap .article-item a:hover img {
  opacity: 1 !important;
}
#ict-sect .article-wrap .article-item a.new {
  position: relative;
}
#ict-sect .article-wrap .article-item a.new::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 33px;
  height: 15px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-new.svg) no-repeat left top/100% auto;
  top: 10px;
  left: -2px;
}
#ict-sect .article-wrap .article-item a figure {
  width: 90px;
  height: 90px;
  margin-right: 13px;
}
#ict-sect .article-wrap .article-item a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ict-sect .article-wrap .article-item a h3 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.65;
  flex: 1;
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#ict-sect .article-wrap .topics-box {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -8px;
}
#ict-sect .article-wrap .topics-box.sp .item-left-box .inner {
  background-image: none;
}
#ict-sect .article-wrap .topics-box.rec {
  margin-bottom: 120px;
}
#ict-sect .article-wrap .topics-box .item-left-box {
  width: 33.33%;
  padding: 15px 8px 0;
}
#ict-sect .article-wrap .topics-box .item-left-box .inner {
  background-color: #DFEBF7;
  background-repeat: no-repeat;
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/bg-topics.svg);
  background-position: right 15px bottom 15px;
  background-size: 90px auto;
  height: 100%;
  border-radius: 0 10px 0 0;
  position: relative;
  min-height: 120px;
}
#ict-sect .article-wrap .topics-box .item-left-box .inner::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 4px;
  height: calc(100% - 8px);
  background-color: #2C5EB7;
}
#ict-sect .article-wrap .topics-box .item-left-box .list-title {
  font-size: 2.8rem;
  padding-bottom: 15px;
  margin: 0;
  background-color: transparent;
}
#ict-sect .article-wrap .topics-box .item-left-box p {
  font-size: 1.6rem;
  color: #2C5EB7;
  padding: 0 30px;
}
#ict-sect .article-wrap .topics-box .item-right-box {
  width: 66.67%;
}
#ict-sect .article-wrap .topics-box .item-right-box .article-item.full {
  width: 100%;
}
#ict-sect .article-wrap .topics-box .article-row {
  margin: 0;
}
#ict-sect .article-wrap .topics-box .article-row .article-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap {
    margin-top: 40px;
  }
  #ict-sect .article-wrap .list-title {
    font-size: 2.2rem;
    padding: 15px 10px 15px 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    min-height: 80px;
  }
  #ict-sect .article-wrap .list-title svg {
    width: 40px;
    margin-right: 10px;
  }
  #ict-sect .article-wrap .article-row {
    margin: -5px 0;
  }
  #ict-sect .article-wrap .article-item {
    width: 100%;
    padding: 5px 0;
  }
  #ict-sect .article-wrap .article-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
  }
  #ict-sect .article-wrap .article-item a.new {
    position: relative;
  }
  #ict-sect .article-wrap .article-item a.new::after {
    top: 5px;
  }
  #ict-sect .article-wrap .article-item a figure {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #ict-sect .article-wrap .article-item a h3 {
    font-size: 1.5rem;
  }
  #ict-sect .article-wrap .topics-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 120px;
  }
  #ict-sect .article-wrap .topics-box .item-left-box {
    width: 100%;
    padding: 0 0 5px;
  }
  #ict-sect .article-wrap .topics-box .item-left-box .inner {
    background-size: auto 75%;
    background-position: right 15px center;
    border-radius: 0 10px 0 0;
    box-shadow: none;
    min-height: 80px;
  }
  #ict-sect .article-wrap .topics-box .item-left-box .list-title {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin: 0;
    min-height: auto;
  }
  #ict-sect .article-wrap .topics-box .item-left-box p {
    font-size: 1.3rem;
    padding: 0 15px 10px;
  }
  #ict-sect .article-wrap .topics-box.sp {
    margin-bottom: 0;
  }
  #ict-sect .article-wrap .topics-box.rec {
    margin-bottom: 60px;
  }
  #ict-sect .article-wrap .topics-box .item-right-box {
    width: 100%;
  }
  #ict-sect .article-wrap .topics-box .article-row {
    margin: 0;
  }
  #ict-sect .article-wrap .topics-box .article-row .article-item {
    width: 100%;
  }
  #ict-sect .article-wrap .topics-box.sp .item-left-box .inner,
  #ict-sect .article-wrap .topics-box.sp .list-title {
    min-height: 80px;
  }
  #ict-sect .article-wrap .topics-box.sp .list-title {
    flex-wrap: wrap;
    padding: 15px 10px 15px 15px;
  }
}
/*------------------------
  Banner
------------------------*/
#ict-sect .banner-cont {
  background-color: #DFEBF7;
  padding: 80px 0 50px;
}
#ict-sect .banner-cont .banner-cont-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#ict-sect .banner-cont .banner-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -8px;
}
#ict-sect .banner-cont .banner-row a {
  display: block;
  text-decoration: none;
}
#ict-sect .banner-cont .banner-row .col-full, #ict-sect .banner-cont .banner-row .col-2 {
  padding: 10px 8px;
}
#ict-sect .banner-cont .banner-row .col-full {
  width: 100%;
}
#ict-sect .banner-cont .banner-row .col-2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #ict-sect .banner-cont {
    background-color: #DFEBF7;
    padding: 40px 5%;
  }
  #ict-sect .banner-cont .banner-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -4px;
  }
  #ict-sect .banner-cont .banner-row .col-full, #ict-sect .banner-cont .banner-row .col-2 {
    padding: 5px 4px;
  }
}
/*------------------------
  Article
------------------------*/
#ict-sect .article-common {
  padding-bottom: 120px;
}
#ict-sect .article-common .article-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#ict-sect .article-common .article-header {
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/bg-kv.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 40px 0 60px;
  background-color: #FFF;
}
#ict-sect .article-common .article-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
#ict-sect .article-common .article-cat li {
  margin-right: 15px;
  color: #FD9E0C;
  font-size: 1.5rem;
  font-weight: 700;
}
#ict-sect .article-common .article-cat li a {
  display: block;
  background-color: #FD9E0C;
  color: #FFF;
  border-radius: 3px;
  padding: 5px 10px;
}
#ict-sect .article-common .article-header-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#ict-sect .article-common .article-header-item {
  width: 75%;
}
#ict-sect .article-common .article-thumb {
  width: 25%;
  padding-left: 50px;
}
#ict-sect .article-common .article-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
}
#ict-sect .article-common .article-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#ict-sect .article-common .article-tag li {
  margin: 0 6px 6px 0;
}
#ict-sect .article-common .article-tag li a {
  display: block;
  font-size: 1.5rem;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 5px 10px;
}
#ict-sect .article-common .article-tag li a:hover {
  background-color: #2C5EB7;
  color: #FFF;
  border-color: #2C5EB7;
}
#ict-sect .article-common .article-tag li a::before {
  content: "#";
  margin-right: 2px;
  display: inline-block;
}
#ict-sect .article-common .article-tag-ye {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#ict-sect .article-common .article-tag-ye li {
  margin: 0 6px 6px 0;
}
#ict-sect .article-common .article-tag-ye li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  font-weight: 700;
  background-color: #fed33e;
  border-radius: 3px;
  padding: 5px 10px;
}
#ict-sect .article-common .article-tag-ye li a:hover {
  background-color: #004386;
  color: #FFF;
}
#ict-sect .article-common .article-toc {
  background-color: #2C5EB7;
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/bg-content.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 0;
  margin: 0 0 50px;
  border-radius: 0 0 0 30px;
}
#ict-sect .article-common .article-toc ol {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
#ict-sect .article-common .article-toc ol::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 38px;
  height: 26px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-book.svg) no-repeat top center/100% auto;
  left: -50px;
  top: -13px;
  opacity: 0.5;
}
#ict-sect .article-common .article-toc ol li {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
#ict-sect .article-common .article-toc ol li:nth-child(1) {
  margin-top: 35px;
}
#ict-sect .article-common .article-toc ol li::before {
  counter-increment: item;
  content: counter(item);
  margin-right: 1em;
  color: #004386;
  font-size: 1.3rem;
  font-family: "DM Sans", sans-serif;
  line-height: 25px;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
  width: 25px;
  height: 25px;
}
#ict-sect .article-common .article-toc ol li a {
  color: #FFF;
  font-size: 1.7rem;
  flex: 1;
}
#ict-sect .article-common .article-toc ol li a:hover {
  text-decoration: underline;
}
#ict-sect .article-common .article-contents {
  line-height: 2.2;
  font-size: 1.6rem;
}
#ict-sect .article-common .article-contents p, #ict-sect .article-common .article-contents ul, #ict-sect .article-common .article-contents ol, #ict-sect .article-common .article-contents table, #ict-sect .article-common .article-contents dl {
  line-height: 2.2;
}
#ict-sect .article-common .article-contents p a, #ict-sect .article-common .article-contents ul a, #ict-sect .article-common .article-contents ol a, #ict-sect .article-common .article-contents table a, #ict-sect .article-common .article-contents dl a {
  color: #2C5EB7;
  text-decoration: underline;
}
#ict-sect .article-common .article-contents p + p {
  margin-top: 30px;
}
#ict-sect .article-common .article-contents .article-lead {
  font-weight: 700;
  font-size: 2rem;
}
#ict-sect .article-common .article-contents h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2C5EB7;
  line-height: 1.6;
  margin: 70px 0 35px;
  position: relative;
}
#ict-sect .article-common .article-contents h2::before, #ict-sect .article-common .article-contents h2::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  left: -26px;
}
#ict-sect .article-common .article-contents h2::before {
  height: 6px;
  background-color: #FD9E0C;
  top: 0;
}
#ict-sect .article-common .article-contents h2::after {
  height: calc(100% - 8px);
  background-color: #2C5EB7;
  bottom: 0;
}
#ict-sect .article-common .article-contents h3 {
  color: #2C5EB7;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 45px 0 30px;
}
#ict-sect .article-common .article-contents h3::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1em;
  height: 6px;
  background-color: #2C5EB7;
  left: 0;
  bottom: 0;
}
#ict-sect .article-common .article-contents h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 50px 0 20px;
}
#ict-sect .article-common .article-contents figure {
  margin: 50px 0;
}
#ict-sect .article-common .article-contents figure figcaption {
  font-size: 1.4rem;
}
#ict-sect .article-common .article-contents figure figcaption a {
  color: #333;
}
#ict-sect .article-common .article-contents figure figcaption a:hover {
  text-decoration: underline;
}
#ict-sect .article-common .article-contents figure figcaption a.blank {
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212.5px%22%20height%3D%2212.5px%22%20viewBox%3D%220%200%2012.5%2012.5%22%20style%3D%22enable-background%3Anew%200%200%2012.5%2012.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C6.1c-0.4%2C0-0.8%2C0.3-0.8%2C0.8v3.7c0%2C0.3-0.2%2C0.5-0.5%2C0.5H2c-0.3%2C0-0.5-0.2-0.5-0.5V3.8%20c0-0.3%2C0.2-0.5%2C0.5-0.5h3.7C6%2C3.3%2C6.4%2C3%2C6.4%2C2.6c0-0.4-0.3-0.8-0.8-0.8H2c-1.1%2C0-2%2C0.9-2%2C2v6.7c0%2C1.1%2C0.9%2C2%2C2%2C2h6.7%20c1.1%2C0%2C2-0.9%2C2-2V6.8C10.6%2C6.4%2C10.3%2C6.1%2C9.9%2C6.1z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.4%2C0.6c0%2C0%2C0-0.1%2C0-0.1c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1%2C0-0.2%2C0-0.2%2C0c0%2C0%2C0%2C0%2C0%2C0%20H8.1C7.6%2C0%2C7.3%2C0.3%2C7.3%2C0.8c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8h1.8L4.5%2C6.9C4.2%2C7.2%2C4.2%2C7.7%2C4.5%2C8c0.3%2C0.3%2C0.8%2C0.3%2C1.1%2C0L11%2C2.6v1.8%20c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8s0.8-0.3%2C0.8-0.8V0.8C12.5%2C0.7%2C12.4%2C0.6%2C12.4%2C0.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
#ict-sect .article-common .article-contents iframe {
  max-width: 100%;
  vertical-align: middle;
}
#ict-sect .article-common .article-contents img.objectfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ict-sect .article-common .article-contents .row-default {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ict-sect .article-common .article-contents .row-default .col2 {
  padding: 15px;
  width: 50%;
}
#ict-sect .article-common .article-contents ul, #ict-sect .article-common .article-contents ol {
  margin: 30px 0;
}
#ict-sect .article-common .article-contents ul li, #ict-sect .article-common .article-contents ol li {
  margin: 0.4em 0;
}
#ict-sect .article-common .article-contents ul li {
  position: relative;
  padding-left: 1em;
}
#ict-sect .article-common .article-contents ul li::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2C5EB7;
  left: 0;
  top: 0.6em;
}
#ict-sect .article-common .article-contents ol li {
  margin-left: 1em;
  list-style: decimal;
}
#ict-sect .article-common .article-contents p.link-btn,
#ict-sect .article-common .article-contents div.link-btn {
  margin-top: 20px;
}
#ict-sect .article-common .article-contents p.link-btn a,
#ict-sect .article-common .article-contents p.link-btn a:visited,
#ict-sect .article-common .article-contents div.link-btn a,
#ict-sect .article-common .article-contents div.link-btn a:visited {
  display: inline-block;
  background-color: #2C5EB7;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226.4px%22%20height%3D%229.6px%22%20viewBox%3D%220%200%206.4%209.6%22%20style%3D%22enable-background%3Anew%200%200%206.4%209.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_355%22%20class%3D%22st0%22%20d%3D%22M1.4%2C1.4l4%2C3.4l-4%2C3.4%22%2F%3E%3C%2Fsvg%3E");
  color: #FFF;
  font-weight: 700;
  padding: 6px 40px 6px 15px;
  border-radius: 3px;
  border: 2px solid #2C5EB7;
  text-decoration: none;
}
#ict-sect .article-common .article-contents p.link-btn a:hover,
#ict-sect .article-common .article-contents div.link-btn a:hover {
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%226.4px%22%20height%3D%229.6px%22%20viewBox%3D%220%200%206.4%209.6%22%20style%3D%22enable-background%3Anew%200%200%206.4%209.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%232C5EB7%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_355%22%20class%3D%22st0%22%20d%3D%22M1.4%2C1.4l4%2C3.4l-4%2C3.4%22%2F%3E%3C%2Fsvg%3E");
  color: #2C5EB7;
  text-decoration: none;
}
#ict-sect .article-common .article-contents .banner-column {
  margin-top: 50px;
}
#ict-sect .article-common .article-contents .banner-column .col2 {
  width: 50%;
}
#ict-sect .article-common .article-contents .banner-column a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(44, 94, 183, 0.1);
}
#ict-sect .article-common .article-contents .banner-column a:hover {
  opacity: 0.8;
}
#ict-sect .article-common .article-contents .banner-column-text {
  padding: 30px 20px;
}
#ict-sect .article-common .article-contents .banner-column-text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
#ict-sect .article-common .article-contents .banner-column-text p small {
  font-size: 14px;
}
#ict-sect .article-common .article-contents .banner-column-text p + p {
  margin-top: 10px;
  line-height: 1.3;
}
#ict-sect .article-common .article-contents .banner-column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec {
  margin: 60px 0;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec h3 {
  background: #DFEBF7 url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec.svg) no-repeat 20px center;
  border-radius: 3px;
  font-size: 2rem;
  padding: 5px 10px 5px 60px;
  margin: 0 0 20px;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec h3::before {
  content: none;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border {
  position: relative;
  display: inline-block;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1px;
  height: 1em;
  background-color: #2C5EB7;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
#ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border.no-border::before {
  content: none;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec .article-item {
  width: 50%;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec .article-item a {
  padding: 10px;
  box-shadow: none;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec .article-item a:hover .rec-title {
  color: #FFF;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec .rec-title {
  font-size: 1.8rem;
  flex: 1;
  font-weight: 500;
  line-height: 1.65;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#ict-sect .article-common .article-contents .article-wrap .article-rec figure {
  margin: 0 13px 0 0;
  width: 105px;
  height: 105px;
}
#ict-sect .article-footer {
  margin-top: 80px;
}
#ict-sect .article-footer .article-cat {
  margin-bottom: 15px;
}
#ict-sect .article-footer .article-cat li {
  background-color: #FFF;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 6px;
  border: 1px solid #FD9E0C;
}
#ict-sect .article-footer .article-cat li:nth-child(1) {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common {
    padding-bottom: 60px;
  }
  #ict-sect .article-common .article-wrap {
    padding: 0 5%;
  }
  #ict-sect .article-common .article-header {
    padding: 20px 0 40px;
    background-size: 150% auto;
    background-repeat: repeat-y;
  }
  #ict-sect .article-common .article-cat {
    margin-bottom: 10px;
  }
  #ict-sect .article-common .article-cat li {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #ict-sect .article-common .article-cat li a {
    padding: 3px 8px;
  }
  #ict-sect .article-common .article-header-row {
    flex-wrap: wrap;
  }
  #ict-sect .article-common .article-header-item {
    width: 100%;
  }
  #ict-sect .article-common .article-thumb {
    width: 100%;
    padding-top: 37.5%;
    margin: 15px 0 0;
    overflow: hidden;
    position: relative;
  }
  #ict-sect .article-common .article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #ict-sect .article-common .article-title {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  #ict-sect .article-common .article-tag li {
    margin: 0 3px 3px 0;
  }
  #ict-sect .article-common .article-tag li a {
    font-size: 1.3rem;
    padding: 3px 8px;
  }
  #ict-sect .article-common .article-tag-ye {
    margin-top: 10px;
  }
  #ict-sect .article-common .article-tag-ye li {
    margin: 0 3px 3px 0;
  }
  #ict-sect .article-common .article-tag-ye li a {
    display: block;
    font-size: 1.3rem;
    padding: 3px 8px;
  }
  #ict-sect .article-common .article-toc {
    padding: 25px 0 30px;
    margin: 0 0 30px;
    border-radius: 0 0 0 30px;
    background-size: 150% auto;
    background-repeat: repeat-y;
  }
  #ict-sect .article-common .article-toc ol {
    border-top: none;
  }
  #ict-sect .article-common .article-toc ol::before {
    width: 20px;
    left: 0;
    top: -30px;
  }
  #ict-sect .article-common .article-toc ol::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    opacity: 0.5;
    top: -23px;
    right: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #FFF;
  }
  #ict-sect .article-common .article-toc ol li {
    margin: 10px 0 0;
  }
  #ict-sect .article-common .article-toc ol li:nth-child(1) {
    margin-top: 25px;
  }
  #ict-sect .article-common .article-toc ol li::before {
    font-size: 1.2rem;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
  #ict-sect .article-common .article-toc ol li a {
    font-size: 1.6rem;
  }
  #ict-sect .article-common .article-contents {
    line-height: 2;
    font-size: 1.6rem;
  }
  #ict-sect .article-common .article-contents p, #ict-sect .article-common .article-contents ul, #ict-sect .article-common .article-contents ol, #ict-sect .article-common .article-contents table, #ict-sect .article-common .article-contents dl {
    line-height: 2;
  }
  #ict-sect .article-common .article-contents p + p {
    margin-top: 24px;
  }
  #ict-sect .article-common .article-contents .article-lead {
    font-size: 1.6rem;
  }
  #ict-sect .article-common .article-contents h2 {
    font-size: 2.4rem;
    margin: 40px 0 20px;
  }
  #ict-sect .article-common .article-contents h2::before, #ict-sect .article-common .article-contents h2::after {
    width: 4px;
    left: -5%;
  }
  #ict-sect .article-common .article-contents h2::before {
    height: 4px;
    background-color: #FD9E0C;
    top: 0;
  }
  #ict-sect .article-common .article-contents h2::after {
    height: calc(100% - 6px);
  }
  #ict-sect .article-common .article-contents h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin: 35px 0 20px;
  }
  #ict-sect .article-common .article-contents h3::before {
    height: 4px;
  }
  #ict-sect .article-common .article-contents h4 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
  #ict-sect .article-common .article-contents .row-default {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;
  }
  #ict-sect .article-common .article-contents .row-default .col2 {
    padding: 5px;
    width: 50%;
  }
  #ict-sect .article-common .article-contents figure {
    margin: 40px 0;
  }
  #ict-sect .article-common .article-contents figure figcaption {
    font-size: 1.3rem;
  }
  #ict-sect .article-common .article-contents .banner-column {
    margin-top: 50px;
  }
  #ict-sect .article-common .article-contents .banner-column .col2 {
    width: 50%;
  }
  #ict-sect .article-common .article-contents .banner-column-text {
    padding: 20px 15px;
  }
  #ict-sect .article-common .article-contents .banner-column-text p {
    font-size: 18px;
  }
  #ict-sect .article-common .article-contents .banner-column-text p small {
    font-size: 13px;
    font-weight: normal;
  }
  #ict-sect .article-common .article-contents .banner-column-text p + p {
    margin-top: 5px;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec {
    margin: 60px 0;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 {
    background-position: left 10px top 12px;
    background-size: 15px auto;
    font-size: 1.6rem;
    padding: 10px;
    margin: 0 0 10px;
    line-height: 1.6;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border {
    display: block;
    font-size: 1.3rem;
    padding-left: 20px;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border::before {
    content: none;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec .article-item {
    width: 100%;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec .article-item a {
    padding: 10px;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec .rec-title {
    font-size: 1.5rem;
  }
  #ict-sect .article-common .article-contents .article-wrap .article-rec figure {
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
  }
  #ict-sect .article-footer {
    margin-top: 50px;
  }
  #ict-sect .article-footer .article-cat {
    margin-bottom: 10px;
  }
  #ict-sect .article-footer .article-cat li {
    padding: 3px 8px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 520px) {
  #ict-sect .article-common .article-contents .row-default {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  #ict-sect .article-common .article-contents .row-default .col2 {
    padding: 8px 0;
    width: 100%;
  }
  #ict-sect .article-common .article-contents .banner-column {
    margin-top: 40px;
  }
  #ict-sect .article-common .article-contents .banner-column .col2 {
    width: 100%;
  }
  #ict-sect .article-common .article-contents .banner-column-text {
    padding: 20px 15px;
  }
  #ict-sect .article-common .article-contents .banner-column-text p {
    font-size: 17px;
  }
  #ict-sect .article-common .article-contents .banner-column-image {
    position: relative;
  }
  #ict-sect .article-common .article-contents .banner-column-image::before {
    content: "";
    display: block;
    padding-bottom: 40%;
  }
  #ict-sect .article-common .article-contents .banner-column-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*------------------------
  Floating Article
------------------------*/
/*------------------------
  Others
------------------------*/
#ict-sect #section-service #section-service-slider::before, #ict-sect #section-service #section-service-slider::after {
  background-color: #F0F5FA;
}
#ict-sect #section-service .list-link a,
#ict-sect #section-service .list-link a:hover,
#ict-sect #section-service .list-link a:visited {
  color: #FFF;
}

/*------------------------
  Footer Banner
------------------------*/
#ict-sect .ict-footer-banner {
  background-color: #F0F5FA;
  padding: 80px 0 30px;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row {
  display: flex;
  margin: 0 -0.791%;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4 {
  width: 25%;
  padding: 0 0.791%;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4 a {
  display: block;
  height: 100%;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4 img {
  width: 100%;
  height: auto;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e367d;
  margin-bottom: 5px;
  text-align: center;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .common-box-txt {
  font-size: 1.3rem;
  color: #0e367d;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .tag-link {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -3px -3px;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .tag-link li {
  padding: 3px;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .tag-link li span {
  padding: 5px 8px;
  background-color: #0e367d;
  border: 1px solid #0e367d;
  color: #FFF;
  font-size: 1.3rem;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .tag-link li span:hover {
  background-color: #FFF;
  color: #0e367d;
}

#bizon-featured + .ict-footer-banner {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-footer-banner {
    padding: 40px 0 10px;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row {
    margin: 0 -5px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4 {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 520px) {
  #ict-sect .ict-footer-banner .ict-footer-banner-row {
    margin: 0 -0.791%;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.solution h3 {
    padding: 0;
    margin-bottom: 5px;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.solution .inner {
    padding: 15px 10px 0;
    background-position: 10px bottom, center center;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.solution ul {
    margin-bottom: 0;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.solution a {
    margin: 2px 0;
  }
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.solution p a {
    margin-top: 0;
  }
}
/*------------------------
  CTA Banner
------------------------*/
#ict-sect .ict-cta-banner {
  padding: 30px 0 70px;
  background-color: #F0F5FA;
}
#ict-sect .ict-cta-banner .ict-cta-banner-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#ict-sect .ict-cta-banner .ict-cta-banner-row a {
  display: block;
  margin: 0 10px;
  border-radius: 6px;
}
#ict-sect .ict-cta-banner .ict-cta-banner-row a:hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  opacity: 1 !important;
}
#ict-sect .ict-cta-banner .ict-cta-banner-row a:hover img.pc-none {
  display: none !important;
}
#ict-sect .ict-cta-banner .ict-cta-banner-row a img {
  width: auto;
  max-width: none;
  height: 90px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-cta-banner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row {
    margin: 0;
    flex-wrap: wrap;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row a {
    padding: 5px;
    margin: 0;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row a img {
    height: 62px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 520px) {
  #ict-sect .ict-cta-banner .ict-cta-banner-row {
    margin: -5px;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row a {
    width: 50%;
    padding: 5px;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row a img {
    width: 100%;
    height: auto;
  }
  #ict-sect .ict-cta-banner .ict-cta-banner-row {
    justify-content: flex-start;
  }
}