@charset "UTF-8";

.choice{
  margin-bottom: 25px;
}
.hl_small{
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
.hl_small{
  margin-top: -5%;
  font-size: 1.4rem;
}
}
.hl_text{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 25px;
}


.payments_create .inner:before {
display: none;
}

.br_1080{
  display: none;
}
@media screen and (max-width: 1080px) {

.br_1080{
  display: block;
}
}

.paid_text{
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: bold;
    margin-top: -40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
.paid_text{
  font-size: 1.6rem;
  margin:0px auto 50px;
}
}