.mv {
  position: relative;
}
.end-box{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f3eac4;
  border: 4px solid #111;
  width: 36%;
  max-width: 640px;
  min-width: 480px;
  height: auto;
  padding: 2rem;
}
.end-box p:first-child,
.red-bold {
  font-weight: bold;
  font-size: 2.4rem;
  color: #dc006f;
  padding-bottom: 1rem;
}
.end-box p:last-child {
  font-size: 2rem;
  color: #111;
  text-align: center;
}
.mt2r {
  margin-top: 2rem;
}
.vote-box {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36%;
  max-width: 640px;
  min-width: 480px;
  height: auto;
  padding: 2rem;
}

.link-btn {
    margin: 4rem auto;
    text-align: center;
    width: 60%;
}

.link-btn a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    background: rgba(0,70,150,1);
    padding: 1rem 60px;
    border-radius: 2rem;
    color: #fff;
  }
  .link-btn a img{
    width: auto;
  }

@media only screen and (max-width: 1000px) {
  .end-box {
    min-width: 320px;
    border: 2px solid #111;
  }
  .end-box p:first-child,
  .red-bold {
    font-size: 2rem;
  }
  .end-box p:last-child {
    font-size: 1.8rem;
  }

  .link-btn {
    margin: 1rem auto 4rem;
    text-align: center;
    width: 100%;
}

.link-btn a {
    font-size: 1.6rem;
    padding: 1.4rem 3rem;
    border-radius: 10px;
    line-height: 1.7;
  }
}



