@charset "UTF-8";

.cssskin-2021mat_list_01 .c-body {
  word-break: keep-all;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 641px) {
.cssskin-2021mat_list_01 .c-body {
  word-wrap: break-word;
  word-break: keep-all;
}

}
