/***********************************************************************
 * #Contents .pageTbl
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .pageTbl {
    margin: 20px 0;
  }
  #Contents .pageTbl th ,
  #Contents .pageTbl td {
    padding: 15px; 
    border: 1px solid #d9d9d9;
  }
  #Contents .pageTbl th:first-child ,
  #Contents .pageTbl td:first-child {
    border-left: none;
  }
  #Contents .pageTbl th:last-child ,
  #Contents .pageTbl td:last-child {
    border-right: none;
  }
  #Contents .pageTbl th {
    background: #f7f7f7;
  }
  #Contents .pageTbl .spTit {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageTbl {
    margin: 15px 0;
  }
  #Contents .pageTbl .pcOnly {
    display: none;
  }
  #Contents .pageTbl tr ,
  #Contents .pageTbl th ,
  #Contents .pageTbl td {
    display: block;
  }
  #Contents .pageTbl tr {
    margin-bottom: 20px;
  }
  #Contents .pageTbl tr:first-child {
    display: none;
  }
  #Contents .pageTbl tr:last-child {
    margin-bottom: 0;
  }
  #Contents .pageTbl th {
    margin-bottom: 5px;
    color: #a71117; 
    font-size: 1.6rem;
  }
  #Contents .pageTbl td:last-child .cellInner {
    border-bottom: 1px solid #d9d9d9;
  }
  #Contents .pageTbl .spTit ,
  #Contents .pageTbl .cellInner {
    padding: 10px;
  }
  #Contents .pageTbl .spTit {
    display: block;
    border-top: 1px solid #d9d9d9; 
    background: #f7f7f7;
  }
}
