/*
Theme Name:   iknow Child
Theme URI:    https://wow-company.com/iknow-theme/
Description:  Iknow WordPress Theme has a minimalistic, responsive and mobile-friendly design. Easy and fast theme. The theme is perfect for creating Knowledge Base, Helpdesk, Wiki and FAQ websites.
Author:       Wow-Company
Author URI:   https://wordpresschildthemes.com/
Template:		  iknow
Version:		  1.0.0
Text Domain:	iknow-child
-------------------------------------------------------------- */

/* =Theme customization starts here
------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text&display=swap');

body{
  font-family: 'Red Hat Text', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
/* 見出しのフォントスタイルを変更 */
.is-family-secondary{
  font-family: 'Red Hat Text', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
}
.title{
  text-transform: unset !important;
}
.title.is-1{
  font-size: 1.8rem;
}
.title.is-3{
  font-size: 1.6rem;
}
.content h2 {
  font-size: 1.5em;
}
.content h3 {
  font-size: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
}
.content h5 {
  font-size: 1.125em;
}
.content h6 {
  font-size: 1em;
}
/* メインタイトル */
.site-name{
  letter-spacing: 0.16em;
  font-size: 2.6rem;
}
.hero.is-primary .subtitle{
  font-size: 1rem;
  margin-top: -1em;
}
/* パンくずリストの折返しを修正 */
.breadcrumb li a{
  white-space: normal;
}

/* Easy Table of Contents */
.ez-toc-widget-container ul.ez-toc-list li.active::before{
  content: none;
}
.ez-toc-widget-container li a{
  color:#009e6c;
  text-decoration: underline;
}
div#ez-toc-container ul.ez-toc-list a{
  text-decoration: underline;
}
.ez-toc-widget-container li.active > a{
  font-weight: 400;
}
#ez-toc-container.counter-numeric li:nth-child(n+2),
.ez-toc-widget-container.counter-numeric li:nth-child(n+2){
  margin-top: 0.5em;
}
#ez-toc-container{
  border-radius: 6px;
  /* box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%); */
  display: block;
  padding: 1.25rem;
  margin: 2em 0 3em !important;
}
/* スマートフォン表示でサイドバーの目次を非表示 */
@media screen and (max-width: 782px) {
  .widget.ez-toc{
    display: none !important;
  }
}