@charset "UTF-8";
/* CSS Document */
h1 {
  padding: 7px 0px;
}
.earthDogTopBer div {
  display: flex;
  width: 100%;
}
.earthDogTopBer div a {
  width: 20%;
}
.jrTrim {
  width: 160px;
  position: fixed;
  top: auto;
  bottom: 275px;
  right: 0;
  left: auto;
  height: auto;
  background: none;
  z-index: 100;
  transform: translate(0, 0);
}
.jrTrim img {
  width: 100%;
  max-width: 500px;
  position: relative;
}
@media(min-width: 825px) {
  .jrTrim {
    right: auto;
    transform: translate(-100%, 0);
  }
}