#cv .inner p {
  position: relative;
  text-align: center;
  font-weight: bold;
}
#cv dl dt p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.06em;
}
#cv dl dd p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 15px;
}
#cv .inner p img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -51px;
  width: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #cv .inner p img {
      display: none;
  }
}
#cv dl dt p img,
#cv dl dd p img {
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
@media screen and (max-width: 767px) {
  #cv dl dt p {
    font-size: 3.5vw;
    font-weight: 700;
    margin: 0 5px 10px;
  }
}
/* サブスクプラン 機種情報(/device) タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  #cv dl dt p {
    font-size: 1.8rem;
    margin: 0 0 18px;
  }
  #cv dl dd p {
    font-size: 1.8rem;
    margin: 0 0 18px;
  }
  #top #cv .inner p img {
    top: -51px;
    width: 60px;
  }
  div.content-box-title.zeus-device-title p {
    font-size: 3rem;
  }
  section.other-first.device {
    padding: 30px 30px 60px;
  }
  section.other-second.device, 
  section.other-third.device {
    padding: 20px 30px 60px;
  }
  .other-second.device div.white-content-box-inner-flex-right {
    width: 255px;
  }
  .other-second.device div.white-content-box-inner-flex-right img {
    max-width: 100%;
  }
  div.lp-device-section-1 .device-thumb.device-thumb-mr1 img,
  div.lp-device-section-1 .device-thumb.device-thumb-u20p img {
    max-width: 280px;
  }
  #device-section-2 div.white-content-box-inner-flex-right {
    height: auto;
  }
  #device-section-2 .img-small-sp {
    width: 70%;
    margin: 20px auto 0;
    transform: none;
  }
  div.device-feature-icons {
    justify-content: center;
  }
  div.device-feature-icon {
    width: 270px;
  }
  #spec .image-slider-wrapper.device-slider table.device-spec-table {
    border-spacing: 1px 5px;
  }
}