@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .lottery {
    width: 100%;
    margin: 0 auto;
    background-image: #fff;
    background-size: cover;
    padding-bottom: 3vw;
  }
  .lottery .lottery-top {
    width: 100%;
    background-image: url("../images/lottery/haikei.png");
    padding: 10vw 0;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .lottery .lottery-top img {
    display: block;
    margin: 0 auto;
    width: 95%;
  }
  .lottery .lottery-main {
    width: 98%;
    margin: 4vw auto;
    border: solid 1vw #003300;
    border-radius: 4vw;
    padding: 1vw;
  }
  .lottery .lottery-main p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  .lottery .lottery-main p:nth-of-type(2) {
    font-size: 22px;
    color: #003300;
  }
  .lottery .lottery-quiz {
    width: 95%;
    margin: 4vw auto;
    background-color: #003300;
  }
  .lottery .lottery-quiz h4 {
    font-size: 18px;
    line-height: 2;
    padding: 0 1vw;
    color: #fff;
  }
  .lottery .lottery-quiz p {
    background-color: #ccffff;
    line-height: 1.8;
    font-size: 20px;
    color: #003300;
    padding: 0 2vw;
    font-weight: bold;
  }
  .lottery .lottery-contents {
    width: 98%;
    margin: 4vw auto;
    display: flex;
    flex-direction: column;
  }
  .lottery .lottery-contents li img {
    width: 100%;
    display: block;
    padding: 3vw;
  }
  .lottery .lottery-contents li:nth-of-type(1) {
    width: 90%;
    margin: 0 auto;
  }
  .lottery .lottery-contents li:nth-of-type(2) {
    width: 100%;
    margin: 3vw auto;
  }
  .lottery .lottery-contents li:nth-of-type(2) a {
    display: block;
    background-color: #003300;
    padding: 6vw 0;
    text-align: center;
    color: #fff;
    font-size: 7vw;
    border-radius: 4vw;
    font-weight: bold;
    letter-spacing: 0.5vw;
  }
  .lottery .lottery-period {
    width: 95%;
    margin: 4vw auto;
  }
  .lottery .lottery-period h3 {
    font-size: 18px;
    text-align: center;
    color: #000;
    border-bottom: solid 5px #003300;
    line-height: 2;
  }
  .lottery .lottery-attention {
    width: 98%;
    margin: 0 auto;
  }
  .lottery .lottery-attention p {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
  }
}/*# sourceMappingURL=lotterysp.css.map */