@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */

/* -------------------------------------------------------------------
 レギュレーションテーブル
------------------------------------------------------------------ */
.normalTable2 table{
  text-align: center;
}
.normalTable2 tbody th{
  text-align: left;
  background-color: #e8f7fa;
}
.normalTable2 .grayTd{
  background-color: #f1f1f1;
}
.normalTable2 table a{
  text-decoration: underline;
}
.normalTable2 tr td{
  white-space: nowrap;
}
.normalTable2 tr td a {
  color: #222;
}
.normalTable2 tbody th{
  width: 100%;
}
.normalTable2 tbody th a{
  color: #000;
}
#wrapExamination .normalTable2 tbody th{
  width: 19%;
}

/* Pc Style----------------------------------------------- */
@media print, screen and (min-width:768px) {
.normalTable2{
  margin-top: 20px;
}
.normalTable2 tr td{
  /*padding: 10px 35px;*/
  padding: 10px 0;
}
.normalTable2 tbody th{
  padding: 10px;
}
#wrapExamination .normalTable2 tbody th{
    padding: 12px 6px;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width: 767px) {
.sentence+section{
margin-top: -2em;
}
.normalTable2{
  margin-top: 10px;
}
.normalTable2 thead tr:first-child th:first-child{
  text-align: left;
  padding: 0 12px;
}
.normalTable2 thead tr:last-child th{
  vertical-align: top;
  line-height: 1em;
  width: 1em;
  padding: 7px;
}
.normalTable2 tr td{
  padding: 10px 7px;
}
.normalTable2 tbody th{
  padding: 5px 7px;
  line-height: 1.3em;
}
}