@charset "UTF-8";
.acordion > dt {
  cursor: pointer;
  background-size: 100% 100%;
}
.acordion > dt.active > img {
  opacity: 0;
}
