@charset "UTF-8";
/**
 * Theme Name: KEN NET Theme
 * Description:SSC作成の検NET様専用のテーマ
 * Author:SSC
 * Author URI:https://ss-complex.com/
 * Version: 1.0
 **/
.ez-toc-counter {
  margin-bottom: 40px;
  border: 2px solid #02CA37;
  border-radius: 3px;
  width: 100%;
}
.ez-toc-counter .ez-toc-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #02CA37;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  gap: 15px;
}
.ez-toc-counter .ez-toc-title-container .ez-toc-title {
  font-size: 1.1em;
}
.ez-toc-counter .ez-toc-js-icon-con {
  display: flex;
  align-items: center;
}
.ez-toc-counter .ez-toc-js-icon-con span {
  display: inline-flex;
  align-items: center;
}
.ez-toc-counter .ez-toc-js-icon-con svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}
.ez-toc-counter nav > ul {
  margin: 10px 85px;
}
@media only screen and (max-width: 500px) {
  .ez-toc-counter nav > ul {
    margin: 10px 15px;
  }
}
.ez-toc-counter nav li a {
  display: block;
  padding: 5px 0;
}
.ez-toc-counter .ez-toc-heading-level-2 {
  font-size: 1.5rem;
  list-style: none;
}
.ez-toc-counter .ez-toc-heading-level-2 a:before {
  content: "▼";
}
.ez-toc-counter .ez-toc-heading-level-3 {
  margin-left: 40px;
  font-size: 1.4rem;
  list-style: none;
}
.ez-toc-counter .ez-toc-heading-level-3 a:before {
  content: "・";
}

/*# sourceMappingURL=style.css.map */
