@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
#inner-content .hh12, #inner-content .hh12{
    border: dashed 1px #bba1a1;
    background: #665050;
    box-shadow: 0 0 0 5px #a39090;
    color: #ffffff;
}

#inner-footer .hh15, #inner-content .hh15{
    background: #918383;
}
#inner-footer .hh15:before, #inner-content .hh15:before{
    border-right: solid 20px #bdb0b0;
}
#inner-footer .hh18:after, #inner-content .hh18:after{
    border-bottom: solid 3px #665050;
}

#inner-footer .hh18, #inner-content .hh18{
    border-bottom: solid 3px #d1d0d0;
}

#inner-footer .hh16, #inner-content .hh16{
    background: #c17474;
}
#inner-footer .hh16:before, #inner-content .hh16:before{
    border-right: solid 20px rgb(237 195 195);
}
#inner-footer .hh22, #inner-content .hh22{
border-top: solid 2px #665050;
border-bottom: solid 2px #665050;
background: repeating-linear-gradient(-45deg, #fff2f2, #fbf2f2 3px, #ffeded 3px, #fff3f3 7px);
color: #665050;
}

#inner-footer .hh8, #inner-content .hh8{
	border-left: solid 5px #665050;
}

.keiko_yellow{
    background: linear-gradient(transparent 50%, rgb(255 204 107 / 69%) 50%);
}

#ez-toc-title-container:before {
    display: none !important;
}


.entry-content dl.qab{
    padding-bottom: 24px;
    border-bottom: 1px #ffb36b dashed;
    margin-bottom: 30px;
}
#toc_container .toc_title,
.entry-content .ez-toc-title-container {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
line-height:2.8;
}
#toc_container .toc_title:before,
.entry-content .ez-toc-title-container:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
   content: "\f0ca";
}

.box26{
    border: solid 3px #918383;
}
.box26 .box-title{
    color: #cd5151;
}