@charset "UTF-8";
@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: #fff;
  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 img.b-radius {
  border-radius: 5px;
}

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

.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;
  padding-top: 24px;
}

.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 15px;
  }
  #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: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-kv p {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
#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: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .ict-kv p {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .ict-kv .container {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #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: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 18px;
}

@media screen and (max-width: 768px) {
  #ict-sect .cat-scroll-nav a {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
#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: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 0 15px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .cat-scroll-nav a {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .cat-scroll-nav a::before,
  #ict-sect .cat-scroll-nav a::after {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  #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: 32px;
  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;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .list-title {
    font-size: 32px;
    font-size: 3.4482758621rem;
  }
}
#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 {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 10px 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 {
  padding: 15px 8px 0 8px;
  width: 33.33%;
}

#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: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.65;
  flex: 1;
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a h3 {
    font-size: 17px;
    font-size: 1.8318965517rem;
  }
}
#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: 28px;
  font-size: 2.8rem;
  padding-bottom: 15px;
  margin: 0;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box .list-title {
    font-size: 28px;
    font-size: 3.0172413793rem;
  }
}
#ict-sect .article-wrap .topics-box .item-left-box p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2C5EB7;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box p {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
#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: 22px;
    font-size: 2.2rem;
    padding: 15px 10px 15px 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-wrap .list-title {
    font-size: 22px;
    font-size: 2.3706896552rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .list-title svg {
    width: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-row {
    margin: -5px 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item {
    width: 100%;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a.new {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a.new::after {
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a figure {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-wrap .article-item a h3 {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box {
    width: 100%;
    padding: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #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;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box .list-title {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box .list-title {
    font-size: 22px;
    font-size: 2.3706896552rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box p {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-left-box p {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box.sp {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box.rec {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .item-right-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .article-row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box .article-row .article-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box.sp .item-left-box .inner,
  #ict-sect .article-wrap .topics-box.sp .list-title {
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .topics-box.sp .list-title {
    flex-wrap: wrap;
    padding: 15px 10px 15px 15px;
  }
}
/*------------------------
  Banner
------------------------*/
#ict-sect .banner-cont {
  background-color: #f2f2f2;
  padding: 80px 0 50px;
}

#ict-sect .banner-cont .common-ttl04 {
  margin: 0 auto 30px;
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  #ict-sect .banner-cont .common-ttl04 {
    margin: 0 18px 20px;
    text-align: left;
  }
}
#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 .banner-row .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .banner-cont {
    padding: 30px 5% 0;
  }
  #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 .text-red {
  color: #294979 !important;
}

#ict-sect .article-common a.text-red {
  color: #294979 !important;
}

#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: #294979;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-cat li {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
#ict-sect .article-common .article-cat li a {
  display: block;
  background-color: #294979;
  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: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-title {
    font-size: 36px;
    font-size: 3.8793103448rem;
  }
}
#ict-sect .article-common .article-title small {
  display: block;
}

#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: 15px;
  font-size: 1.5rem;
  background-color: #f2f2f2;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag li a {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
#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: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag-ye li a {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
#ict-sect .article-common .article-tag-ye li a:hover {
  background-color: #004386;
  color: #FFF;
}

#ict-sect .article-common .article-toc {
  background-color: #e9f2fb;
  padding: 50px 0;
  margin: 0 0 50px;
}

#ict-sect .article-common .article-toc h3 {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc h3 {
    font-size: 17px;
    font-size: 1.8318965517rem;
  }
}
#ict-sect .article-common .article-toc h3::before {
  content: "";
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 44px;
  height: 34px;
  background: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-book02.svg") no-repeat top center/100% auto;
  margin-right: 8px;
}

#ict-sect .article-common .article-toc ul {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  position: relative;
  margin-top: 24px;
}

#ict-sect .article-common .article-toc ul li {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

#ict-sect .article-common .article-toc ul li:nth-child(1) {
  margin-top: 0;
}

#ict-sect .article-common .article-toc ul li::before {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-list02.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 1em;
  transform: translateY(6px);
}

#ict-sect .article-common .article-toc ul li a {
  color: #333;
  font-size: 17px;
  font-size: 1.7rem;
  flex: 1;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul li a {
    font-size: 17px;
    font-size: 1.8318965517rem;
  }
}
#ict-sect .article-common .article-toc ul li a:hover {
  text-decoration: none;
}

#ict-sect .article-common .article-contents {
  line-height: 2.2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
#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: #294979;
  text-decoration: underline;
  word-wrap: break-word;
}

#ict-sect .article-common .article-contents p a:hover,
#ict-sect .article-common .article-contents ul a:hover,
#ict-sect .article-common .article-contents ol a:hover,
#ict-sect .article-common .article-contents table a:hover,
#ict-sect .article-common .article-contents dl a:hover {
  text-decoration: none;
}

#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: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 70px 0 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h2 {
    font-size: 32px;
    font-size: 3.4482758621rem;
  }
}
#ict-sect .article-common .article-contents h2::after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #c03 0%, #c03 22%, #ddd 22%, #ddd 100%);
  margin-top: 12px;
}

#ict-sect .article-common .article-contents h3 {
  background-color: #f6f6f6;
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 45px 0 30px;
  padding: 7px 14px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h3 {
    font-size: 28px;
    font-size: 3.0172413793rem;
  }
}
#ict-sect .article-common .article-contents h3::before {
  background-color: transparent;
  border-left: 2px solid #c03;
  content: "";
  display: inline-block;
  height: calc(1em + 10px);
  left: 0;
  position: absolute;
  top: calc(50% - 0.5em - 5px);
  width: 2px;
}

#ict-sect .article-common .article-contents h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 50px 0 20px;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h4 {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
#ict-sect .article-common .article-contents h4::before {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-h4_title.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}

#ict-sect .article-common .article-contents figure {
  margin: 50px 0;
}

#ict-sect .article-common .article-contents figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents figure figcaption {
    font-size: 14px;
    font-size: 1.5086206897rem;
  }
}
#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: #0e367c;
  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: #c03;
  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 #c03;
  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%23c03%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: #c03;
  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 a {
  color: #333;
}
#ict-sect .article-common .article-contents .banner-column a:visited {
  color: #333;
}
#ict-sect .article-common .article-contents .banner-column a:hover, #ict-sect .article-common .article-contents .banner-column a:active {
  color: #294979;
}

#ict-sect .article-common .article-contents .banner-column-text {
  background-color: #f1f1f1;
  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 {
  background-color: #f2f2f2;
  margin: 95px 0 60px;
  padding-bottom: 24px;
}

#ict-sect .article-common .article-contents .article-wrap .article-rec h3 {
  font-size: 2rem;
  padding: 5px 15px;
  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: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #2c5eb7;
  padding: 5px 20px 5px 10px;
  top: -45px;
  left: 15px;
}

#ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border::before {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  margin-right: 6px;
}

#ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border::after {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
}

#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.bottom-line a {
  border-bottom: 1px solid #ddd;
}

#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: 18px;
  font-size: 1.8rem;
  flex: 1;
  font-weight: 500;
  line-height: 1.65;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec .rec-title {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
#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 15px;
  }
  #ict-sect .article-common .article-header {
    padding: 20px 0 0;
    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: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-cat li {
    font-size: 12px;
    font-size: 1.2931034483rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-cat li a {
    padding: 3px 8px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-header-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-header-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-thumb {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    position: relative;
    aspect-ratio: 360/148;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-thumb img {
    position: absolute;
    top: -50%;
    transform: translateY(20%);
  }
  #ict-sect .article-common .article-thumb img.translate40 {
    transform: translateY(40%);
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-title {
    font-size: 22px;
    font-size: 2.3706896552rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag li {
    margin: 0 3px 3px 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-tag li a {
    font-size: 11px;
    font-size: 1.1853448276rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag-ye {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag-ye li {
    margin: 0 3px 3px 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-tag-ye li a {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-tag-ye li a {
    font-size: 11px;
    font-size: 1.1853448276rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc {
    padding: 40px 0 30px;
    margin: -20px 0 30px;
    background-size: 150% auto;
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc h3::before {
    width: 22px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul {
    border-top: none;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul li {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul li::before {
    transform: translateY(4px);
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-toc ul li a {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents {
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
@media screen and (max-width: 768px) {
  #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;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents p + p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-lead {
    font-size: 16px;
    font-size: 1.724137931rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 26px 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents h2 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 35px 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents h3 {
    font-size: 20px;
    font-size: 2.1551724138rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents h4 {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .row-default {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .row-default .col2 {
    padding: 5px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents figure {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents figure figcaption {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column .col2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column-text {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column-text p small {
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .banner-column-text p + p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec {
    margin: 60px -2% 0 -2%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 {
    background-position: left 10px top 12px;
    background-size: 15px auto;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 24px 5% 20px;
    margin: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border {
    font-size: 12px;
    font-size: 1.2rem;
    top: -12px;
    left: 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec h3 .border {
    font-size: 12px;
    font-size: 1.2931034483rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec .article-item {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec .article-item a {
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec .rec-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec .rec-title {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec figure {
    margin: 0 16px 0 0;
    width: 100px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-footer .article-cat {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #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: #f2f2f2;
}

@media screen and (max-width: 768px) {
  #ict-sect #section-service #section-service-slider::before,
  #ict-sect #section-service #section-service-slider::after {
    background-color: #f2f2f2 !important;
  }
}
#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: #f2f2f2;
  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: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e367d;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a h2 {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
#ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .common-box-txt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #0e367d;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .common-box-txt {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
#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: 13px;
  font-size: 1.3rem;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #ict-sect .ict-footer-banner .ict-footer-banner-row .col4.glossary a .tag-link li span {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
#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: 24px 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-cta-banner {
  padding: 30px 0 70px;
}

.ict-cta-banner .ict-cta-banner-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.ict-cta-banner .ict-cta-banner-row a {
  display: block;
  margin: 0 10px;
  border-radius: 6px;
}

.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-cta-banner .ict-cta-banner-row a img {
  width: auto;
  max-width: none;
  height: 120px;
  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-cta-banner {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 40px;
  }
  .ict-cta-banner .ict-cta-banner-row {
    margin: 0;
    flex-wrap: wrap;
  }
  .ict-cta-banner .ict-cta-banner-row a {
    padding: 5px;
    margin: 0;
    text-align: center;
  }
  .ict-cta-banner .ict-cta-banner-row a img {
    height: auto;
    border-radius: 3px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .ict-cta-banner .ict-cta-banner-row {
    margin: -5px;
  }
  .ict-cta-banner .ict-cta-banner-row a {
    width: 100%;
    padding: 5px;
  }
  .ict-cta-banner .ict-cta-banner-row a img {
    width: 100%;
    height: auto;
  }
  .ict-cta-banner .ict-cta-banner-row {
    justify-content: flex-start;
  }
}
/*------------------------
  「サービス案内」CSSを追記 23.06
------------------------*/
#section-service {
  background-color: #f2f2f2;
}

#section-service h2 {
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  text-align: left !important;
  padding: 0;
  color: #333;
  width: 100%;
  max-width: 858px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  #section-service h2 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  #section-service h2 {
    padding: 0 15px;
  }
}
#section-service h2 .balloon {
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #2c5eb7;
  padding: 5px 20px 5px 10px;
  top: -40px;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #section-service h2 .balloon {
    font-size: 12px;
    font-size: 1.2931034483rem;
  }
}
@media screen and (max-width: 768px) {
  #section-service h2 .balloon {
    left: 5%;
  }
}
#section-service h2 .balloon::before {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-service01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  margin-right: 6px;
}

#section-service h2 .balloon::after {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
}

#section-service #section-service-slider::before,
#section-service #section-service-slider::after {
  background-color: transparent !important;
  width: 15px;
}

#section-service #section-service-slider li {
  background: #fff;
  border: none;
  padding: 24px;
}

#section-service #section-service-slider li .list-pop {
  border: none;
  margin: 0 0 20px;
}

#section-service #section-service-slider li .list-pop::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 28px 0 28px;
  border-color: #666666 transparent transparent transparent;
  left: calc(50% - 28px);
  margin-left: 0;
}

#section-service #section-service-slider li .list-pop::after {
  content: none;
}

#section-service #section-service-slider li .list-pop p {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  #section-service #section-service-slider li .list-pop p {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
#section-service #section-service-slider li .list-pop .list-ttl {
  background-color: rgba(204, 0, 51, 0.1);
  color: #333;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  min-height: auto;
  text-align: left;
  padding: 5px 5px 5px 0;
}

@media screen and (max-width: 768px) {
  #section-service #section-service-slider li .list-pop .list-ttl {
    font-size: 17px;
    font-size: 1.8318965517rem;
  }
}
#section-service #section-service-slider li .list-pop .list-ttl::before {
  background-color: #c03;
  content: "";
  display: block;
  height: calc(1em + 20px);
  width: 3px;
  margin-right: 10px;
}

#section-service #section-service-slider li .list-inner {
  padding: 0;
}

#section-service #section-service-slider li .list-inner h4 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  #section-service #section-service-slider li .list-inner h4 {
    font-size: 15px;
    font-size: 1.6163793104rem;
  }
}
#section-service #section-service-slider li .list-link a {
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #section-service #section-service-slider li .list-link a {
    font-size: 14px;
    font-size: 1.5086206897rem;
  }
}
#section-service #section-service-slider li .list-link a:nth-of-type(1) {
  background: #c03;
}

#section-service #section-service-slider li .list-link a:nth-of-type(2) {
  background: #fed33e;
  color: #100a32;
}

#section-service #section-service-slider li .list-link .list-btn02::after {
  background-image: url("/content/dam/nttcom/hq/jp/bizon/images/common/arrow04.png");
}

@media screen and (max-width: 768px) {
  #section-service #section-service-slider li .list-link {
    max-width: none;
  }
}
#section-service #section-service-slider_nav {
  width: 100%;
  max-width: 858px;
  margin: 26px auto 0;
  text-align: center;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-arrow {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 0;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-dots {
  padding: 0;
  height: 16px;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-dots > li:only-child {
  display: none;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-dots button {
  padding: 0;
  border: 2px solid silver;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  -webkit-appearance: none;
}

#section-service #section-service-slider_nav #section-service-slider_nav-inner .slick-dots .slick-active button {
  background-color: black;
}

#section-service #section-service-slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin-top: -15px;
  z-index: 140;
}

#section-service #section-service-slider_nav .slick-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #4d5c8e;
  border-bottom: 2px solid #4d5c8e;
  transform: rotate(45deg);
  transition: 0.3s;
}

#section-service #section-service-slider_nav .slick-arrow:hover::after {
  border-color: #cfd7e5;
}

#section-service #section-service-slider_nav .slick-prev {
  left: -5px;
}

#section-service #section-service-slider_nav .slick-next {
  right: -5px;
}

#section-service #section-service-slider_nav .slick-next::after {
  transform: rotate(-45deg) scale(-1, 1);
}

.rt_recommend #rt_network_ict_auto_item h2 {
  color: #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .rt_recommend #rt_network_ict_auto_item h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .rt_recommend #rt_network_ict_auto_item h2 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_] {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_]:first-of-type {
    border-top: 1px solid #ddd;
    padding-top: 16px;
  }
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_] a {
    display: flex;
    align-items: center;
  }
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_] a .img {
    max-width: 105px;
    aspect-ratio: 429/197;
    padding: 0;
    height: 100%;
    width: 105px;
  }
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_] a .inner {
    color: #333 !important;
    font-size: 13px !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .rt_recommend #rt_network_ict_auto_item #related-archive [id^=rt_network_ictauto_item_] a .inner {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}

/*------------------------
  「合わせて読みたい」CSSを追記 23.12
------------------------*/

.article-rec {
  background-color: #f2f2f2;
  margin: 95px 0 60px;
  padding-bottom: 24px;
}
.article-rec h3 {
  font-size: 2rem;
  padding: 5px 15px;
  margin: 0 0 20px;
}
.article-rec h3 .border {
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #2c5eb7;
  padding: 5px 20px 5px 10px;
  top: -45px;
  left: 15px;
}
.article-rec h3 .border::before {
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  margin-right: 6px;
}
.article-rec h3 .border::after {
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/network/new_ict/icon-rec-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.article-row {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 10px 0;
}
.article-rec .article-item {
  width: 50%;
}
.article-rec .article-item.bottom-line a {
  border-bottom: 1px solid #ddd;
}
.article-rec .rec-title {
  font-size: 18px;
  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-common-padding {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
.article-rec {
    margin: 60px -2% 0 -2%;
}
}
@media screen and (max-width: 768px) {
  .article-rec h3 {
      font-size: 19px;
      font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
.article-rec h3 .border {
    font-size: 1.2931034483rem;
}
}
@media screen and (max-width: 768px) {
.article-row {
    margin: -5px 0;
    padding: 0 15px;
}
  }
  @media screen and (max-width: 768px) {
.article-rec .article-item {
      padding: 0;
      width: 100%;
  }
}
@media screen and (max-width: 768px) {
.article-rec .article-item a {
    padding: 16px 0;
}
  }



/* -------------------------------------------------- */
/* 2023.06.01 新テンプレート適用に伴う「おすすめ記事」の調整
/* -------------------------------------------------- */
#bizon-featured {
  background-color: transparent;
}

#bizon-featured h2 {
  color: #333;
}

@media screen and (max-width: 768px) {
  #bizon-featured h2 {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 18px 20px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #bizon-featured h2 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  #bizon-featured .common-list01.common-list01-banner > li {
    width: 100%;
  }
}
#sidebar-fixed.sidebar-n-design .box {
  max-width: 1260px;
  padding: 40px 10px 80px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box {
    max-width: 100%;
    padding: 0 5%;
  }
}
#sidebar-fixed.sidebar-n-design .box h3 {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box h3 {
    font-size: 32px;
    font-size: 3.4482758621rem;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box h3 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (min-width: 769px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend {
    display: flex !important;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend {
    display: block;
  }
}
#sidebar-fixed.sidebar-n-design .box .list-recommend li {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  margin: 0 0.8% 3.4% 0.8%;
  overflow: hidden;
  position: relative;
  width: 31.72%;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li {
    box-shadow: none;
    margin-bottom: 22px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
#sidebar-fixed.sidebar-n-design .box .list-recommend li a .category {
  background-color: #c03;
  color: #fff;
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 0.5em 0;
  padding: 0.25em 0.5em;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li a .category {
    font-size: 14px;
    font-size: 1.5086206897rem;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li a .category {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li a .category {
    font-size: 10px;
    font-size: 1.0775862069rem;
  }
}
#sidebar-fixed.sidebar-n-design .box .list-recommend li .img {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li .img {
    margin-bottom: 14px;
  }
}
#sidebar-fixed.sidebar-n-design .box .list-recommend li .img span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/content/dam/nttcom/hq/jp/bizon/images/common/noimage.png") no-repeat center center;
  background-size: cover;
  transition: 0.3s;
}

#sidebar-fixed.sidebar-n-design .box .list-recommend li .txt {
  flex: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #333;
  line-height: 1.4;
  padding: 22px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li .txt {
    font-size: 18px;
    font-size: 1.9396551724rem;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li .txt {
    font-size: 1.6rem;
    font-weight: normal;
    margin-right: auto;
    padding: 0 10px 22px 0;
  }
}
@media screen and (max-width: 480px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li .txt {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 12px 26px 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box .list-recommend li .txt {
    font-size: 13px;
    font-size: 1.400862069rem;
  }
}
/* ==============================
   ホワイトペーパー表記統一のため追記 23.06.15
============================== */
.d-flex.d-flex-sp-column.d-flex-align-center a {
  justify-content: flex-start !important;
  max-width: min-content;
}

/* ==============================
   旧記述の継承 23.06.15
============================== */
#ict-sect .article-common .article-wrap {
  /* box */
  /* btn */
  /* margin/padding */
  /* ======================================================================================================================= */
  /* for sp */
  /* ======================================================================================================================= */
}

#ict-sect .article-common .article-wrap .common-box {
  background: #fff;
  border: 1px solid #cfd7e5;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}

#ict-sect .article-common .article-wrap .common-box .common-box-img {
  width: 40%;
  height: 0;
  padding-bottom: 20%;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

#ict-sect .article-common .article-wrap .common-box .common-box-img span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/noimage.png) no-repeat center center #eee;
  background-size: cover;
  transition: 0.3s;
}

#ict-sect .article-common .article-wrap .common-box .common-box-txt {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

#ict-sect .article-common .article-wrap .common-box .common-box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e367d;
  word-break: break-all;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}

#ict-sect .article-common .article-wrap .common-box .inner {
  overflow: hidden;
}

#ict-sect .article-common .article-wrap .common-box .wrap-link {
  display: block;
  overflow: hidden;
}

#ict-sect .article-common .article-wrap .common-box .wrap-link:hover .common-box-img span {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

#ict-sect .article-common .article-wrap .common-box .common-box-detail {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 20px;
  font-weight: 500;
  padding-right: 5px;
}

#ict-sect .article-common .article-wrap .common-box .common-box-detail::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  transform: rotate(-90deg);
  transition: 0.3s;
}

#ict-sect .article-common .article-wrap .common-box a:hover .common-box-detail,
#ict-sect .article-common .article-wrap .common-box .common-box-detail a:hover {
  text-decoration: underline;
}

#ict-sect .article-common .article-wrap .common-box .wrap-link:hover .common-box-detail::after {
  margin-left: 15px;
  margin-right: -5px;
}

#ict-sect .article-common .article-wrap .common-box .tag-link > li {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 3px;
}

#ict-sect .article-common .article-wrap .common-box .tag-link > li:hover {
  border-color: #0e367d;
}

#ict-sect .article-common .article-wrap .d-flex {
  display: flex !important;
  flex-wrap: nowrap;
}

#ict-sect .article-common .article-wrap .d-flex > * {
  flex: 1;
}

#ict-sect .article-common .article-wrap .d-flex > img {
  max-width: 180px;
}

#ict-sect .article-common .article-wrap .d-flex-none {
  flex: none;
}

#ict-sect .article-common .article-wrap .d-flex-align-center {
  align-items: center !important;
}

#ict-sect .article-common .article-wrap .d-flex-2 {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

#ict-sect .article-common .article-wrap .d-flex-2 > * {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
}

#ict-sect .article-common .article-wrap .d-flex-2 > *:nth-child(even) {
  margin-right: 0;
}

#ict-sect .article-common .article-wrap .common-btn01 {
  display: inline-block;
  background: #0e367d;
  color: #fff !important;
  padding: 15px 20px;
  min-width: 220px;
  text-align: center;
  font-size: 1.6rem;
  transition: 0.3s;
  font-weight: normal;
  border: 0;
  text-decoration: none !important;
}

#ict-sect .article-common .article-wrap .common-btn01::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow02.png) no-repeat center center;
  background-size: auto 100%;
  vertical-align: -1px;
  margin-left: 12px;
  transition: 0.3s;
}

#ict-sect .article-common .article-wrap .common-btn01:hover::after {
  margin-left: 17px;
  margin-right: -5px;
}

#ict-sect .article-common .article-wrap .common-btn01:hover {
  background: #2558b3;
}

#ict-sect .article-common .article-wrap .common-btn01.sm {
  font-size: 1.2rem;
  padding: 10px 20px;
  min-width: 160px;
}

#ict-sect .article-common .article-wrap .common-btn01.sm::after {
  width: 6px;
  height: 9px;
  vertical-align: 0;
}

#ict-sect .article-common .article-wrap .common-btn02 {
  display: inline-block;
  background: #ffa300;
  color: #100a32 !important;
  padding: 20px 30px;
  min-width: 220px;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  border: 0;
  text-decoration: none !important;
}

#ict-sect .article-common .article-wrap .common-btn02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow04.png) no-repeat center center;
  background-size: auto 100%;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transition: 0.3s;
}

#ict-sect .article-common .article-wrap .common-btn02:hover::after {
  margin-right: -5px;
}

#ict-sect .article-common .article-wrap .common-btn02:hover {
  background: #0e367d;
  color: #fff !important;
}

#ict-sect .article-common .article-wrap .common-btn02:hover::after {
  background-image: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow02.png);
}

#ict-sect .article-common .article-wrap .common-btn02.wide {
  display: block;
  width: 100%;
  padding: 30px;
}

#ict-sect .article-common .article-wrap .mt-0 {
  margin-top: 0 !important;
}

#ict-sect .article-common .article-wrap .mt-10 {
  margin-top: 10px !important;
}

#ict-sect .article-common .article-wrap .mt-20 {
  margin-top: 20px !important;
}

#ict-sect .article-common .article-wrap .mt-30 {
  margin-top: 30px !important;
}

#ict-sect .article-common .article-wrap .mt-40 {
  margin-top: 40px !important;
}

#ict-sect .article-common .article-wrap .mt-50 {
  margin-top: 50px !important;
}

#ict-sect .article-common .article-wrap .mt-60 {
  margin-top: 60px !important;
}

#ict-sect .article-common .article-wrap .mb-0 {
  margin-bottom: 0 !important;
}

#ict-sect .article-common .article-wrap .mb-10 {
  margin-bottom: 10px !important;
}

#ict-sect .article-common .article-wrap .mb-20 {
  margin-bottom: 20px !important;
}

#ict-sect .article-common .article-wrap .mb-30 {
  margin-bottom: 30px !important;
}

#ict-sect .article-common .article-wrap .mb-40 {
  margin-bottom: 40px !important;
}

#ict-sect .article-common .article-wrap .mb-50 {
  margin-bottom: 50px !important;
}

#ict-sect .article-common .article-wrap .mb-60 {
  margin-bottom: 60px !important;
}

#ict-sect .article-common .article-wrap .ml-0 {
  margin-left: 0 !important;
}

#ict-sect .article-common .article-wrap .ml-10 {
  margin-left: 10px !important;
}

#ict-sect .article-common .article-wrap .ml-20 {
  margin-left: 20px !important;
}

#ict-sect .article-common .article-wrap .ml-30 {
  margin-left: 30px !important;
}

#ict-sect .article-common .article-wrap .ml-40 {
  margin-left: 40px !important;
}

#ict-sect .article-common .article-wrap .ml-50 {
  margin-left: 50px !important;
}

#ict-sect .article-common .article-wrap .ml-60 {
  margin-left: 60px !important;
}

#ict-sect .article-common .article-wrap .mr-0 {
  margin-right: 0 !important;
}

#ict-sect .article-common .article-wrap .mr-10 {
  margin-right: 10px !important;
}

#ict-sect .article-common .article-wrap .mr-20 {
  margin-right: 20px !important;
}

#ict-sect .article-common .article-wrap .mr-30 {
  margin-right: 30px !important;
}

#ict-sect .article-common .article-wrap .mr-40 {
  margin-right: 40px !important;
}

#ict-sect .article-common .article-wrap .mr-50 {
  margin-right: 50px !important;
}

#ict-sect .article-common .article-wrap .mr-60 {
  margin-right: 60px !important;
}

#ict-sect .article-common .article-wrap .m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

#ict-sect .article-common .article-wrap .pd-0 {
  padding: 0 !important;
}

#ict-sect .article-common .article-wrap .pd-10 {
  padding: 10px !important;
}

#ict-sect .article-common .article-wrap .pd-20 {
  padding: 20px !important;
}

#ict-sect .article-common .article-wrap .pd-30 {
  padding: 30px !important;
}

#ict-sect .article-common .article-wrap .pd-40 {
  padding: 40px !important;
}

#ict-sect .article-common .article-wrap .pt-0 {
  padding-top: 0 !important;
}

#ict-sect .article-common .article-wrap .pt-10 {
  padding-top: 10px !important;
}

#ict-sect .article-common .article-wrap .pt-20 {
  padding-top: 20px !important;
}

#ict-sect .article-common .article-wrap .pt-30 {
  padding-top: 30px !important;
}

#ict-sect .article-common .article-wrap .pt-40 {
  padding-top: 40px !important;
}

#ict-sect .article-common .article-wrap .pb-0 {
  padding-bottom: 0 !important;
}

#ict-sect .article-common .article-wrap .pb-10 {
  padding-bottom: 10px !important;
}

#ict-sect .article-common .article-wrap .pb-20 {
  padding-bottom: 20px !important;
}

#ict-sect .article-common .article-wrap .pb-30 {
  padding-bottom: 30px !important;
}

#ict-sect .article-common .article-wrap .pb-40 {
  padding-bottom: 40px !important;
}

#ict-sect .article-common .article-wrap .pl-0 {
  padding-left: 0 !important;
}

#ict-sect .article-common .article-wrap .pl-10 {
  padding-left: 10px !important;
}

#ict-sect .article-common .article-wrap .pl-20 {
  padding-left: 20px !important;
}

#ict-sect .article-common .article-wrap .pl-30 {
  padding-left: 30px !important;
}

#ict-sect .article-common .article-wrap .pl-40 {
  padding-left: 40px !important;
}

#ict-sect .article-common .article-wrap .pr-0 {
  padding-right: 0 !important;
}

#ict-sect .article-common .article-wrap .pr-10 {
  padding-right: 10px !important;
}

#ict-sect .article-common .article-wrap .pr-20 {
  padding-right: 20px !important;
}

#ict-sect .article-common .article-wrap .pr-30 {
  padding-right: 30px !important;
}

#ict-sect .article-common .article-wrap .pr-40 {
  padding-right: 40px !important;
}

#ict-sect .article-common .article-wrap .text-center {
  text-align: center !important;
}

#ict-sect .article-common .article-wrap .text-right {
  text-align: right !important;
}

#ict-sect .article-common .article-wrap .text-left {
  text-align: left !important;
}

#ict-sect .article-common .article-wrap .noborder {
  border: 0 !important;
}

#ict-sect .article-common .article-wrap .border-all {
  border: 1px solid #cfd7e5;
}

#ict-sect .article-common .article-wrap .border-top {
  border-top: 1px solid #cfd7e5;
}

#ict-sect .article-common .article-wrap .border-bottom {
  border-bottom: 1px solid #cfd7e5;
}

#ict-sect .article-common .article-wrap .border-left {
  border-left: 1px solid #cfd7e5;
}

#ict-sect .article-common .article-wrap .border-right {
  border-right: 1px solid #cfd7e5;
}

#ict-sect .article-common .article-wrap .noborder-top {
  border-top: 0 !important;
}

#ict-sect .article-common .article-wrap .noborder-bottom {
  border-bottom: 0 !important;
}

#ict-sect .article-common .article-wrap .noborder-left {
  border-left: 0 !important;
}

#ict-sect .article-common .article-wrap .noborder-right {
  border-right: 0 !important;
}

#ict-sect .article-common .article-wrap .nowrap {
  white-space: nowrap !important;
}

#ict-sect .article-common .article-wrap .fs-16 {
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-wrap {
    /* box */
    /* btn */
  }
  #ict-sect .article-common .article-wrap html {
    font-size: 58%;
  }
  #ict-sect .article-common .article-wrap body {
    min-width: 320px;
  }
  #ict-sect .article-common .article-wrap #wrapper-bizon {
    padding-top: 186px;
  }
  #ict-sect .article-common .article-wrap #inner-bizon > .container {
    display: block;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #ict-sect .article-common .article-wrap .common-box {
    padding: 5%;
  }
  #ict-sect .article-common .article-wrap .common-box .common-box-img {
    width: 100%;
    float: none;
    padding-bottom: 40%;
    margin-bottom: 20px;
  }
  #ict-sect .article-common .article-wrap .common-box .common-box-ttl {
    font-size: 1.6rem;
    margin-top: -5px;
  }
  #ict-sect .article-common .article-wrap .d-flex-sp-column {
    flex-direction: column;
  }
  #ict-sect .article-common .article-wrap .d-flex-sp-column > * {
    width: 100% !important;
  }
  #ict-sect .article-common .article-wrap .d-flex-2 > * {
    width: 100%;
    margin-right: 0;
  }
  #ict-sect .article-common .article-wrap .fl-left {
    float: none !important;
    margin-right: auto !important;
  }
  #ict-sect .article-common .article-wrap .fl-right {
    float: none !important;
    margin-left: auto !important;
  }
  #ict-sect .article-common .article-wrap .common-btn02 {
    padding: 20px 30px;
  }
  #ict-sect .article-common .article-wrap .common-btn02::after {
    right: 15px;
  }
  #ict-sect .article-common .article-wrap .common-btn02.wide {
    padding: 20px 30px;
  }
}
/* ==============================
   ワークスタイル改革に備える表記のため追記 23.06.20
============================== */
#ict-sect .article-wrap p > span.small {
  font-size: 80%;
}

#ict-sect .article-wrap .recommend-service {
  background: #eef5f9;
  margin: 20px auto 60px;
  padding: 10px;
}

#ict-sect .article-wrap .recommend-service h2 {
  margin: 0 0 15px;
  display: inline-block;
  background: #004386;
  font-weight: normal;
  padding: 7px 10px 10px;
  color: #fff;
  font-size: 1.6rem;
}

#ict-sect .article-wrap .recommend-service h2::after {
  content: none;
}

#ict-sect .article-wrap .recommend-service .inner .inner-left {
  width: 100%;
}

#ict-sect .article-wrap .recommend-service .inner p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #ict-sect .article-wrap .recommend-service .inner p {
    font-size: 14px;
    font-size: 1.5086206897rem;
  }
}
#ict-sect .article-wrap .recommend-service .inner .detail {
  text-align: right;
  margin: 20px 0 0;
}

#ict-sect .article-wrap .recommend-service .inner .detail a {
  color: #004386;
}

#ict-sect .article-wrap .recommend-service .inner .detail a:visited,
#ict-sect .article-wrap .recommend-service .inner .detail a:hover,
#ict-sect .article-wrap .recommend-service .inner .detail a:active {
  text-decoration: none;
}

/* ==============================
   参考リンクのリストdiscの色変更 23.06.20
============================== */
#ict-sect .article-common .article-contents .reference_links ul li::before {
  background-color: #0e367d;
}

@media screen and (max-width: 480px) {
  #ict-sect .article-common .article-contents .article-wrap .article-rec {
    margin: 60px -3.5% 0 -3.5%;
  }
}
/* ==============================
   w-50画像の768px以下の時の大きさ変更 23.07.10
============================== */
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .d-inlineblock.w-30 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-40 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-50 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-60 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-70 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-80 {
    width: 100% !important;
  }
  #ict-sect .article-common .article-contents .d-inlineblock.w-90 {
    width: 100% !important;
  }
}
/* ==============================
   768px以下の時 margin設定 23.07.10
============================== */
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-contents .sp-mgt10 {
    margin-top: 10px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt20 {
    margin-top: 20px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt30 {
    margin-top: 30px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt40 {
    margin-top: 40px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt50 {
    margin-top: 50px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt60 {
    margin-top: 60px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt70 {
    margin-top: 70px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt80 {
    margin-top: 80px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt90 {
    margin-top: 90px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgt100 {
    margin-top: 100px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb10 {
    margin-bottom: 10px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb20 {
    margin-bottom: 20px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb30 {
    margin-bottom: 30px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb40 {
    margin-bottom: 40px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb50 {
    margin-bottom: 50px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb60 {
    margin-bottom: 60px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb70 {
    margin-bottom: 70px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb80 {
    margin-bottom: 80px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb90 {
    margin-bottom: 90px !important;
  }
  #ict-sect .article-common .article-contents .sp-mgb100 {
    margin-bottom: 100px !important;
  }
}
/* ==============================
  article float設定 23.11.20
============================== */
@media screen and (min-width: 769px) {
  #ict-sect .article-common .article-wrap > .clearfix .f-left {
    float: left;
  }
  #ict-sect .article-common .article-wrap > .clearfix .f-left-w280 {
    width: calc(100% - 280px);
  }
  #ict-sect .article-common .article-wrap > .clearfix .f-left + .figure {
    float: right;
    margin-left: 15px;
    width: 265px;
  }
  #ict-sect .article-common .article-wrap > .clearfix .f-left + .figure figure {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #ict-sect .article-common .article-wrap > .clearfix .f-left-w280 + .figure {
    display: block;
    margin: 30px auto;
    max-width: 280px;
  }
}
#ict-sect .article-common .article-contents figure.max-w-400px {
  max-width: 400px;
}
#ict-sect .article-common .article-contents figure.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#ict-sect .article-common .article-contents figure.person {
  margin-top: 0;
}
#ict-sect .article-common .article-contents figure.person img {
  margin-top: 20px !important;
  width: 200px;
}
#ict-sect .article-common .article-contents figure.person figcaption {
  margin-top: 1rem;
  text-align: center;
}