@charset "UTF-8";
/* -------------------------------------
    spアコーディオン
-----------------------------------------*/
.onliy-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .onliy-sp {
    display: block;
  }
}

.onliy-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .onliy-pc {
    display: none;
  }
}

.common-section.service-accordion {
  margin-top: 0;
  padding-top: 24px;
  background-color: #f2f2f2;
}

.service-accordion 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) {
  .service-accordion h2 {
    font-size: 19px;
    font-size: 2.0474137931rem;
  }
}
@media screen and (max-width: 768px) {
  .service-accordion h2 {
    padding: 0 15px;
  }
}
.service-accordion h2 .balloon {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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) {
  .service-accordion h2 .balloon {
    font-size: 12px;
    font-size: 1.2931034483rem;
  }
}
@media screen and (max-width: 768px) {
  .service-accordion h2 .balloon {
    left: 5%;
  }
}
.service-accordion 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;
}

.service-accordion 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;
}

@media screen and (max-width: 768px) {
  .section-service-inner {
    padding: 0 20px;
  }
}

.recommend-banner a {
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.recommend-banner a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.section-service-text {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 0 20px;
}

.service-listwrap {
  background-color: #fff;
  padding: 20px 20px 35px 20px;
  margin-top: 20px;
}

.service-listtext {
  font-size: 1.5rem;
}

.service-list {
  margin-top: 20px;
}

.service-item:not(:first-child) {
  margin-top: 10px;
}

.service-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(204, 0, 51, 0.1);
  position: relative;
  min-height: auto;
  padding: 7px 30px 7px 0;
}
.service-item-ttl::before {
  background-color: #c03;
  content: "";
  display: block;
  height: calc(1em + 20px);
  width: 3px;
  margin-right: 10px;
}

.accordion-btn {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #333;
  font-size: 1.7rem;
  text-align: left;
}
.accordion-btn::before, .accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 13px;
  height: 1.5px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-btn:focus-visible {
  outline: 2px solid #333;
}
.accordion-btn.is-open::before, .accordion-btn.is-open::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion-btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.service-item-body {
  display: none;
  padding-top: 15px;
  padding-bottom: 20px;
}

.service-item-img {
  text-align: center;
}

.service-item-text {
  font-size: 1.5rem;
  margin-top: 15px;
}

.service-list .list-inner {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
}
.service-list .list-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 28px 0 28px;
  border-color: #666666 transparent transparent transparent;
}
.service-list .list-ttl02 {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.service-list .list-link a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  position: relative;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  background: #c03;
  color: #fff;
  max-width: 300px;
  margin: auto;
}
.service-list .list-link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow02.png) no-repeat center center;
  background-size: auto 100%;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#ict-sect .rt_recommend .container {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #ict-sect .rt_recommend .container {
    padding-bottom: 20px;
  }
}

#sidebar-fixed.sidebar-n-design .box {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sidebar-fixed.sidebar-n-design .box {
    padding-bottom: 0;
  }
}

.ict-cta-banner.ict-cta-banner-top {
  padding-bottom: 0;
}

#sidebar-fixed.sidebar-n-design .box {
  padding-top: 0 !important;
}

.float-btn {
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none !important;
  text-decoration: none;
  z-index: 100;
}
.float-btn:hover {
  color: #fff;
}
.float-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #fff !important;
  background-color: #CC0033;
  border-radius: 50%;
}
.float-btn__icon {
  width: 20px;
  height: 20px;
}
.float-btn__text {
  font-size: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .float-btn {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */