@media screen and (min-width: 768px) {
  .p-action.p-article.p-product .article__box {
    max-width: 665px;
    margin: 0 auto;
    gap: 20px;
  }
}

.p-action.p-article.p-product .article__profile {
    margin-top: 10px;
}

@media screen and (max-width: 1079px) {
  .heading__info::after {
    content: "";
    width: 175px;
    height: 80px;
    bottom: -80px;
    right: -45px;
    display: block;
    position: absolute;
    background: url(../img/img-product-plus_sp.webp) top left / contain no-repeat;
  }
}