@charset "UTF-8";
#page-tickets .online-ticket {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 32px;
}
#page-tickets .online-ticket p {
  margin: 0 auto 30px;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: -0.1em;
  width: 100%;
}
#page-tickets .online-ticket .btn {
  width: 275px;
  padding: 0.5em 1em;
  font-size: 1.25rem;
  line-height: 1.4em;
  background: #ebebeb;
  border: 1px solid #bbbbbb;
}
#page-tickets #sec-tickets_04 table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #page-tickets #sec-tickets_04 table {
    max-width: 600px;
  }
}
#page-tickets #sec-tickets_04 table th {
  width: 7em;
}
#page-tickets #sec-tickets_04 table td {
  text-align: left;
}

.btn-border {
  margin: 0;
}