div.ccm-page {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: var(--main-color2);
  word-wrap: break-word;
}

div.ccm-page img{
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

div.ccm-page hr {
  border-top: 1px solid #ccc;
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}
div.ccm-page table {
  width: 100%;
}

div.ccm-page table th,
div.ccm-page table td {
  vertical-align: top;
}
div.ccm-page a {
  color: var(--main-color3);
  transition: all 0.2s ease;
  text-decoration: none;
}
div.ccm-page a:hover {
  color: var(--main-color5);
}
