:root {
  --theme-color: #4bd7f3;
  --focus-color: #2563eb;
  --select-color: #2563eb;
  --select-bg-color: #ccdcff;

  --appendix-bg-color: #d6f8ff;
  --appendix-icon-bg-color: #4bd7f3;
}

/* Header */
.logo-title {
  font-size: 14px;
  color: #333;
}
.logo-title:lang(en) {
  font-size: 20px;
}


.article table {
    margin-bottom: 40px;
}

.article dl {
  margin: 5px;
}

.article dt {
  margin-bottom: 7px;
  font-weight: bold;
}

.article dl > dt:nth-child(n + 2) {
  margin-top: 14px;
}

.article dd {
  margin-bottom: 7px;
  padding-left: 20px;
}

.article h3 {
  border-image: none;
  border-left: none;
  padding-left: 0;
  border-bottom: solid 4px var(--theme-color);
}

.article h4 {
  margin-left: -5px;
}
.article h4::before {
  content: "";
  margin-left: -5px;
  padding-right: 5px;
  border-left: solid 4px var(--theme-color);
}

/* コードブロックで利用する設定 ********************************************/

.article pre {
  border-radius: 4px;
}
.codeblock-copy-button {
  top: 10px;
  right: 10px;
}
.codeblock-wrapper + p {
  margin-top: 0.9em;
}

/* listsummary shortcode -------------------------------------- */
.article .listsummary ol > li::before {
  color: #ffffff;
  background-color: #0d7b91;
}

/* 768px以上の設定 *****************************************************/
@media only screen and (min-width:768px){
    .logo-title {
        padding-top: 0;
        font-size: 18px;
    }

    .main {
        top: 0px;
    }

    .hero {
        height: 180px;
  }

}
