#tokusho .main {
  width: 100%; }
  #tokusho .main .tokusho_table {
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500; }
    #tokusho .main .tokusho_table tr th {
      background: #F6F6F6;
      border-right: none;
      font-weight: 500;
      vertical-align: middle;
      width: 30%; }
    #tokusho .main .tokusho_table tr td {
      font-weight: 400;
      padding-left: 50px;
      padding-right: 25px;
      border-left: none;
      width: 70%; }
      #tokusho .main .tokusho_table tr td ol {
        list-style: decimal;
        padding: 0 0 0 20px;
        margin: 0; }
        #tokusho .main .tokusho_table tr td ol li:not(:last-of-type) {
          margin-bottom: 20px; }
  #tokusho .main .tokusho_table,
  #tokusho .main th,
  #tokusho .main td {
    border-collapse: collapse;
    border: 1px solid #7C7C7C;
    padding: 30px 0; }

@media screen and (max-width: 767px) {
  .contents {
    padding: 0; }

  #tokusho .main {
    width: 100%; }
    #tokusho .main .tokusho_table {
      width: 100%;
      margin: 16vw 0 20vw;
      border: none; }
      #tokusho .main .tokusho_table tr th,
      #tokusho .main .tokusho_table tr td {
        display: block;
        text-align: left;
        padding: 0;
        width: 100%; }
      #tokusho .main .tokusho_table tr th {
        padding-top: 5.333vw;
        padding-left: 5.333vw;
        margin-bottom: 3.4666vw;
        font-size: 4.2666vw;
        background: #fff;
        border-top: 0.2666vw solid #717171;
        border-right: none;
        border-bottom: none;
        border-left: none; }
      #tokusho .main .tokusho_table tr td {
        font-size: 4vw;
        border: none;
        padding-right: 2.666vw;
        padding-left: 5.333vw;
        padding-bottom: 5.333vw; }
        #tokusho .main .tokusho_table tr td ol {
          padding: 0 0 0 5.333vw;
          margin: 0; }
          #tokusho .main .tokusho_table tr td ol li:not(:last-of-type) {
            margin-bottom: 5.333vw; }
      #tokusho .main .tokusho_table tr:last-of-type td {
        border-bottom: 0.2666vw solid #717171; } }
