.kome_size {
  font-size: 1.5rem;
  margin-top: 0px !important;
}

.text_red {
  color: #f00;
  font-weight: bold;
}

.list-wrap {
  margin: 1em auto !important;
}

/* 20240701ボタンの大きさ調整 */
.only_online_button {
  max-width: 100%;
  width: 254px;
}

@media print,
screen and (min-width: 768px) {
  .card-image {
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .kome_size {
    font-size: 1.1rem;
    margin-top: 2px !important;
  }
}