@charset "UTF-8";
:root {
  --brand-color: #c00000;
  --body-color: #272727;
  --highlight-color: #E75400;
  --card-border-radius: 1px;
  --link-color: #0671B8;
  --link-hover-color: #F9F7F1;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #F9F7F1;
  background-color: #f5f4f3;
}

.header {
  padding: 0;
  background-color: #FFF;
}

.header-menu .logo:hover {
  background: transparent;
  opacity: 0.7;
}
.header-menu .logo_img {
  width: 74px;
}
.header-menu .link_kitchen {
  position: absolute;
  left: 0;
  top: 70px;
  color: #1287c9;
  font-weight: bold;
  z-index: 1000;
  font-size: 14px;
}
.header-menu .link_kitchen:before {
  content: "？";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  background-color: #04d3fe;
  color: #fff;
  text-align: center;
  margin-right: 5px;
}
.header-menu .link_kitchen:hover {
  background-color: #fff;
  opacity: 0.7;
}
.article-page .header-menu .link_kitchen {
  display: none;
}

.navbar {
  height: 70px;
  position: relative;
  min-width: 350px;
}
.navbar h1.brand a {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 26px;
}
body.article-page .navbar h1.brand a {
  align-items: center;
  line-height: 32px;
}
.navbar h1.brand a:before {
  content: "";
  width: 41px;
  height: 45px;
  background-image: url(https://custom-assets.helpfeel.com/lixil-e-connection-help/e-cat.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}
.navbar h1.brand a:after {
  content: "※お客様の権限によって、ご利用いただけない機能がFAQの回答に含まれる場合がございます";
  position: absolute;
  left: 48px;
  font-size: 12px;
  color: var(--body-color);
  top: 30px;
  line-height: 1.2;
  width: 530px;
}
body.article-page .navbar h1.brand a:after {
  display: none;
}

.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 24px;
}

.query-input {
  margin-bottom: 16px;
}

.content {
  margin: 32px 0 16px;
}

.keywords .keywords-title {
  margin-bottom: 8px;
}
.keywords .keywords-body .list {
  justify-content: left;
  margin-left: 10px;
}
.keywords .keywords-body .list > a {
  margin: 6px 10px 0 0;
  border: 1px solid transparent;
}
.keywords .keywords-body .list > a:hover {
  border: 1px solid #E75400;
  color: #E75400;
  background-color: #fff;
}
.keywords .keywords-body .list > a.highlight {
  border: 1px solid #E75400;
}
.keywords .keywords-body .headword {
  text-align: center;
  line-height: 38px;
  margin: 6px 0 0 0;
}

.btn {
  display: block;
  margin: 0 auto 48px;
  padding: 10px 14px;
  text-align: center;
}

.footer {
  margin-top: auto;
  padding-top: 48px;
  padding-bottom: 0;
}
.article-page .footer {
  padding-top: 32px;
}
.footer .helpfeel-top {
  width: 160px;
  background-color: #fff;
  border: 2px solid #555;
  color: #555;
}
.footer .helpfeel-top:hover {
  background-color: #fff;
  border: 2px solid #E75400;
  color: #E75400;
}
body.search-page .footer .helpfeel-top {
  display: none;
}
.footer_wrap {
  padding: 15px 0;
  background-color: #808080;
}
.footer_copy {
  font-size: 13px;
  color: #fff;
}
.footer .powered-by-helpfeel a {
  font-size: 10px;
  color: #e3e3e3;
}
.footer .powered-by-helpfeel a:hover {
  opacity: 0.6;
}

.related-pages .related-pages-body ul > li > a {
  font-size: 16px;
  align-items: center;
}
.related-pages .related-pages-body ul > li > a .icon {
  background-size: contain;
  height: 20px;
  margin-right: 8px;
}

.article-page-empty .content {
  margin-bottom: 0;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.article-page-empty #detailed-feedback-section {
  order: 4;
}
.article-page-empty .footer {
  order: 5;
}

@media screen and (max-width: 767px) {
  body .faq-list, body .keywords, body .page-content, body .related-pages {
    padding: 15px;
  }

  .logo_img {
    width: 43px;
  }

  .query-input {
    margin: 37px 0 16px;
  }

  .navbar h1.brand {
    font-size: 16px;
  }
  .navbar h1.brand a {
    line-height: 20px;
  }
  .navbar h1.brand a:before {
    margin-right: 4px;
    width: 36px;
    height: 40px;
  }
  .navbar h1.brand a:after {
    left: 40px;
    top: 20px;
    width: 220px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }

  .keywords {
    margin: 16px 0;
  }
  .keywords .keywords-body .headword {
    text-align: left;
  }

  .related-pages {
    margin-top: 0;
  }
}
.search-summary-time {
  display: none;
}

.subtitle_example {
  display: block;
  line-height: 1.7;
  margin-top: 0.7em;
  font-size: 16px;
  font-weight: normal;
}

/* mixin */
.search-page .app .container {
  display: flex;
  flex-flow: column;
}
.search-page .app .container .faq-list {
  order: 2;
}
.search-page .app .container .keywords {
  order: 3;
}
.search-page .app .container .keywords.keywords-top-most {
  order: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .search-page .app .container .keywords.keywords-top-most .keywords-body .list a {
    line-height: 1.6;
    font-size: 16px;
    padding: 3.5px 7px;
    margin: 4px 5px 0 0 !important;
  }
}