@charset "UTF-8";

p {
  margin-bottom: 30px;
}
.sup {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .img_l, .img_r {
    width: 50%;
    margin: 0 !important;
  }
  .sup {
    text-align: left;
  }
}
