.content__box .section__box.sec__acc {
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc {
    padding-bottom: 100px;
  }
}
.content__box .section__box.sec__acc {
  position: relative;
}
.content__box .section__box.sec__acc:before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 75px;
  background: url(/assets/images/common/cow04.avif) center center/contain no-repeat;
  bottom: -65px;
  left: 210px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc:before {
    width: 90px;
    height: 64px;
    bottom: -55px;
    left: 180px;
  }
}
.content__box .section__box.sec__acc:after {
  content: "";
  display: block;
  position: absolute;
  width: 197px;
  height: 158px;
  background: url(/assets/images/common/cow03.avif) center center/contain no-repeat;
  bottom: -80px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc:after {
    width: 160px;
    height: 100px;
    bottom: -50px;
    left: 20px;
  }
}/*# sourceMappingURL=kikan_archive.css.map */