/** ロゴの大きさを変更 **/
.Header__logo img {
  max-width: 11.5rem;
}

/** 文字色を変更 **/
.Icon__brand, .commonStyle__zt3Brand, .KbDetailLtContainer__articleContent a {
  color: #4499EE;
}

/** トップへ戻るボタンの背景色を変更 **/
.commonStyle__zt3BrandBg {
	background-color: #4499EE;
}

/** セクションのアイコンを非表示 **/
.Avatar__avatar {
	display: none;
}

/** パンくずリストの色を変更 **/
.BreadCrumbs__breadcrumbsView ul li:last-child {
  color: #ffffff;
}

/** パンくずリストのスラッシュ色を変更 **/
li::before {
  color: #ffffff;
}

/** パンくずリストのホバー時の色を変更 **/
.BreadCrumbs__breadcrumbsView a:hover{
  color: #ffffff;
  text-decoration: underline;
}

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

/** フッターのお問い合わせを非表示 **/
.Footer__footerBg {
  display: none;
}


/** スマホ表示時の記事タイトルの右側の空白を削除 **/
.KbDetailLtContainer__articleTitle {
    margin: 0 0 0 0;
}

/** PC表示時の記事タイトルの右側のアイコンを削除 **/
.KbDetailLtContainer__readerView, .KbDetailLtContainer__printView, .KbDetailLtContainer__pdfView{
  display: none;
}

/** プレイスホルダーのテキストを変更 
[data-id="searchInput"]::placeholder{
  color:red;
}**/

/** 「ナレッジベースのセクション」の文字を非表示 **/
[data-id="articleList"]  
> .Layout__layout2 
> .ArticleListRightContainer__rightPanelDetail 
> .ArticleListRightContainer__widgetRight 
> .ArticleListRightContainer__widgetSection 
> .ListHeader__listHeader1
> .ListHeader__headerContent 
> .ListHeader__header1
{
display:none;
}

/** 「ナレッジベースのセクション」の文字を「カテゴリ一覧」に変更 **/
[data-id="articleList"]  
> .Layout__layout2 
> .ArticleListRightContainer__rightPanelDetail 
> .ArticleListRightContainer__widgetRight 
> .ArticleListRightContainer__widgetSection 
> .ListHeader__listHeader1
> .ListHeader__listIcon1:after {
	content: " カテゴリ一覧";
}

/** NotFoundページのデフォルトアイコンを削除 
[data-id="urlnotfoundError"]  div
> .Icon__icon 
{
	display:block;
	background-image:url(https://download.zoho.jp/webdownload?x-service=EX&event-id=s43w5328fa560915a4f49b867a9dfad738d0e_200x150&x-cli-msg=%7B%22x-h%22%3A150%2C%22x-w%22%3A200%2C%22x-mode%22%3A%222%22%2C%22x-encoding%22%3A%22gzip%22%2C%22x-resource_id%22%3A%22s43w5328fa560915a4f49b867a9dfad738d0e%22%7D);
	background-repeat:no-repeat;
	background-size: contain;
	height: 150px;
	object-fit: cover;
	background-position: center;
}
**/

/** NotFoundページに検索例を追加 **/
.ErrorPage__errorContent p:after{
	content: "検索時は単語区切りで検索してください（例: 生年月日 変更）";
}

/** スマホ表示時にHeader__menuTab(お問い合わせリンク)を表示する **/
@media only screen and (max-width: 1024px) {
    .Header__homeNavbarFixed .Header__navbar .Header__globalSearchAlt, .Header__menuTab {
        display: block;
    }
  
  .Header__tabsTab{
 	font-size: 0.9rem;
  }
