/**
 * top.css
 */


/*** main-visual ***/

#main-visual {
  width: 100%;
  height: 200px;
  background: url('../img/top/main_visual.png') no-repeat;
  background-position: center right;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}

#main-visual .box {
  display: table;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

#main-visual .box .last-update {
  display: table-cell;
  width: 100%;
  height: 28px;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-shadow: 2px 2px 1px #1c418c;
  text-align: left;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  #main-visual {
    width: 100%;
    height: 400px;
    background: url('../img/top/main_visual.png') no-repeat;
    background-position: center right;
    -moz-background-size: cover;
    background-size: cover;
  }

  #main-visual .box {
    width: 100%;
    max-width: 1000px;
    height: 400px;
  }

  #main-visual .box .last-update {
    width: 100%;
    max-width: 1000px;
    height: 28px;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 100%;
  }
}


/*** information-section ***/

#information-section {
  padding: 20px 0;
  text-align: center;
}

#information-section h2 {
  display: inline-block;
  width: 96%;
  max-width: 600px;
  padding-bottom: 10px;
  border-bottom: 2px solid #004eec;
  margin: 0 auto;
  text-align: center;
}

#information-section h2 img {
  height: 18px;
}

@media (min-width: 992px) {
  #information-section {
    padding: 40px 0;
  }

  #information-section h2 {
    width: 100%;
    max-width: 768px;
    padding-bottom: 10px;
  }

  #information-section h2 img {
    height: 24px;
  }

  #information-section .article-frame {
    margin-top: 20px;
    width: 100%;
    max-width: 480px;
    height: 200px;
  }
}

