@charset "utf-8";

/* =============================================
	style
============================================= */
.event-info{
  margin: 0 0 20px;
}
td .cell-note{
  margin-top: 5px;
  font-size: 0.9em;
  text-align: left;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .event-info__table tr td:nth-child(2)::before{
    content: '開催日程';
  }
  .event-info__table tr td:nth-child(3)::before{
    content: 'お問い合せ';
  }
  .event-info__table tr td:nth-child(4)::before{
    content: 'お申込み';
  }
  .event-info__table tr td:nth-child(5)::before{
    content: '案内チラシ（お申込み書付）';
  }

}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .event-info__table tr td:nth-child(1){
    width: 20%;
  }
   .event-info__table tr td:nth-child(4){
    width: 14.5em;
  }
   .event-info__table--ttl :nth-child(5){
   width: 14.5em;
  }
}
