/* TOC もくじのカスタマイズ */
#toc_container{
margin-top:25px;
margin-bottom:35px;
border-radius: 4px; 
font-size: 16px; /* 文字の大きさ */
padding-right: 16px;
padding-left: 16px;
background-color: #FFFBF4; /* 背景色 */
border: 2px solid #F89174; /* 外枠の設定 */
}
#toc_container .toc_title{
font-size: 18px; /* タイトルの文字の大きさ */
font-weight:bold;
color: #F89174; /* タイトルの文字色 */
text-align: left; 
}
/* タイトル前のアイコン　FontAwesomeの設定 */
#toc_container .toc_title:before{
content: "\f046"; /* FontAwesomeのコード */
font-family: FontAwesome;
padding-right: 6px;
font-size:18px; /* アイコンの大きさ */
color: #F89174;
}
#toc_container .toc_toggle a{
color: #F89174; 
}
#toc_container ul{
counter-reset:number;
list-style:none;
}
#toc_container ul li{
line-height: 1.25em;
margin-bottom: 0.9em;
margin-top:10px;
}
#toc_container ul li:before{
counter-increment: number;
content: counter(number);
font-weight: bold;
color: #555555;
padding-right:12px;
margin-left:-25px;
}
#toc_container ul li a{
font-weight: bold;
color: #555555;
text-decoration:none;
}
#toc_container ul li a:hover{
text-decoration:underline
}
#toc_container ul ul{
margin-top: 0.5em;
}
#toc_container ul ul li{
line-height: 1.25em;
margin-bottom: 0.5em;
font-size:14px;
margin-left:-50px;
}
#toc_container ul ul li:before{
content: "\f0da";
font-family: FontAwesome;
padding-right: 6px;
margin-left:0px;
color: #CCC;
margin-left:10px;	
}
#toc_container ul ul li a{
color: #3D3D3D;
font-weight: normal;
padding-right:6px;
text-decoration:none
}
#toc_container ul ul li a:hover{
text-decoration:underline
}
/*吹き出しをカスタマイズ*/
.speech-balloon{
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 25px;
  float:left;
  max-width: 620px;
}

.sbp-r .speech-balloon{
  margin-left: 0px;
  margin-right: 10px;
  float:right;
}

.speech-person{
  width: 100px;/*キャラの大きさ*/
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 505px;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 500px;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 590px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 255px;
  }
  .speech-person {
    width: 85px;
}
}

/*370px以下*/
@media screen and (max-width: 370px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 225px;
  }
  .speech-person {
    width: 65px;
}
}
#popular_entries-5 .popular-entry-cards.large-thumb-on {
    display: flex;
}

#popular_entries-5 .popular-entry-cards.large-thumb-on a {
    width: 33%;
}
/*固定ページのタイトル削除*/
.home .entry-header {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    background-color: transparent!important;
}