<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/asmedical/remed.jp/public_html/wp-content/themes/design01/css/config.php</b> on line <b>5</b><br />



[value="All"]:checked ~ .targets [data-category] {
  display: block;
}



.checked_animation {
  animation: checked_animation 0.6s ease-in-out both;
}
 
@keyframes checked_animation {
  0% {
  transform: translate(0, 30px);
  opacity: 0;
  }
  100% {
  transform: translate(0, 0);
  opacity: 1;
  }
}