@charset "UTF-8";

.vote-content {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0 0;
}

.vote-title-outer {
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
}

.vote-title {
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
}

.vote-num {
  position: absolute;
  width: auto;
  top: 23%;
  left: 15%;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #1e2678;
  line-height: 1;
}

.vote-thumb {
  width: 100%;
  margin: 0 0 .5rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.vote-thumb img {
  width: 100%;
}

.vote-text {
  width: 100%;
  margin: 0 0 2rem;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #1e2678;
}

.vote-text span {
  display: inline-block;
  transform: rotate(15deg);
}

button.vote-select-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 1 / 0.228;
  background-image: url(../img/btn-off.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  transition: all 0.2s;
}

.back-btn-outer {
  width: 60%;
  margin: 1.5rem auto 0;
}

a.back-btn {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.228;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.2s;
}

.thanks-text {
  width: 90%;
  margin: 0 auto;
}

.thanks-note {
  width: 100%;
  margin: 1rem 0 0;
  font-size: 12px;
}

a.post-btn {
  display: block;
  width: 80%;
  margin: 1rem auto;
  aspect-ratio: 1 / 0.228;
  background-image: url(../img/btn-off.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  transition: all 0.2s;
}

.bnr-free-2 {
  width: 90%;
  margin: 2rem auto 0;
}

@media screen and (min-width: 1px) and (max-width: 743px) {

  .vote-content {
    width: 80%;
    padding: 2rem 0 0;
  }

  .vote-title-outer {
    margin: 0 auto 2rem;
  }

  .vote-title {
    margin: 0 auto 1.5rem;
  }

  .vote-num {
    top: 30%;
    left: 14.5%;
    font-size: 5.4vw;
  }

  .vote-thumb {
    margin: 0 0 1rem;
  }

  .vote-text {
    font-size: 3.6vw;
  }

  button.vote-select-btn {
    width: 100%;
    margin: 0 auto;
  }

  .back-btn-outer {
    width: 80%;
    margin: 1.5rem auto 0;
  }

  .thanks-text {
    width: 100%;
    margin: 0 auto;
  }

  .thanks-note {
    font-size:2.8vw;
  }

  a.post-btn {
    width: 100%;
    margin: 1rem auto;
  }

  .bnr-free-2 {
    width: 100%;
    margin: 2rem auto 0;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .vote-num {
    font-size: 3vw;
  }

  .vote-text {
    font-size: 1.9vw;
  }

  .thanks-note {
    font-size: 1.4vw;
  }


}

@media screen and (min-width: 1025px) {}