/* 見出し1のスタイル */.md-typeset h1 {  color: #000;  border-bottom: solid 4px var(--md-code-bg-color);  padding-bottom: 10px;  font-weight:bold;}/* 見出し2のスタイル */.md-typeset h2 {  color: #000;  border-bottom: solid 2px var(--md-code-bg-color);  padding-bottom: 10px;  font-weight:bold;}/* 見出し3のスタイル */.md-typeset h3 {  font-weight:bold;}h3::before {  font-weight:bold;  content: '*';  margin-right: 0.5em; /* 適宜調整してください */}.mld3{  color: lightgray;  margin-left:.3em;}.eod{  color: #808080;}.md-content img{  border:1px solid #000;  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  opacity: .8;  margin: .25em 1em;  max-width: 1000px;}.no-infinite {    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, 1) !important;    animation-iteration-count: var(--fa-animation-iteration-count, 1) !important;}.fa-clipboard{    cursor: pointer;}.fa-clipboard:hover{    color: red;}