@media print, screen {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 4.375vw;
  }
  #contents h2 img {
    display: inline-block;
    width: 93.75vw;
  }
  #contents .border-white01 img.fullWidth01 {
    width: 100%;
  }
  #contents .border-white01 h3 {
    width: 100%;
    text-align: center;
    margin-top: 1.5625vw;
  }
  #contents .border-white01 h3 img {
    display: inline-block;
    width: 87.5vw;
  }
}
@media print, screen and (min-width: 640px) {
  #contents h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }
  #contents h2 img {
    width: 765px;
  }
  #contents .border-white01 {
    padding-bottom: 31px !important;
  }
  #contents .border-white01 > img.fillWidth01 {
    width: 1000px;
  }
  #contents .border-white01 .borderYellow01 {
    width: 928px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 7px solid #FBF108;
    margin: 30px auto;
  }
  #contents .border-white01 .borderYellow01 img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #fff;
    width: 914px;
  }
  #contents .border-white01 h3 {
    margin-top: 0;
    margin-bottom: 11px;
  }
  #contents .border-white01 h3 img {
    width: 835px;
  }
}
