@charset "utf-8";

#toc>ul.chapter {
  overflow-y: scroll;
  max-height: 80vh;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  #botFix.sp.toplnk {
    display: flex;
  }

  #botFix.sp.toplnk a {
    width: 50%;
    padding: 10px 10px 10px 40px;
    background-position: 0%;
  }

  #botFix.sp.toplnk a.botFix-tel {
    background: url('img/icon_tell.png') left 10px top 50% / 16px no-repeat rgb(123, 172, 128);
  }

  #botFix.sp.toplnk a.botFix-tel::before {
    display: none;
  }

  #botFix.sp.toplnk a.botFix-tel::after {
    display: none;
  }

  #botFix.sp.toplnk a.botFix-link::before {
    width: 20%;
    background-size: 100%;
    left: 0;
    bottom: 0;
    background-position: bottom;
  }

  #botFix.sp.toplnk a.botFix-link::after {
    width: 120px;
    background-size: 100%;
  }

  #botFix.sp.toplnk a p {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
  }

}
