/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/modules/toc.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * @package ROOTS-index
 * @license GPL-2.0-or-later
 */
/*レスポンシブ用*/
:root {
  --color-main: #005BAC;
  --color-txt: #000;
  --color-txtBlue: #004989;
  --color-txtGray: #939393;
  --color-bgGray: #e8e8e8;
  --color-lineBlue: #6EA6D7;
  --color-lineGray: #d0d0d0;
  --color-lineRed: #FBB7BC;
  --color-blue: #004989;
  --color-paleBlue: #E7F0F8;
  --color-red: #E60012;
  --color-paleRed: #FFE1E1;
  --color-gray: #D9D9D9;
  --color-paleGray: #F5F5F5;
  --color-yellow: #F2FF00;
  --color-orange: #FF8001;
  --color-white: #fff;
  --color-black: #000;
}

:root {
  --font-main: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
}

:root {
  --weight-thin: 100;
  --weight-reguler: 400;
  --weight-medium: 500;
  --weight-bold: 700;
}

.roots-index-toc-box {
  width: 36.8rem;
  background-color: var(--roots-index-bg, #F5F5F5);
  border-radius: var(--roots-index-border-radius, 30px);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 3.6rem 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .roots-index-toc-box {
    padding: 2rem 2.2rem;
  }
}

.roots-index-toc-accordion {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .roots-index-toc-accordion {
    display: flex;
    font-size: 1.2rem;
    color: var(--roots-index-heading, #797979);
  }
}

.roots-index-toc-btn {
  display: none;
}

.roots-index-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.roots-index-toc-list li {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .roots-index-toc-list li {
    padding-top: 1.6rem;
  }
}
.roots-index-toc-list a {
  text-decoration: none;
  color: var(--roots-index-text, #000000);
  display: flex;
  align-items: center;
}
.roots-index-toc-list a .toc-number {
  margin-right: 0.6em;
  font-weight: bold;
  white-space: nowrap;
}
.roots-index-toc-list a .toc-text {
  flex: 1;
}
.roots-index-toc-list .toc-depth-0 {
  font-size: 1.6rem;
  padding-left: 0;
}
.roots-index-toc-list .toc-depth-1 {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 2rem;
}
.roots-index-toc-list .toc-depth-2 {
  font-size: 1.4rem;
  font-weight: lighter;
  padding-left: 4rem;
}
.roots-index-toc-list .toc-depth-3 {
  font-size: 1.3rem;
  font-weight: lighter;
  padding-left: 6rem;
}
.roots-index-toc-list .toc-depth-4 {
  font-size: 1.3rem;
  font-weight: lighter;
  padding-left: 8rem;
}
