@charset "utf-8";

.page-catcharea-inner:after {
  content: "";
  width: 110px;
  height: 110px;
  background: url(../img/icon_01.png) center 19px /100% no-repeat;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.article-wrp {
  padding-bottom: 420px;
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- SP ---- */

  .page-main__ttl:before {
    width: 18px;
    height: 20px;
  }

  .page-catcharea-inner:after {
    width: 79px;
    height: 79px;
  }

  .article-wrp {
    padding-bottom: 50px;
  }

  .article-main {
    margin-bottom: 30px;
    width: 100%;
  }
}
