@charset "utf-8"; 

table.box-table-01:not(._normal) {
      margin-top:24px;
      letter-spacing: -1px;
      text-align: center;
      line-height: 1.2rem;
    }
    table.box-table-01:not(._normal) th {
      width: 30%;
      background-color: #f9b5aa;
      border-bottom: #fff 2px solid;
      border-right: #fff 2px solid;
      padding:5px;
    }
    table.box-table-01:not(._normal) td {
      width: 30%;
      background-color: #fef3f1;
      border-top: #fff 1px solid;
      border-bottom: #e0dad9 2px solid;
      border-right: #e0dad9 2px solid;
      padding:0;
      text-align: left;
    }
    table.box-table-01:not(._normal) td:last-child {
      border-right: none;
    }
    table.box-table-01:not(._normal) .clear-box {
        background-color: transparent;
    }
    table.box-table-01:not(._normal) .first-column {
        width:6%;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        border-right:2px #fff solid;
        border-top:none;
        border-left:none;
        letter-spacing: -7.5px;
    }
    table.box-table-01:not(._normal) tbody {
        height:7.5rem;
    }
    .txt-red.bld{
        font-weight: bold;
    }
    .only-sp{
      display: none;
    }
   
    @media only screen and (max-width: 640px){

        table.box-table-01:not(._normal) {
          width: 100%;
        }
        table.box-table-01:not(._normal) th,
        table.box-table-01:not(._normal) td {
          display: block;
          width:100%;
          box-sizing: border-box;
          border-top:none;
          border-left:none;
          border-right:none;
          border-bottom: 2px #fff solid;
          text-align: center;
        }
        table.box-table-01:not(._normal) .only-puti-pc {
            display: none;
        }
       
    }