#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;
  }
}
/* サブスクプラン 安心解約サポートページ（/anshin_kaiyaku タブレット用 */
@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;
  }
  section.other-first.anshin-kaiyaku,
  section.other-second.anshin-kaiyaku,
  section.other-third.anshin-kaiyaku,
  section.other-seventh{
    background-image: none;
    background-size: none;
    padding: 30px 0 80px;
  }
  section.other-first.anshin-kaiyaku{
    padding-top: 0;
  }
  .anshin-point-contents{
    justify-content: center;
    gap: 20px;
    margin: 50px 0 0;
  }
  .anshin-point-contents div.white-content-box-inner-flex-left{
    width: 80%;
  }
  .anshin-point-contents div.white-content-box-sub-title p.title-left{
    font-size: 2rem;
    text-align: center;
  }
  div.anshin-kaiyaku-zero-image {
    width: 100%;
    margin: 30px auto -50px;
  }
  div.anshin-kaiyaku-zero-image img{
    width: 100%;
  }
  div.flex-column{
    width: 80%;
  }
  div.anshin-point-box{
    width: 80%;
  }
  div.anshin-kaiyaku-notion div.notion-title{
    width: 50%;
    padding: 0 2em;
    top: 0%;
    transform: translateY(-50%);
  }
  div.anshin-kaiyaku-notion{
    width: 80%;
    margin: 70px auto 0;
  }
  div.anshin-kaiyaku-notion h2.notion-hdg {
    font-size: 2.4rem;
  }
  div.anshin-kaiyaku-notion span.notion-icon {
    max-width: 50px;
  }
}