form{
  padding: 0 0 2rem;
}

.select_desc{
  padding: 30px 0px;
  margin: 0 auto 30px;
  width: 60%;
  border: 1px solid #ff337c;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}
.select_desc p.message{
  padding: 5px 0 20px;
  font-weight: bold;
}

.entry_box{
  padding: 2rem 0px;
  margin: 0 auto;
  width: 60%;
  border: 1px solid #ff337c;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}

.entry_box input[type="text"]{
  margin: 0px 10px 0;
  width: 300px;

}
.entry_box .button{
  padding: 10px 0 0;

}

.entry_box button{
  border-radius: 0.3rem;
  border-width: 2px;
  border-style: solid;
  margin: 0 0.6rem;
  width: 5rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #797979;
  padding: 0.5rem 0 0.3rem;
}
.entry_box .entry_btn{
  border-color: #cd0051;
  background: #ff5473;
  color: #ffffff;
}

.cast_box .select{
  background: #fff;
  color: #333;
  line-height: 1;
  padding: 0.5rem 0 0.3rem;
  margin-top: 1px;
  width: 100%;
  text-align: center;
}

.cast_box .select input{
  display: none;
}

.cast_box .select input + label{
  position: relative;
  padding: 0 0 0 1.2em;
}
.cast_box .select input + label:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  vertical-align: sub;
}
.cast_box .select input:checked + label:after{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  border-radius: 2px;
  vertical-align: sub;
}


@media all and (max-width: 768px) {
  .entry_box{
    padding: 30px 0px;
    margin: 0 auto 30px;
    width: 710px;
    border: 1px solid #ff337c;
    text-align: center;
    background: #ffffff;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
  }

  .entry_box input[type="text"]{
    margin: 20px 10px 0;
    width: 600px;
    font-size: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
  }
  .entry_box .button{
    padding: 20px 0 0;

  }

  .entry_box button{
    border-radius: 5px;
    border-width: 4px;
    border-style: solid;
    margin: 0 10px;
    width: 200px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #797979;
  }
  .entry_box .entry_btn{
    border-color: #cd0051;
    background: #ff5473;
    color: #ffffff;
    padding: 5px 0;
    font-size:32px;
  }

  .cast_box .select{
    background: #ff1fb8;
    color: #fff495;
    line-height: 1;
    padding: 10px 7px;
    margin-top: 15px;
    font-size: 0.9em;
  }

}
