@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  color: #5b5b5b;
}

html,
body {
  height: 100%;
  font-family: "游ゴシック", "Arial" !important;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: auto;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
}

div.contener {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

p {
  font-size: 18px;
}

.color_red {
  color: #f40808;
}

div.auto_scroll_img {
  width: 4em !important;
  height: 11em !important;
  position: absolute;
  background-image: url(../img/scroll_bar.png) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  right: 2em;
  bottom: 1em;
  cursor: pointer;
}

@media screen and (max-width: 639px) {
  div.auto_scroll_img {
    display: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  div.auto_scroll_img {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */