@charset "UTF-8";

#contents_wrap {
  padding-bottom: 80px !important;
}
.trans {
  position: fixed;
  right: 2%;
  background: #fff;
  padding: 5px 10px;
  bottom: 3%;
  z-index: 999999;
}
@media screen and (max-width: 640px) {
  .trans {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .flex02_right {
    margin-top: 80px;
  }
}
