/* RWD專用-未縮 */
table.actgc-table td {
  padding: 0.5em;
  font-size:1em;
  text-align: center;
}

/* RWD專用-縮放 */
@media screen and (max-width: 600px) {
  .actgc-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.actgc-table {
    width: 100%;
  }
  table.actgc-table th.hide-mobile,
  table.actgc-table tr.hide-mobile,
  table.actgc-table td.hide-mobile {
    display: none;
  }
  table.actgc-table thead {
    display: none;
    text-align: center;
  }
  table.actgc-table tbody {
    width: 100%;
  }
  table.actgc-table th,
  table.actgc-table tr,
  table.actgc-table td {
    display: block;
  }
  table.actgc-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }

  table.actgc-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.actgc-table td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1em;
    height: 2em;
  }
  table.actgc-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }

  .tb-limit{
    max-width:20px;
  }
.text-beyond{
  padding-right: 0;
  display: flex;
  text-align: justify;
  flex-direction: row-reverse;

}
}

@media screen and (min-width: 800px){
  .td-sch{
    text-align:left !important;
    /*color: red;*/
  }
  .td-rem{
    font-size: 0.3em;
    vertical-align: middle;
    /*color: red;*/
  }
  }