@media print, screen {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin-top: 3.125vw;
    position: relative;
  }
  #contents h2 img {
    display: inline-block;
    width: 93.75vw;
  }
  #contents h3 {
    width: 100%;
    text-align: center;
  }
  #contents h3 img {
    display: inline-block;
    width: 81.25vw;
  }
}
@media print, screen and (min-width: 640px) {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin: -41px auto 0 auto;
  }
  #contents h2 img {
    width: 948px;
  }
  #contents h3 {
    margin-top: 0;
    margin-bottom: 9px;
  }
  #contents h3 img {
    width: 600px;
  }
  #contents #pickup a img {
    filter: brightness(100%);
    -moz-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    -webkit-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
  }
  #contents #pickup a:hover img {
    filter: brightness(108%);
  }
}
