@charset "UTF-8";
/* font-face */
@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");
}
/* style　settings */
/* query-input */
/* header */
/* b2.footer-main */
/* primary - テンプレのcontactボタンの色 */
/* primary - テンプレのsearchTopボタンの色 */
/* footer-nav */
/* footer-bottom */
/* kinds_button_param */
/* contact */
:root {
  --query-input-border: 1px solid #B6D6F2;
  --header-link-color: #777;
  --card-border-color: #F2F3F5;
}

/* mixin */
/* helpfeel base ---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    background: var(--body-background);
  }
}
@media screen and (max-width: 767px) {
  body .faq-list,
body .keywords,
body .page-content,
body .related-pages {
    padding: 24px 15px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

.header {
  padding: 0;
}
.header .concierge-container {
  display: none;
}

.query-input {
  margin-bottom: 16px;
  margin: 0px auto 40px !important;
  max-width: 584px;
  border-radius: 5px;
  box-shadow: none;
  /*background-color: #F3F7FC;*/
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-bottom: 8px;
  }
}
.query-input:focus-within {
  outline: 1px solid #333333;
}
.inframe .query-input:focus-within {
  outline: none;
}
.query-input .speech-button {
  height: 45px;
}

.faq-list ul > li > a {
  padding-right: 8px;
  font-size: 16px;
}

/* search - conetnts */
#app-container {
  /*min-height: 100vh;*/
  min-height: auto !important;
}
html.inframe #app-container {
  margin-top: 67px;
}

.content {
  margin: 32px 0 16px;
}
html.inframe .content {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .keywords {
    margin: 16px 0;
  }
}
.keywords .keywords-title {
  margin-bottom: 7px;
  padding: 5px 0 2px;
}
.keywords .keywords-body .list {
  justify-content: left;
  margin: 0px 10px 6px 10px;
}
.keywords .keywords-body .list > a {
  border: 1px solid transparent;
}
.keywords .keywords-body .headword {
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .keywords .keywords-body .headword {
    margin: 0;
    text-align: left;
  }
}

/* article - contents */
.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 24px;
}
.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;
}
.page-content .line.image-only-line > a {
  display: inline-block;
}
.page-content .indent-mark .dot {
  top: 13px;
}

/* article - related */
@media screen and (max-width: 767px) {
  .related-pages {
    margin-top: 0;
  }
}
.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;
  order: 1;
}
.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 .feedback-section {
  order: 3;
}
.article-page-empty .related-pages-section {
  order: 2;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.inframe .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
.article-page-empty #detailed-feedback-section {
  order: 4;
}
.article-page-empty .footer {
  order: 5;
}

/* Heading ---------------------------------------------------------------*/
strong.level.level-3 {
  font-size: 125%;
  line-height: 140%;
  display: block;
  margin: 1.25em 0 0;
  font-feature-settings: "palt";
}

strong.level.level-4 {
  font-size: 150%;
  line-height: 140%;
  display: block;
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}

/* helpfeel header ---------------------------------------------------------------*/
.navbar {
  min-height: 54px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 1px solid #D5D5D5;
  background-color: #fff;
  gap: 10px;
}
.navbar ul.header-menu {
  gap: 0 10px;
}
.navbar ul.header-menu > li {
  display: flex;
}
.navbar ul.header-menu > li:not(:first-child) {
  margin-left: 0;
}
.navbar ul.header-menu > li a {
  padding: 6px;
}
.navbar ul.header-menu > li a:hover {
  background-color: rgba(119, 119, 119, 0.15);
  border-radius: 5px;
}

/* helpfeel footer ---------------------------------------------------------------*/
.btn {
  display: block;
  padding: 10px 14px;
  border-radius: 5px;
}

/* footer */
.powered-by-helpfeel {
  display: none;
}

footer {
  /* footer - ナビゲーション */
  /* footer - コピーライト */
}
footer.footer {
  margin-top: auto;
  padding-top: 48px;
  padding-bottom: 0;
}
.article-page footer.footer {
  padding-top: 30px;
}
footer .footer-main {
  width: 760px;
  text-align: center;
  max-width: calc(100% - 32px);
  margin: 0 auto 60px;
}
footer .footer-main_search-top {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  background: -webkit-gradient(0deg, #eee 50%, #fff);
  background: linear-gradient(0deg, #eee 50%, #fff);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333333;
}
footer .footer-main_search-top:hover {
  background: -webkit-gradient(0deg, #E5E5E5 50%, #F2F2F2);
  background: linear-gradient(0deg, #E5E5E5 50%, #F2F2F2);
}
body.search-page footer .footer-main_search-top {
  display: none;
}
footer .footer-main_contact {
  width: 240px;
  margin: 8px auto 0;
  display: block;
  padding: 10px 14px;
  color: #666666;
  font-size: 14px;
}
footer .footer-main_contact:hover {
  color: #999999;
}
body.search-page footer .footer-main_contact {
  display: none;
}
footer .footer-nav {
  background-color: #F2F3F5;
  padding: 16px 0 8px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    background-color: #F2F3F5;
    padding: 20px 16px 10px 16px;
  }
}
footer .footer-nav_list {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  list-style: none;
  padding: 8px 0;
  display: flex;
  gap: 4px 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list {
    max-width: 100%;
    text-align: center;
  }
}
footer .footer-nav_list_item_link {
  display: block;
  color: #555555;
}
footer .footer-nav_list_item_link:hover {
  opacity: 0.6;
}
footer .footer-nav_list-text .footer-nav_list_item {
  position: relative;
}
footer .footer-nav_list-text .footer-nav_list_item:before {
  content: "";
  border-left: 1px solid #DCDDE0;
  height: 14px;
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-nav_list-text .footer-nav_list_item:first-child:before {
  content: none;
}
footer .footer-bottom {
  padding: 0 0 20px 0;
  background-color: #F2F3F5;
}
footer .footer-bottom_wrap {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
footer .footer-bottom_copyright {
  font-size: 12px;
  color: #767676;
  position: relative;
  padding: 0 4px;
  text-align: center;
}
footer .footer-bottom_copyright:after {
  content: "";
  border-right: 0px solid #DCDDE0;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom_copyright:after {
    content: none;
  }
}
footer .footer-bottom_powered-by-helpfeel a {
  font-size: 12px;
  color: #767676;
  display: block;
  padding: 0 4px;
}
footer .footer-bottom_powered-by-helpfeel a:hover {
  opacity: 0.6;
}

/* helpfeel kinds ---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kinds-selector {
    margin-top: 10px;
  }
}
.kinds-selector .selector {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
html.inframe .kinds-selector .selector {
  margin-bottom: 0;
}
.kinds-selector .selector .kind-items {
  width: calc((100% - (10px * (3 - 1))) / 3);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items {
    width: 100%;
  }
}
.kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
.kinds-selector .selector .kind-items > label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #4874da;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #4874da;
}
.kinds-selector .selector .kind-items > label:hover {
  background-color: #eee;
}
.kinds-selector .selector .kind-items > input:checked + label {
  font-weight: 700;
  color: #fff;
  border: 1px solid #4874da;
  background-color: #4874da;
}

/* contact base -----------------------------------------------------------------*/
.contact-page {
  font-size: 14px;
}
.contact-page .description-html .description {
  padding: 10px 0;
  background-color: transparent;
}
.contact-page .form-group.required > label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #f44336;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}
.contact-page .form-group.rel-question, .contact-page .form-group.nohit {
  margin-top: 0;
}
.contact-page div#g-recaptcha {
  margin: 60px 0 80px;
}
.contact-page div#g-recaptcha > div {
  margin: 0 auto;
}
.contact-page .contact-container {
  padding-bottom: 0;
}
.contact-page .contact-container .hints {
  padding-left: 0;
}
.contact-page .contact-container .form-group + .description-html {
  margin: 0;
}
.contact-page .contact-container .button-submit {
  color: #fff;
  background: var(--brand-color);
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 14px;
}
.contact-page .contact-container .button-submit:hover {
  opacity: 0.6;
}
.contact-page .contact-container .button-submit:disabled {
  background: #555;
  opacity: 1;
}
.contact-page .contact-container .radio-button-container > div:first-child .radio-button-label {
  display: block;
  color: var(--header-color);
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
.contact-page .contact-container .radio-button-container.required > div:first-child .radio-button-label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #f44336;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}
.contact-page footer.footer {
  padding-top: 24px;
  font-size: 12px;
}
.contact-page footer .footer-main_contact {
  display: none;
}

/* サジェスト表示欄を広げる -----------------------------------------------------------------*/
.faq-list .faq-list-scroll-container {
  height: initial;
  max-height: calc(37px + 40px * 8);
}

.search-page {
  color: #777777;
}

.article-page {
  color: #333333;
}
.article-page .page-content a {
  color: #1E5EA9;
}

/* 言葉のヒント -----------------------------------------------------------------*/
.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 #DCDDE0;
  border-radius: 4px;
  padding: 0 12px;
  margin: 6px;
  font-size: 16px;
  min-width: 68px;
  text-align: center;
}

.keywords .keywords-body .list > a:hover {
  border: 1px solid #DCDDE0;
  background-color: #F5FAFF;
  color: #333333;
}

.keywords .keywords-body .list > a:active {
  border: 1px solid #1E5EA9;
  background-color: #F5FAFF;
  color: #1E5EA9;
}

.keywords .keywords-body .list > a.highlight {
  border: 1px solid #1E5EA9;
  background-color: #F5FAFF;
  color: #1E5EA9;
}

.keywords .keywords-body .headword {
  text-align: center;
  line-height: 38px;
  margin: 6px 0 0 0;
}

/* ロゴ横 -----------------------------------------------------------------*/
/* nav > h1 > a{
  display: flex;
  position: relative;
  &:after {
    content: "";
    display:block;
    position: absolute;
    height: 15px;
    width: 90px;
    background-image: url(https://custom-assets.helpfeel.com/kakakucom/header_goriyou-guide1.svg);
    background-repeat: no-repeat;
    top: 6px;
    left: 142px;
  }
}*/
.navbar h1.brand {
  position: relative;
}

nav.navbar h1.brand .guide-link > img {
  height: 15px;
  width: 90px;
  position: absolute;
  top: 11px;
  left: 142px;
}

.navbar h1.brand img {
  object-fit: none;
}

/* よくある質問、言葉のヒント -----------------------------------------------------------------*/
.faq-list .faq-list-title {
  font-size: 18px !important;
  color: #333333;
}

.keywords .keywords-title {
  font-size: 18px !important;
  color: #333333;
}

.headword {
  font-size: 18px !important;
  color: #333333;
}

/* フッター -----------------------------------------------------------------*/
.footer-nav_list {
  line-height: 1.8;
}

.footer-nav_list_item a {
  text-decoration: underline;
  text-decoration-color: #DCDDE0;
  text-underline-offset: 2px;
}

footer.footer {
  font-size: 12px;
}

/* ヘッダー -----------------------------------------------------------------*/
.header .subtitle {
  padding: 54px 0 20px !important;
}

.header .subtitle h2 {
  line-height: 135%;
  word-break: keep-all;
}

/* フィードバックボタン -----------------------------------------------------------------*/
.feedback .buttons .good-button button, .feedback .buttons .bad-button button {
  border-radius: 4px;
  background: -webkit-gradient(0deg, #eee 50%, #fff);
  background: linear-gradient(0deg, #eee 50%, #fff);
  border: 1px solid #ccc;
  color: #333333;
}
.feedback .buttons .good-button button:hover, .feedback .buttons .bad-button button:hover {
  background: -webkit-gradient(0deg, #E5E5E5 50%, #F2F2F2);
  background: linear-gradient(0deg, #E5E5E5 50%, #F2F2F2);
}

.feedback .buttons .good-button #feedback-good-button-label, .feedback .buttons .good-button #feedback-bad-button-label, .feedback .buttons .bad-button #feedback-good-button-label, .feedback .buttons .bad-button #feedback-bad-button-label {
  font-size: 16px !important;
  line-height: 16px;
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
}

#feedback-message-title-solution {
  font-size: 16px;
}

/* タイトルSPで表示 -----------------------------------------------------------------*/
@media (max-width: 767px) {
  .header .subtitle {
    display: block;
  }
}
/* リンク下線削除 -----------------------------------------------------------------*/
.page-content a.external-link {
  text-decoration: none;
}

/* 検索窓のフォント -----------------------------------------------------------------*/
#search-container > div > div.query-input > textarea {
  font-family: "メイリオ", "Meiryo", "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "arial", "verdana", sans-serif;
}

body.article-page .search-container {
  display: none;
}