@import url('https://fonts.googleapis.com/css?family=Unica+One');

/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*---------------------------------
見出し
--------------------------------*/

.article p{
    line-height: 2.0em;
    margin-bottom: 2.0em;
}


/* INDEX */

#toc_container {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #fff;
  border: 5px solid #e1eff4;
  border-radius: 2px;
  color: #666; }

#toc_container .toc_title {
  font-family: "Unica One", cursive;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 1.7em;
  border-bottom: 2px solid #dedede; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px;
  line-height: 1.0em;
  font-size: 0.9em; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " |";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-family: "Unica One", cursive;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #008db7; }

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 2px; }

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 2px 20px; }

  #toc_container .toc_title {
    font-size: 2em; }

  #toc_container .toc_list > li {
    margin-bottom: 15px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 26px; } }

/* INDEX終わり */


/* カエレバ */
.booklink-box, .kaerebalink-box{
  margin: 5px auto;
  padding: 3%;
  width: 90%;
  overflow: hidden;
  border: solid 1px #ccc;
  font-size: 90%;
}


#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}

.article img {
    height: auto;
}

.img {
   height: auto;
}

/* カエレバ終わり */


/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
 position: relative;
 width: 80%;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 11px;
 border-radius: 6px;
 border: 2px solid #999;
 box-shadow: 1px 1px 5px #aaa;
 background-color: #fff;
 z-index: 1;
}
.entry-content .l-fuki {
 margin: 40px 20px 40px 10%;
}
.entry-content .r-fuki {
 margin: 40px 20px 40px 10%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
 position: absolute;
 content: "";
 top: 16px;
 width: 10px;
 height: 10px;
 border-right: 2px solid #999;
 border-bottom: 2px solid #999;
 background-color: #fff;
 z-index: 2;
}
.entry-content .l-fuki::before {
 right: -7px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
 left: -7px;
 transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
 position: absolute;
 content: "";
 width: 70px;
 height: 70px;
 top: -10px;
 border-radius: 40px;
 border: 3px solid #fff;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 0px #aaa;
}
.entry-content .l-fuki::after {
 right: -85px;
}
.entry-content .r-fuki::after {
 left: -85px;
}
 
@media screen and (max-width: 620px) {
 .entry-content .l-fuki,
 .entry-content .r-fuki {
 width: 75%
 }
 .entry-content .l-fuki {
 margin-right: 30%;
 }
 .entry-content .r-fuki {
 margin-left: 20%;
 }
.entry-content .l-fuki {
 margin: 20px 20% 40px 3%;
}
}
@media screen and (max-width: 478px) {
 .entry-content .l-fuki::after,
 .entry-content .r-fuki::after {
 width: 60px;
 height: 60px;
 border-radius: 30px;
 }
 .entry-content .l-fuki::after {
 right: -82px;
 }
 .entry-content .r-fuki::after {
 left: -75px;
 }
}
.usagi::after {background-image:url(https://hisagawa.com/wp-content/uploads/2017/09/IMG_usagi03.jpg);}
.kuma::after {background-image:url(https://hisagawa.com/wp-content/uploads/2017/09/IMG_kuma03.jpg);}
 
/* 吹き出しのCSS終わり　*/


/* 見出しを変更 */

.article h2 {
 font-size: 28px;
 line-height: 30px;
 padding: 15px 10px 12px 20px;
 background: #10ABA6;
 color: #FFF;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;
}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #7BC8BC #7BC8BC #FFF;
 background: #7BC8BC;
 display: block;
 width: 0;
}

.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}

/* 見出し終わり */


