.content__box .section__box.sec__acc {
  padding-bottom: 180px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc {
    padding-bottom: 0;
  }
}
.content__box .section__box.sec__acc:after {
  content: "";
  display: block;
  position: absolute;
  width: 213px;
  height: 134px;
  background: url(/assets/images/common/cow01.avif) center center/contain no-repeat;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.sec__acc:after {
    display: none;
  }
}