.outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  flex-wrap: wrap;
}

.n_b {
  margin: 0 !important;
}

.cat {
  width: 20%;
  margin: 0 3% .8rem 0;
  padding: 0.2em 1em;
  font-size: 10px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.cont {
  width: 77%;
  margin: 0 0 .8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.cont p {
  font-size: 18px;
  font-weight: 600;
}

.note {
  width: 100%;
}

.note p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 400;
}

.btn-box {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ticket-off {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(150, 150, 150, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-off p {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  
  .outer {
    margin: 0 0 1rem;
  }
  
  .cat {
    width: 40%;
    margin: 0 0 .5rem;
    padding: 0.2em 1em;
    font-size: 2.8vw;
  }
  
  .cont {
    width: 100%;
    margin: 0 0 1.4em;
  }
  
  .cont p {
    font-size: 4.6vw;
  }
  
  .note p {
    font-size: 3vw;
  }
  
  .btn-box {
    width: 100%;
    margin: 1.5rem 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .ticket-off p {
    font-size: 5vw;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .cont p {
    font-size: 18px;
  }

  .note p {
    font-size: 14px;
  }

  .ticket-off p {
    font-size: 26px;
  }
}