/*weight*/
/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
.gt-table {
  width: 100%;
}
.gt-table th, .gt-table td {
  padding: 1.6rem;
  border: 0.1rem solid var(--darkgray03);
  font-size: 1.8rem;
  line-height: 1.55556;
}
@media only screen and (max-width:768px) {
  .gt-table th, .gt-table td {
    padding: 1.2rem 0.6rem;
    font-size: 1.1rem;
    line-height: 1.45455;
    word-break: break-all;
  }
}
.gt-table th {
  background-color: var(--litegray01);
}
.gt-table td .c-ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6 !important;
}
@media only screen and (max-width:768px) {
  .gt-table td .c-ul li {
    font-size: 1.1rem;
    line-height: 1.45455;
  }
}
.gt-table td .c-ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:768px) {
  .scroll_table_ctn {
    padding-bottom: 1rem;
    overflow-x: auto;
  }
}
@media only screen and (max-width:768px) {
  .scroll_table_ctn .ticket-table {
    width: 160vw;
  }
}

/* legacy */
/*--=== SP ONLY max-width: 767px ===-- / */
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=event.css.map */
