@charset "UTF-8";

.c-category {
  background: url(../../../img/hojin/jinzai/bg_jinzai.webp) center/cover
    no-repeat;
}
@media screen and (max-width: 767.9px) {
  .c-category {
    background: url(../../../img/hojin/jinzai/bg_jinzai_sp.webp) top center /
      contain no-repeat;
    transform: scale(-1, 1);
  }
  .c-category__text--inner {
    transform: scale(-1, 1);
  }
}

.hojin_cat__footer {
  width: 1100px;
}
.hojin_cat__footer ul li a img {
  width: 36px;
  margin-right: 10px;
}
.hojin_cat__footer ul li a p {
  font-size: 16px;
}

.p-link--blank::after {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

@media screen and (max-width: 767.9px) {
  .p-link--blank::after {
    width: 16px;
    height: 16px;
    bottom: -2px;
  }
}