@charset "utf-8";
  table { width:100%; border-top:2px solid #111; border-bottom: 1px solid #ddd; border-collapse: collapse; margin-bottom:30px; margin-top:20px;}
    table caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; text-indent:-9999px;}
  
    table td {padding: 20px 20px 16px;  border-top:1px solid #ddd; border-right:1px solid #ddd; font-weight:400; font-size:1.7rem; color:#222; line-height:1.6em; text-align:left; }
    table td.tit {text-align:center; }
    table td:last-child { border-right:none; }
    table td.tit { background: #f6f6f6; font-weight:500; color:#111; line-height:1.2em;} 

    
    @media screen and (max-width:768px){
      table {margin-top:10px;}
      table th {font-size:1.8rem;}
      table td {font-size:1.5rem;}
      table td.tit {font-size:1.8rem; text-align:center;}
    }
    @media screen and (max-width:560px){
      table td {padding: 15px 10px 16px;}
      table td.tit {font-size:1.6rem;}
    }