@charset "UTF-8";
/********************************
* UIカスタム設定（ダッシュボードで編集可）
* ダッシュボードの値を参照する場合は
* 各変数をコメントアウトしてください
********************************/
:root {
  --brand-color: var(--primary9);
  /* --link-color: var(--primary9); */
  --link-hover-color: var(--neutral4);
  /* --highlight-color: var(--primary9); */
  /* --body-color: var(--neutral12); */
  --body-background: none;
  --logo-image-height: auto;
  --header-color: #515151;
  --header-background: transparent;
  --subtitle-background: none;
  --query-input-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
  /* --query-input-border: 1px solid var(--neutral6); */
  --page-container-width: 760px;
}

/* UIカスタム設定 */
:root {
  --primary-color: var(--primary9);
  --link-border-radius: var(--rounded-sm);
  --card-border-radius: var(--rounded-lg);
  --card-border-color: #ddd;
  --card-border-width: 1px;
  --card-bg-color: #fff;
  --body-background-size: auto;
  --helper-color: var(--neutral11);
  --header-link-color: #777;
  --header-background-size: auto;
  --form-border-color: var(--neutral6);
  --subtitle-background-size: auto;
}

/* カラーパターン */
:root {
  --neutral1: #fcfcfd;
  --neutral2: #f9f9fb;
  --neutral3: #f0f0f3;
  --neutral4: #e8e8ec;
  --neutral5: #e0e1e6;
  --neutral6: #d9d9e0;
  --neutral7: #cdced6;
  --neutral8: #b9bbc6;
  --neutral9: #8b8d98;
  --neutral10: #80838d;
  --neutral11: #60646c;
  --neutral12: #1c2024;
  --indigo1: #fdfdfe;
  --indigo2: #f7f9ff;
  --indigo3: #edf2fe;
  --indigo4: #e1e9ff;
  --indigo5: #d2deff;
  --indigo6: #c1d0ff;
  --indigo7: #abbdf9;
  --indigo8: #8da4ef;
  --indigo9: #3e63dd;
  --indigo10: #3358d4;
  --indigo11: #3a5bc7;
  --indigo12: #1f2d5c;
  --primary1: var(--indigo1);
  --primary2: var(--indigo2);
  --primary3: var(--indigo3);
  --primary4: var(--indigo4);
  --primary5: var(--indigo5);
  --primary6: var(--indigo6);
  --primary7: var(--indigo7);
  --primary8: var(--indigo8);
  --primary9: var(--indigo9);
  --primary10: var(--indigo10);
  --primary11: var(--indigo11);
  --primary12: var(--indigo12);
  --rounded-xs: 2px;
  --rounded-sm: 4px;
  --rounded-md: 6px;
  --rounded-lg: 8px;
  --rounded-xl: 12px;
  --rounded-2xl: 16px;
  --first-view-bg-color: transparent;
  --navbar-bg-color: transparent;
  --focus-ring-color: #e56700;
  --button-bg-color: var(--neutral3);
  --button-bg-hover-color: var(--neutral4);
  --button-label-color: var(--neutral12);
  --button-disabled-bg-color: var(--neutral3);
  --button-disabled-label-color: var(--neutral9);
  --feedback-button-bg-color: var(--neutral3);
  --feedback-button-bg-hover-color: var(--neutral4);
  --feedback-button-label-color: var(--neutral12);
  --feedback-button-disabled-bg-color: var(--neutral3);
  --feedback-button-disabled-label-color: var(--neutral9);
}

/* mixin */
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
html {
  /*****************************************
  * SEARCH PAGE
  *****************************************/
  /*****************************************
  * ARTICLE PAGE
  *****************************************/
  /*****************************************
  * CONTACT PAGE
  *****************************************/
  /*****************************************
  * POPUP SETTING
  *****************************************/
  /* スマホ表示時の共通カード余白・ヘッダータイトルの制御 */
  /* 種類別ボタン調整 */
}
html body {
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
  display: flex;
  flex-direction: column;
  background: var(--body-background);
  background-size: var(--body-background-size);
}
@media screen and (max-width: 767px) {
  html body {
    font: 1.4rem/1.3 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif;
    color: #555;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    word-wrap: break-word;
  }
}
html .search-page {
  position: relative;
}
html .search-page::after {
  content: "";
  display: block;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--first-view-bg-color);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html .search-page::after {
    height: 240px;
  }
}
html .search-page .footer .footer-main .footer-main_search-top,
html .search-page .footer .footer-main .footer-main_contact {
  display: none;
}
html #concierge-container {
  display: none;
}
html .header {
  background-color: #fff9ec;
  padding: 0;
}
html .header .subtitle {
  padding: 54px 0 20px;
  /* 重複を整理し統合 */
}
@media screen and (max-width: 767px) {
  html .header .subtitle {
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
html .header .subtitle h2 {
  font-weight: bold;
  font-size: 20px;
  color: var(--header-color);
  line-height: 135%;
  word-break: keep-all;
}
html .navbar {
  padding: 17px 24px 13px 30px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  html .navbar {
    min-height: 47px;
    height: auto;
    gap: 10px;
    padding: 4px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  html .navbar h1.brand {
    display: none;
  }
}
html .navbar h1.brand img {
  width: 200px;
  height: var(--logo-image-height);
}
html .navbar ul.header-menu li.logo_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html .navbar ul.header-menu li.logo_sp {
    display: block;
  }
}
html .navbar ul.header-menu li.logo_sp img {
  margin: 0;
  width: 115px;
  height: auto;
}
html .navbar ul.header-menu li.logo_sub {
  margin: 3px 0 0 11px;
}
@media screen and (max-width: 767px) {
  html .navbar ul.header-menu li.logo_sub {
    margin: 5px 0 0 11px;
  }
}
html .navbar ul.header-menu li.logo_sub img {
  margin: 0;
  width: 46px;
  height: auto;
}
html .navbar ul.header-menu a {
  font-size: 0;
  line-height: 1;
  padding: 0;
}
html .query-input {
  margin-bottom: 16px;
  margin: 0px auto 40px;
  max-width: 584px;
  border-radius: 5px;
  box-shadow: none;
  /*background-color: #F3F7FC;*/
}
@media screen and (max-width: 767px) {
  html .query-input {
    margin-bottom: 8px;
  }
}
html .query-input:focus-within {
  outline: 1px solid #333;
}
.inframe html .query-input:focus-within {
  outline: none;
}
html .query-input .speech-button {
  height: 45px;
}
html .query-input textarea {
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
}
html .app .container {
  display: flex;
  flex-direction: column;
}
html .app .keywords.keywords-top-most {
  order: 1;
  margin-top: 16px;
}
html .app .faq-list {
  order: 2;
  margin-top: 16px;
}
html .faq-list {
  margin-top: 24px;
  padding: calc(24px - 5px) 32px 24px;
  border: solid 1px var(--card-border-color);
  border-radius: var(--card-border-radius);
}
@media screen and (max-width: 767px) {
  html .faq-list {
    margin-top: 16px;
    padding: 24px 15px;
  }
}
html .faq-list .faq-list-search-summary {
  padding-left: 8px;
}
html .faq-list .faq-list-scroll-container {
  height: initial;
  max-height: calc(62px + (39px * 8));
  overflow-y: auto;
  overflow-x: visible;
}
@media screen and (max-width: 767px) {
  html .faq-list .faq-list-scroll-container {
    max-height: calc(62px + (36px * 8));
  }
}
html .faq-list .faq-list-empty-container {
  padding-left: 8px;
}
html .faq-list .faq-list-title {
  position: initial;
  margin: 4px 0 7px;
  padding: 5px 0 2px;
  font-weight: bold;
  background: transparent;
  font-size: 18px;
  color: #333333;
}
html .faq-list ul > li > a {
  padding: 8px 8px 8px 0;
  border-radius: 6px;
  overflow-wrap: anywhere;
  font-size: 16px;
}
html .faq-list ul > li > a:hover {
  background-color: #fffbf2;
}
html .faq-list .faq-list-bottom {
  display: none;
}
html .keywords {
  padding: 24px 32px;
  margin-top: 24px;
  border: solid 1px var(--card-border-color);
  border-radius: var(--card-border-radius);
}
html .keywords:not(.keywords-top-most) {
  order: 3;
}
@media screen and (max-width: 767px) {
  html .keywords {
    padding: 24px 16px;
    margin-top: 16px;
  }
}
html .keywords .keywords-title {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 2px;
  margin-bottom: 8px;
}
html .keywords .keywords-body .headword {
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
  line-height: 38px;
  margin: 6px 0 0 0;
}
html .keywords .keywords-body .list {
  align-items: center;
  margin: 0px 10px 6px 10px;
  justify-content: left;
}
html .keywords .keywords-body .list > a {
  line-height: 36px;
  border-radius: var(--rounded-lg);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  margin: 6px;
  font-size: 16px;
  min-width: 68px;
  text-align: center;
}
html .keywords .keywords-body .list > a:hover {
  background: #fffbf2;
}
html .powered-by-helpfeel {
  display: none;
}
html .footer {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
html .footer .footer-main {
  max-width: 400px;
  margin: 0 auto 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  html .footer .footer-main {
    max-width: calc(100% - 32px);
  }
}
html .footer .btn {
  border-radius: var(--rounded-md);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
}
html .footer .btn.footer-main_search-top {
  background: linear-gradient(to bottom, #ffffff, #fafafa);
  border: 1px solid #d7d7d7;
  color: #333333;
  border-radius: 3px;
  box-shadow: 0 -1px 1px #e3e3e3 inset;
}
html .footer .btn.footer-main_search-top:hover {
  background: #fcfcfc;
  box-shadow: 0 1px 1px #e0e0e0 inset;
  text-decoration: none;
}
html .footer .footer__inner {
  background-color: #f7f7f7;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  html .footer .footer__inner {
    margin-top: 48px;
    padding: 0;
  }
}
html .footer .footer__list {
  margin: 0;
  gap: 0;
  line-height: 1.8;
  padding: 8px 0 5px 0;
}
@media screen and (max-width: 767px) {
  html .footer .footer__list {
    padding: 14px 0 7px 0;
  }
}
html .footer .footer__list-item {
  margin: 0 11px;
  display: inline;
  white-space: nowrap;
  border-left: none;
}
html .footer .footer__list-item a {
  color: #1657d9;
  text-decoration: none;
  font-size: 12px;
  text-underline-offset: 2px;
}
html .footer .footer__list-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  html .footer .footer__list-item {
    margin: 0 7px 4px;
    position: relative;
  }
  html .footer .footer__list-item:before {
    content: "";
    border-left: 1px solid #d9d9d9;
    height: 14px;
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  html .footer .footer__list-item:first-child:before {
    content: none;
  }
}
html .footer .footer-bottom {
  background-color: #f7f7f7;
  color: #999;
  padding: 0 0 28px 0;
  margin-top: 0;
}
html .footer .footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 16px;
  row-gap: 8px;
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  html .footer .footer-bottom__inner {
    padding: 0 8px;
  }
}
html .footer .footer-bottom__copyright, html .footer .footer-bottom__powered-by-helpfeel {
  display: flex;
  align-items: center;
}
html .footer .footer-bottom__copyright {
  color: #999999;
  letter-spacing: 1px;
  border-right: none;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  html .footer .footer-bottom__copyright {
    border: none;
    letter-spacing: 0;
  }
}
html .footer .footer-bottom__powered-by-helpfeel {
  padding: 0;
}
html .footer .footer-bottom__powered-by-helpfeel a {
  display: flex;
  align-items: center;
  color: #999;
}
html .footer .footer-bottom__powered-by-helpfeel a img {
  display: inline-block;
  margin-left: 8px;
}
html .footer .footer-main_contact {
  width: 240px;
  margin: 8px auto 0;
  display: block;
  padding: 10px 14px;
  color: #1657d9;
  font-size: 14px;
  background-color: transparent;
}
html .footer .footer-main_contact:hover {
  text-decoration: underline;
}
html .article-page {
  color: #333333;
}
html .article-page .header {
  padding-bottom: 0;
  background: none;
}
html .article-page .content {
  width: 100%;
  margin: 32px 0 16px;
}
@media screen and (max-width: 767px) {
  html .article-page .page-content {
    padding: 0;
    border: none;
  }
}
html .article-page .page-content .line {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}
html .article-page .page-content .line.title {
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 24px;
}
html .article-page .page-content .line.title:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  margin: 15px -2px 0;
  height: 1px;
  background-color: var(--card-border-color);
  border-radius: 2px;
}
html .article-page .page-content .line.image-only-line > a {
  display: inline-block;
}
html .article-page .page-content .indent-mark .dot {
  top: 13px;
}
html .article-page .page-content a.link:hover,
html .article-page .page-content a.external-link:hover {
  box-shadow: none;
  background-color: #fffbf2;
}
html .article-page .feedback-section {
  margin: 30px 0 0 0;
}
html .article-page .feedback-section #feedback-message-title-solution {
  font-size: 16px;
}
html .article-page .feedback-section .buttons button {
  background: linear-gradient(to bottom, #ffffff, #fafafa);
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  box-shadow: 0 -1px 1px #e3e3e3 inset;
  color: #1657d9;
}
html .article-page .feedback-section .buttons button:hover {
  background: #fcfcfc;
  box-shadow: 0 1px 1px #e0e0e0 inset;
  text-decoration: none;
}
html .article-page .feedback-section #feedback-bad-button-label {
  margin-top: 0;
}
html .article-page .feedback .buttons .good-button #feedback-good-button-label,
html .article-page .feedback .buttons .good-button #feedback-bad-button-label,
html .article-page .feedback .buttons .bad-button #feedback-good-button-label,
html .article-page .feedback .buttons .bad-button #feedback-bad-button-label {
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
}
html .article-page .detailed-feedback-link {
  background-color: transparent;
}
html .article-page .detailed-feedback-link:hover {
  background-color: transparent;
}
html .article-page .detailed-feedback-link-button {
  border: none;
  background-color: var(--feedback-button-bg-color);
  color: var(--feedback-button-label-color);
  border-radius: var(--rounded-md);
}
html .article-page .detailed-feedback-link-button:hover {
  background-color: var(--feedback-button-bg-hover-color);
  border-radius: var(--rounded-md);
}
html .article-page .related-pages-section {
  width: 100%;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  html .article-page .related-pages-section {
    border-top: solid 1px var(--card-border-color);
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  html .article-page .related-pages-section .container {
    max-width: calc(100% - 16px);
  }
}
html .article-page .related-pages-section .related-pages {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  html .article-page .related-pages-section .related-pages {
    padding: 16px 0;
    border-radius: none;
  }
}
html .article-page .related-pages-section .related-pages .related-pages-title {
  font-weight: bold;
  padding-left: 8px;
}
html .article-page .related-pages-section .related-pages .related-pages-body ul > li:not(:last-child) {
  margin-bottom: 4px;
}
html .article-page .related-pages-section .related-pages .related-pages-body ul > li > a {
  padding: 4px 8px;
  font-size: 16px;
  align-items: center;
}
html .article-page .related-pages-section .related-pages .related-pages-body ul > li > a:hover {
  background-color: #fffbf2;
}
html .article-page .related-pages-section .related-pages .related-pages-body ul > li > a .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  background-image: url(https://custom-assets.helpfeel.com/kaago-faq/note.svg) !important;
  background-size: contain;
  background-position: center;
  background-shape: initial;
}
html .article-page strong.level.level-3 {
  font-size: 125%;
  line-height: 140%;
  display: block;
  margin: 1.25em 0 0;
  font-feature-settings: "palt";
}
html .article-page strong.level.level-4 {
  font-size: 150%;
  line-height: 140%;
  display: block;
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}
html .article-page-empty .content {
  margin-bottom: 0;
  order: 1;
}
html .article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
html .article-page-empty .content .page-content .line.title {
  margin-bottom: 0;
}
html .article-page-empty .feedback-section {
  order: 3;
}
html .article-page-empty .related-pages-section {
  margin-top: 0;
  order: 2;
}
html .article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
@media screen and (max-width: 767px) {
  html .article-page-empty .related-pages-section .container .related-pages {
    border-top: 1px solid var(--card-border-color);
    border-radius: var(--card-border-radius);
  }
}
.inframe html .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  html .article-page-empty .related-pages-section {
    border: none;
  }
}
html .article-page-empty #detailed-feedback-section {
  order: 4;
}
html .article-page-empty .footer {
  order: 5;
}
html .page-content a.external-link {
  text-decoration: none;
}
html .custom-contact-container .description {
  color: var(--helper-color);
}
html .contact-page {
  font-size: 14px;
}
html .contact-page .navbar ul.header-menu a {
  display: none;
}
html .contact-page .description-html .description {
  padding: 10px 0;
  background-color: transparent;
}
html .contact-page .description-html:has(+ #g-recaptcha) {
  margin-top: 40px;
}
html .contact-page .form-group.required > label:after, html .contact-page .form-group.required.radio-button-container > div:not(.radio-button-group) > label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #e5484d;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}
html .contact-page .form-group > label, html .contact-page .form-group.radio-button-container > div:not(.radio-button-group) label {
  display: block;
  color: var(--header-color);
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
html .contact-page .form-group.rel-question, html .contact-page .form-group.nohit {
  margin-top: 0;
}
html .contact-page div#g-recaptcha {
  margin: 60px 0 80px;
}
html .contact-page div#g-recaptcha > div {
  margin: 0 auto;
}
html .contact-page .contact-container {
  padding-bottom: 0;
}
html .contact-page .contact-container .hints {
  padding-left: 0;
}
html .contact-page .contact-container .form-group + .description-html {
  margin: 0;
}
html .contact-page .contact-container .button-submit {
  color: white;
  background: var(--primary9);
  border-radius: var(--rounded-md);
  padding: 12px 14px;
}
html .contact-page .contact-container .button-submit:hover {
  background-color: var(--primary10);
}
html .contact-page .contact-container .button-submit:disabled {
  background: var(--button-disabled-bg-color);
  color: var(--button-disabled-label-color);
}
html .contact-page .footer {
  padding-top: 24px;
}
html .contact-page .footer .footer-main_contact {
  display: none;
}
html .contact-page .footer .footer-main_search-top {
  max-width: 240px;
  width: 100%;
  box-sizing: border-box;
}
html.inframe .header .subtitle {
  display: none;
}
html.inframe #app-container {
  margin-top: 57px;
}
html.inframe .search-page::after {
  display: none;
}
html.inframe .header {
  padding: 0;
  border-bottom: solid 1px var(--custom-border-color, var(--form-border-color));
}
html.inframe .kinds-selector {
  display: none;
}
html.inframe .keywords {
  margin: 16px 0;
  padding: 24px 15px;
}
html.inframe .keywords.keywords-top-most {
  margin: 0;
  padding: 30px 0 0 0;
  border: none;
}
html.inframe .faq-list .faq-list-scroll-container {
  scrollbar-width: none;
}
html.inframe .faq-list .faq-list-scroll-container::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
html.inframe .query-input {
  background-color: #fff;
  margin-top: 6px;
}
html.inframe .query-input:focus-within {
  outline: none;
}
html.inframe .query-input input,
html.inframe .query-input textarea {
  background-size: 18px;
  padding-left: 48px;
  background-position: 16px center;
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
}
html.inframe .article-page .content {
  margin-top: 16px;
}
html.inframe .article-page .page-content {
  padding-inline: 24px;
}
html.inframe .article-page .related-pages-section .container {
  max-width: calc(100% - 24px);
}
html.inframe .inframe-header {
  font-weight: normal;
}
html.inframe .inframe-header a svg {
  width: 16px;
}
html.inframe .inframe-header a svg path {
  fill: var(--helper-color);
}
html.inframe .article-page {
  padding-bottom: 30px;
}
html[data-pdf="1"].inframe .query-input {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  html body .faq-list,
html body .keywords,
html body .page-content,
html body .related-pages {
    padding: 24px 15px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}
@media screen and (max-width: 767px) {
  html .kinds-selector {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
html .kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
html .kinds-selector .selector .kind-items > label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
html .keywords .keywords-body .list > a.highlight {
  border-color: #e56700;
  background-color: #fffbf2;
}