#area-selection4 .area_head mark {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 0.75em;
}
#area-selection4 .area_head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10em;
  height: 6em;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#area-selection4 #doou .area_head::after {
  background-image: url(../../assets/images/hokkaido-doou.svg);
}
#area-selection4 #dohoku .area_head::after {
  background-image: url(../../assets/images/hokkaido-dohoku.svg);
}
#area-selection4 #donan .area_head::after {
  background-image: url(../../assets/images/hokkaido-donan.svg);
}
#area-selection4 #doto .area_head::after {
  background-image: url(../../assets/images/hokkaido-doto.svg);
}
@media screen and (max-width: 599px) {
  #area-selection4 .area_head::after {
    font-size: 0.6em;
  }
}
/*# sourceMappingURL=area-selection4.css.map */