#award h2 {
  line-height: 1.4;
}

#award #interview p {
  text-align: justify;
}

#award #interview p.right {
  text-align: right;
}

#award .gaiyo dd .download-note {
  font-size: 0.75rem;
  position: absolute;
  top: 60px;
  right: 30px;
  color: red;
}
@media only screen and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px) {
  #award .gaiyo dd .download {
    margin-bottom: 0;
  }
  #award .gaiyo dd .download-note {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
}
