@charset "utf-8";

/* =============================================
	style
============================================= */

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  

}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .event-outline__table th:nth-child(1){
    width: 8em;
  }
}

