#ticket {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #ticket {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#ticket .seatsWrapper dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  border-bottom: 1px solid #f1f2f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#ticket .seatsWrapper dl:first-of-type {
  margin-top: 10px;
}
#ticket .seatsWrapper dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#ticket .seatsWrapper dl dt {
  font-weight: bold;
  margin-right: 10px;
}
#ticket .seatsWrapper dl dd {
  margin-bottom: 0;
}
#ticket .supporterTicketWrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #ticket .supporterTicketWrapper {
    margin-top: 30px;
  }
}
#ticket .supporterTicketWrapper .title {
  text-align: center;
  background-color: #000;
  color: #fdfdfd;
  font-weight: bold;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
#ticket .ticketWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#ticket .ticketWrapper .ticketBox {
  border: 1px solid #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (min-width: 992px) {
  #ticket .ticketWrapper .ticketBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 20px);
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
#ticket .ticketWrapper .ticketBox .title {
  background-color: #000;
  color: #fdfdfd;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
#ticket .ticketWrapper .ticketBox > .inner {
  font-weight: bold;
  padding: 20px 30px;
}
#ticket .dscWrapper ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #ticket .dscWrapper ul {
    font-size: 1.4rem;
  }
}
#ticket .dscWrapper ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#ticket .btnWrapper {
  margin-bottom: 0;
}/*# sourceMappingURL=ticket.css.map */