#document {
  background: #fafafa; }
  #document .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background: #edf8fd url(../../img/information.png) no-repeat;
    -moz-background-size: 1000px;
    -o-background-size: 1000px;
    -webkit-background-size: 1000px;
    background-size: 1000px;
    background-position: 50%;
    position: relative; }
    #document .head h1 {
      padding: 0 40px;
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 50px;
      color: #333;
      text-shadow: 2px 2px 0 #fff; }
    #document .head .content {
      padding: 0 0 5px 0;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }
  #document .container {
    width: 1200px;
    padding: 40px;
    margin: 0 auto;
    background: #fff; }
  #document h3 {
    padding: 10px 10px 8px 10px;
    border-bottom: 4px solid #69c4f2;
    margin: 0 0 20px 0;
    font-size: 24px; }
  #document a {
    font-size: 16px;
    color: #333; }
  #document .aar-description {
    padding: 40px;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 30px 0; }
    #document .aar-description .message {
      margin: 0 0 20px 0;
      font-size: 15px; }
  #document .pdf {
    margin: 0 0 80px 0;
    list-style: none; }
    #document .pdf li {
      margin: 0 0 16px 0; }
  #document .wam-net .description {
    padding: 40px;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 10px 0;
    font-size: 16px; }
  #document .wam-net a {
    display: inline-block;
    margin: 20px 0 0 0; }

@media screen and (max-width: 1200px) {
  #document .container {
    width: auto; } }
@media screen and (max-width: 768px) {
  #document .head h1 {
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  #document .head h1 {
    font-size: 30px; }
  #document .pdf {
    padding: 0 0 0 10px; } }
@media screen and (max-width: 425px) {
  #document .container {
    padding: 40px 20px; }
  #document h3 {
    font-size: 20px; } }
