@charset "UTF-8";
/* ------------------------------------------- */
/* sec
/* ------------------------------------------- */
/* ------------------------------------------- */
/* sec
/* ------------------------------------------- */
/*知っておきたいセキュリティ対策*/
.common-ttl-h3 {
  text-align: left;
  font-weight: bold;
  font-size: 2.6rem;
}

.common-box .common-box-detail-left {
  text-align: left;
}

.common-box .common-box-img span {
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/noimage.png) no-repeat center top #eee;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .common-ttl-h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.common-ttl06 + .common-ttl-h3.mt-40 {
  margin-top: 0 !important;
}

/*シャドーITとは*/
.section-what .detail {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  margin-right: 5px;
  margin-bottom: 20px;
}

.section-what .detail::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/bizon/images/common/arrow.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.section-what a:hover .detail,
.section_what .detail a:hover {
  text-decoration: underline;
}

.section-what a:hover .detail::after,
.section_what .detail:hover::after {
  margin-left: 15px;
  margin-right: -5px;
}

.section-what a:hover {
  text-decoration: underline;
}

.section-what .detail {
  display: inline-block;
}

.section-what .detail a {
  vertical-align: middle;
}

/*タイトル補足*/
.sec-ttl04 {
  color: #333;
}

.sec-ttl04 .sub-sec-ttl {
  background-color: #cfd7e5;
  display: table;
  font-size: 2.08rem;
  margin-bottom: 0.75em;
  padding: 0.25em 0.75em;
}

.sec-ttl04 .sub-sec-ttl::after {
  content: " ";
  display: block;
  clear: both;
}

.common-box > .wrap-link:last-of-type p {
  padding-bottom: 20px;
  border-bottom: solid 1px #c8d0df;
}

.common-box > .wrap-link .common-box-detail-left {
  border-top: 1px solid #c8d0df;
  padding: 20px 5px 0 0;
}

.common-section.no-border-t {
  border-top: none !important;
}