@charset "UTF-8";
/* CSS Document */

/* contents */
#lottery {
  background: #FFFFFF;
  overflow: hidden;
}
#lottery * {
  box-sizing: border-box;
}
#lottery h1, #lottery h2 {
  margin: 0;
  padding: 0;
}
#lottery img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
#lottery .pc {
  display: none !important;
}
#lottery .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}