/* SNSボタンを非表示 */
.KbDetailLtContainer__userSocialIcon{
display: none
}

/* リンクを緑にする */
.asap-article-list-item-title, 
.asap-breadcrumb-item-label,
a {
    color: #00B2A6 !important;
}

/* 「問い合わせを送信する」ボタンの色 */
.Button__footerBtn {
    background: #8F97AF;
    color: #fff;
}

/* 「問い合わせを送信する」ボタンのマウスオーバー時の色 */
.Button__footerBtn:hover{
  color: #fff;
  background: #FF0033;
}

/* タイトル要素の元の文字を消して、新しい文字を表示する */
.ContentBox__boxThree:nth-child(1) h2 {
    font-size: 0;
}
