

/* テーブル */
table.tbl-examination th {
  width: 40%;
}
table.tbl-examination th:last-child {
  width: 20%;
}


/* スマホサイズ */
@media only screen and (max-width: 767px) {
  
  /*会長挨拶*/

  
}