
.aria_table{
  table-layout: fixed;
  font-size:12px;
  width:100%;
}
.aria_table tr{
  line-height: 2.4;
}
.aria_table th{
  width:72px;
  text-align: left;
  font-weight: 700;
}
.aria_table td:before{
  content: '|';
  padding: 0 0.5em;
}
.hideSp{
  display:none;
}

@media screen and (max-width: 616px){
  .aria_table{
    table-layout: unset;
  }
  .hideSp{
    display:block;
  }
  .aria_table td:before{
    padding: 0 0.25em;
  }
}

@media screen and (max-width: 497px){
  .aria_table th{
    width:100%;
    float:left;
  }
  .aria_table td{
    float:left;
  }
}

