body {
    background: #fff;
}

#tokushouhou{width: 1000px; margin: 80px auto 0; padding: 50px 0; }
#tokushouhou a{color: blue; text-decoration: underline;}
#tokushouhou .pankuzu p{font-size: 1.3rem; margin-bottom: 50px;}
#tokushouhou h2{color: #2871ce; text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px;}
#tokushouhou table{display: table; margin-bottom: 50px;}
#tokushouhou th{border-bottom: 1px solid #ccc; padding: 20px; width: 30%; display: table-cell; vertical-align: middle; line-height: 2.5rem;}
#tokushouhou td{border-bottom: 1px solid #ccc; padding: 20px; width: 70%; line-height: 2.5rem;}
#tokushouhou .tokushouhou__top{font-size: 1.3rem; margin-bottom: 50px; text-align: center;}

  @media screen and (max-width:640px) {
    #tokushouhou{width: 100%; margin: 0 auto; padding: 50px 0;}
    #tokushouhou a{color: blue; text-decoration: underline;}
    #tokushouhou .pankuzu p{font-size: 1rem; margin-bottom: 50px;}
    #tokushouhou h2{color: #2871ce; text-align: center; font-size: 2rem; font-weight: bold; margin-bottom: 40px;}
    #tokushouhou table{display: table; margin-bottom: 30px;}
    #tokushouhou th{padding: 10px; width: 100%; display: block; line-height: 2rem; background: #eee; font-size: 1.3rem;}
    #tokushouhou td{padding: 10px 0; width: 100%; line-height: 2rem; display: block; margin-bottom: 20px; border:none; font-size: 1.3rem;}
    #tokushouhou .tokushouhou__top{font-size: 1.3rem; margin-bottom: 50px; text-align: center;}
    #tokushouhou__ft{font-size: 1.3rem; margin-bottom: 50px; text-align: center;}
  }