@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.sns-btn .sns-btn__title, .fab-btn {
  display: none;
}
.sgb-toc-button {
  background-color: #6bb6ff
}

#ez-toc-container {
  margin: 20px auto 30px;
  box-sizing: border-box;
  padding: 25px 32px;
  display: table;
  min-width: 68%;
  counter-reset: li;
  border-color: #6bb6ff
}
#ez-toc-container ul.ez-toc-list {
	list-style: none;
	margin-left: 8px;
}
#ez-toc-container ul.ez-toc-list li::before {
  content: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  background: none;
  box-shadow: none
}
#ez-toc-container .toc_title {
  text-align: center;
  font-weight: bold;
  font-size: 118%;
  padding: 0
}
#ez-toc-container .toc_title::before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: baseline;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #fff
}
#ez-toc-container .toc_toggle a {
  font-size: 13px;
  font-weight: normal;
  padding: 2px 4px
}
#ez-toc-container p.toc_title + ul.ez-toc-list {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  list-style: none
}
#ez-toc-container ul.ez-toc-list li {
  position: relative;
  padding: 0;
  margin: 0
}
#ez-toc-container ul.ez-toc-list li a {
  position: relative;
  font-size: 94%;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
  padding: 3px 0;
  margin: 5px 0;
  transition: all .3s ease
}
#ez-toc-container ul.ez-toc-list a, #ez-toc-container ul.ez-toc-list a:visited {
  color: #5f7b96
}
#ez-toc-container ul.ez-toc-list li a:hover {
  text-decoration: none;
  box-shadow: 0 2px
}
#ez-toc-container ul.ez-toc-list > li > a {
  font-size: 104%;
  font-weight: bold;
  margin-left: 42px
}
#ez-toc-container ul.ez-toc-list > li::before, #ez-toc-container ul.ez-toc-list > li::after {
  position: absolute;
  top: 5px;
  left: 0
}
#ez-toc-container ul.ez-toc-list > li::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  border-radius: 16px;
  background-color: #ff8000;
}
#ez-toc-container ul.ez-toc-list > li::after {
  counter-increment: li;
  content: counter(li);
  width: 32px;
  line-height: 32px;
  font-family: 'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo', 'Yu Gothic', san-serif;
  font-weight: 400;
  text-align: center;
  color: #fff
}
#ez-toc-container ul.ez-toc-list > li > ul {
  margin-left: 15px;
  list-style: none;
  border-left: 2px solid #ffc8c8;
  border-radius: 0;
  padding-left: 25px
}
#ez-toc-container ul.ez-toc-list > li ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\2023';
  display: inline-block;
  width: 14px;
  height: 28px;
  line-height: 28px;
  font-size: 40px;
  color: #ffc8c8
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: normal;
  margin-left: 20px
}
@media only screen and (max-width:667px) {
  #ez-toc-container {
    padding: 20px 5vw;
    min-width: auto;
    width: 100% !important
  }
  #ez-toc-container p.toc_title + ul.ez-toc-list {
    padding: 20px 0 0
  }
  #ez-toc-container ul.ez-toc-list > li > ul {
    margin-left: 15px
  }
}