@media print, screen {
  #contents #btn_cardlist {
    width: 87.5vw;
    display: block;
    margin: 3.125vw auto;
  }
  #contents #btn_cardlist img {
    width: 100%;
  }
  #contents #information {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3.125vw;
    -webkit-border-radius: 3.125vw;
    border-radius: 3.125vw;
    background-color: rgba(255, 255, 255, 0.6);
    width: 90.625vw;
    padding: 4.6875vw;
    margin: 4.6875vw auto;
  }
  #contents #information h3 {
    color: #8E027D;
    font-weight: bold;
    font-size: 4.6875vw;
  }
  #contents #information p {
    color: #252525;
    font-size: 3.75vw;
    line-height: 1.5em;
    margin-top: 1em;
  }
  #contents #information p.tac01 {
    text-align: center;
  }
  #contents #information p.tac01 span {
    color: #8E027D;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 640px) {
  #contents #btn_cardlist {
    width: 986px;
    display: block;
    margin: 20px auto;
  }
  #contents #btn_cardlist img {
    width: 100%;
  }
  #contents #information {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 1100px;
    padding: 40px 50px;
    margin: 20px auto;
  }
  #contents #information h3 {
    font-size: 28px;
    text-align: center;
  }
  #contents #information p {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 1.5em;
  }
  #contents #information p.tac01 {
    text-align: center;
  }
  #contents #information p.tac01 span {
    color: #8E027D;
    font-weight: bold;
  }
}
