/*
	カテゴリ（セクション）一覧 
*/
section.tiled-navigation.tiled-navigation-boards.shopify-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.tiled-navigation.tiled-navigation-boards.shopify-container > * {
    width: 30;
    border: solid 1px #eee;
    padding: 20px;
    flex: 150px;
    margin: 8px;
}
a.tile {
    font-weight: bold;
    color: #000;
}
a.tile:hover {
opacity: 0.8;
}
a.tile p {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}
a.tile span.tile-heading {
  min-height: 50px;
  display: inline-block;
}
h2.m0 {
  margin:0;
}

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

/*
	サブタイトルの表示 
*/
.es_header_subname {
  display: block;
  font-size:13px;
  font-weight: normal;
}
/*
	タイトルのリンク色を変更
*/
.Header__name a {
	color: #fff;
}

/*
	利用規約・注意事項
*/
.terms-of-service {
  background: rgb(255, 198, 151);
  border-right: 5px solid rgb(249, 180, 128);
  padding:20px;
  margin-bottom: 16px;
}
.terms-of-service ol li {
font-size: 14px;
letter-spacing: 0.4px;
}
/*
	サイトカスタマイズ注意事項
*/
.notice-of-service {
background-color: #efefef;
border-right: 5px solid #dddddd;
padding:20px;
}
.notice-of-service ul li {
font-size: 14px;
list-style: disc;
letter-spacing: 0.4px;
}

/*
	snsリンク比表示
*/
#articleReview .KbDetailLtContainer__userSocialIcon {
  display: none;
}

/*
	 問い合わせ動線を非表示
*/
#portal_tabCases {display:none;}
.TicketList__widgetSection.commonStyle__widgetSection.TicketList__cv_viewsCont {
    /*display: none;*/
}
.TicketList__filterPanel.commonStyle__flex.commonStyle__flexWrap {
    display: none;
}
/*
	 サポート案件の不要項目非表示

.Field__attachMent {
display: none;
}
li.ConversationForm__list.commonStyle__inlineBlock.commonStyle__zt3Link.commonStyle__cursor:last-child {
    display: none;
}

*/


.es-contact-page-link a {
    background: #e46317;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    color: #fff;
}

/*
	 ログインページのお知らせ
*/
.Header__alert  {
  background-color: rgb(255, 198, 151);
  padding: 16px 0;
  color:var(--color-greyShade70);
  display:none;
}
.Header__header:has(.Header__navbar .LoginDetail__signin) .Header__alert {
  display: block;
}

