.title-decoration::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -15px;
  width: 100%;
  height: 13px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../asset/img/bg-title.png);
}

@supports (background-image: url(../../asset/img/bg-title.webp)) {
  .title-decoration::after {
    background-image: url(../../asset/img/bg-title.webp);
  }
}
.title-dotted-underline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #007FCB;
}

.articles-title {
  width: 45%;
}

@media screen and (min-width: 768px) {
  .articles-title {
    width: revert-layer;
  }
}
.title-point {
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title-fv {
  background-image: url(../../assets/img/title-fv_sp.svg);
  height: 280px;
}

.title-plans {
  background-image: url(../../assets/img/title-plans_sp.svg);
  height: 190px;
}

.title-basic {
  background-image: url(../../assets/img/title-basic_sp.svg);
  height: 180px;
}

.title-recommend {
  background-image: url(../../assets/img/title-recommend_sp.svg);
  height: 230px;
}

.title-sos {
  background-image: url(../../assets/img/title-sos_sp.svg);
  height: 170px;
}

.title-faq {
  background-image: url(../../assets/img/title-faq.svg);
  height: 100px;
  max-width: 486px;
}

.title-articles {
  background-image: url(../../assets/img/title-articles.svg);
  height: 100px;
  max-width: 280px;
}

.title-contents {
  background-image: url(../../assets/img/title-contents.svg);
  height: 100px;
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  .title-fv {
    background-image: url(../../assets/img/title-fv.svg);
  }
  .title-plans {
    background-image: url(../../assets/img/title-plans.svg);
    height: 150px;
  }
  .title-basic {
    background-image: url(../../assets/img/title-basic.svg);
  }
  .title-recommend {
    background-image: url(../../assets/img/title-recommend.svg);
  }
  .title-sos {
    background-image: url(../../assets/img/title-sos.svg);
  }
  .title-faq {
    background-image: url(../../assets/img/title-faq.svg);
  }
}/*# sourceMappingURL=headline.css.map */