/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/*ヘッダー画像シャドウ削除*/
@media (max-width: 767px) {
  #main-image {
    box-shadow: none;
  }
}

/*サイドバー追尾目次*/
.toc_widget_list li {
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
}
.toc_widget_list li ul a::before {
  content: "・";
}
.toc_widget ul li ul {
  border: none;
  padding: 0px 0px 0px 10px;
}
.toc_widget ul {
  max-height: 460px;
  overflow-y: auto;
}
.toc_widget_list li ul {
  margin-left: 1em;
  text-indent: -1em;
}
.toc_widget_list li ul li a {
  font-size: 13px;
  font-weight: normal;
}

/* ブログカード［あわせてよみたい］変更 */
.blog-card .blog-card-hl:after {
  content: "Related articles";
  letter-spacing: 0.025em;
}

/* reCAPTCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
