@charset "utf-8";


section#lssn table th {
  border-bottom: 1px solid #aa886630;
}
section#lssn table td:nth-last-child(2) {
  width: 26%;
}

section#evnt > div > p.flx {
  flex-wrap: nowrap;
  gap: 0 6%;
}

/* sp */
@media screen and (max-width: 640px) {

  section#lssn div:nth-child(3) > table,
  section#lssn div:nth-child(3) > table tbody,
  section#lssn table th,
  section#lssn table td {
    display: block;
  }
  section#lssn table th {
    border-bottom: 1px solid #aa886630;
    font-weight: bold;
  }
  section#lssn table td {
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: none!important;
  }
  section#lssn table tr:not(:nth-child(1)) td {
    width: 44%;
    display: inline-block;
  }
  section#lssn table tr:nth-child(2) td {
    margin: 0 auto;
  }

  section#evnt > div > p.flx {display: block;}
  section#evnt > div > p.flx img {
    margin: 16px auto 0;
  }
}

