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 {
  transition: all 0.2s ease;
  text-decoration: none;
}


/*------レイアウト調整｜レスポンシブル--------*/
main#main-wrap{
  position: relative;
  min-height: 100vh;
}
/*------leftAreaPageのレイアウト調整｜レスポンシブル--------*/
#left-fixed{/*左*/
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 1025px) {
  #left-fixed{
    display: none;
  }
}

footer{/*フッター*/
  position: relative;
  width: 100%;
  margin: 0 auto;  
  z-index: 1;
}
