@charset "UTF-8";
/* Store03 */

.p-action.p-article.p-store.p-store03 .intro__txt {
  position: relative;
}
.p-action.p-article.p-store .intro__txt::after {
    content: "";
    width: 185px;
    height: 158px;
    display: block;
    position: absolute;
    bottom: -70px;
    right: -30px;
    background: url(../../img/img-store-plus.webp) top left / contain no-repeat;
}
.p-action.p-article .intro .c-btn {
  max-width: 370px;
  line-height: 1.25;
}
.article__title--small {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-action.p-article.p-store.p-store03 .intro__txt {
    width: 100%;
    margin-left: 0px;
  }
  .p-action.p-article.p-store .article__heading::after {
    width: 230px;
    height: 197px;
    bottom: -70px;
    right: -180px;
  }
}