@charset "UTF-8";

h1 {}
h2.event_title {
  text-align: center;
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  table.list {
    margin-top: 20px;
    width: 100%;
  }
  table.list thead {
    display: none;
  }
  table.list tr.entry_row {
    padding: 10px 0;
    width: 100%;
    display: grid;
    border-top: 1px solid #ccc;
  }
  table.list tr.entry_row:last-child {
    border-bottom: 1px solid #ccc;
  }
  table.list td.date {
    font-size: 1.2rem;
    line-height: 1;
  }
  table.list td.name {
    grid-column: 1 / 3;
    font-size: 1.6rem;
  }
  table.list td.place {
    font-size: 1rem;
    text-align: right;
    line-height: 1;
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 601px) {
  .section {
    display: flex;
    align-items: top;
  }
  .section h3 {
    width: 10em;
  }
  .section .data {
    flex: 1;
    align-self: center;
  }
  .section .btn_area {
    margin-top: 30px;
    text-align: center;
  }
  .section .btn_area a {
    width: 50%;
  }
  .section .btn_area a.btn {
    text-align: center;
  }

  table.list th,
  table.list td {
    padding: 5px .5em;
  }
  table.list thead th {
    font-weight: 600;
  }

}
