div.content-box-title h2 p.seo-text {
  font-size: 24px;
  margin-bottom: 60px;
}
#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;
  }
  div.content-box-title h2{
    margin: 0;
  }
  div.content-box-title h2 p.seo-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
/* サブスクプラン ご契約の流れ(/guide) タブレット用 */
@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;
  }
  .other-first.guide .white-content-box-inner-flex-left,
  .other-second.guide .white-content-box-inner-flex-left,
  .other-third.guide .white-content-box-inner-flex-left {
    width: 400px;
  }
  .other-first.guide .white-content-box-inner-flex-right,
  .other-second.guide .white-content-box-inner-flex-right,
  .other-third.guide .white-content-box-inner-flex-right {
    width: 255px;
  }
  .other-first.guide .white-content-box-inner-flex-right .box-guide,
  .other-second.guide .white-content-box-inner-flex-right .box-guide,
  .other-third.guide .white-content-box-inner-flex-right .box-guide {
    width: 100%;
  }
  .other-first.guide div.white-content-box-inner-flex {
    margin: 20px 0 40px;
  }
}