@charset "UTF-8";

@media screen and (min-width: 769px) {
  .p-mot_contents__logo {
    padding: 17px 0 19px;
  }
}
@media screen and (max-width: 768px) {
  .p-mot_contents__logo {
    position: fixed;
    left: 7vw;
    bottom: 2vw;
  }
}
