

.cf-custom-content-02 .room {
  width: 10%;
}

.cf-custom-content-02 .name {
  width: 45%;
}
.cf-custom-content-02 .seminar {
  width: 50%;
}

.cf-custom-content-02 table {
  line-height: 20px;
}

.cf-custom-content-02 .cl1 {
  width: 140px;
  font-weight: 700;
}


.cf-custom-content-02 .tb01 th,
.cf-custom-content-02 .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
}


.cf-custom-content-02 .tb01 th {
  white-space: nowrap;
}



@media only screen and (max-width: 599px) {

  .cf-custom-content-02 .tb01 td,
  .cf-custom-content-02 .tb01 th {
    font-size: 3.2vw !important;
    padding: 0.4em 1em !important;
    border-bottom:solid 1px #ccc !important;
  }

  .cf-custom-content-02 .tb01 td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px;
    display: inline;
    font-size: 80%;
    color: #999;
  }

  .cf-custom-content-02 .tb01 td.cl2 {
    font-weight: bold;
  }

  .cf-custom-content-02 .tb01 td.spflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .cf-custom-content-02 .tb01 td.spflex:before {
    width: 5em;
    color: #999;
    margin-right: 0.5em;
    display: block;
    line-height: 1.4em;
  }

  .cf-custom-content-02 .tb01 td.room {
    background: #f5f5f5;
  }

  .cf-custom-content-02 .tb01 td.room:before {
    content : "会場名";
  }
  .cf-custom-content-02 .tb01 td.room.en:before {
    content : "Room";
  }

  .cf-custom-content-02 .tb01 td.name:before {
    content : "企業名";
  }

  .cf-custom-content-02 .tb01 td.name.en:before {
    content : "Company";
  }

  .cf-custom-content-02 .tb01 td.seminar:before {
    content : "セミナー\Aタイトル";
    border-bottom:none !important;
  }

  .cf-custom-content-02 .tb01 td.seminar.en:before {
    content : "Seminar\ATitle";;
    border-bottom:none !important;
  }

  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    border-left: none;
    border-bottom: none;

  }

}