/*目次*/
div#toc_container {
  margin: 20px auto;
}

/*記事コンテンツ*/
div.col-sm-12 ul[class^="wp-block"]{
padding-left: 30px;
list-style-type: disc;
}

/*料金表*/
.price-table table tr td:nth-child(2) {
  text-align: right;
}

/*LINEバナー*/
#scroll-banner {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#scroll-banner.is-active {
  opacity: 1;
  pointer-events: auto;
}

#scroll-banner img {
  width: 200px;
  max-width: 90%;
}

@media (max-width: 767px) {
#scroll-banner {
  bottom: 5px;
  left: 5px;
}
#scroll-banner img {
  width: 130px;
}
}

/*フッター*/
.footer-Address_label{
background-image:url(https://yamagiwa-gyosei.jp/wp-content/uploads/2026/03/logo2.png);
width: 300px;
height: 50px;
background-repeat: no-repeat;
margin-bottom: 26px;
}
.footer-Address_label p{
display:none;
}