@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 */
/* a1.footer-main */
/* primary - テンプレのcontactボタンの色 */
/* primary - テンプレのsearchTopボタンの色 */
/* footer-nav */
/* footer-bottom */
/* kinds_button_param */
/* contact */
:root {
  --query-input-border: 1px solid #8e8e8e;
  --header-link-color: #777;
}

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

body {
  font-family: AdjustedYuGothic, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Helvetica, Arial, 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: 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;
  max-width: 584px;
  border-radius: 30px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-bottom: 8px;
  }
}
.query-input:focus-within {
  outline: 1px solid #ff4d02;
}
.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;
}
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: 6px 10px;
  gap: 8px 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: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 2px solid #777777;
  gap: 10px;
  justify-content: center;
}
.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;
}
.btn:hover {
  opacity: 0.6;
}

/* 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: 0px;
}
footer .footer-main {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto 60px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-wrap: wrap;
  }
}
footer .footer-main_search-top {
  width: 240px;
  background-color: #fff;
  border: 2px solid #444;
  color: #444;
  transition: 0.3s;
}
footer .footer-main_search-top:hover {
  background-color: #fff;
}
body.search-page footer .footer-main_search-top {
  display: none;
}
footer .footer-main_contact {
  width: 240px;
  background-color: #444;
  border: 2px solid #444;
  color: #fff;
  transition: 0.3s;
}
footer .footer-main_contact:hover {
  background-color: #444;
}
footer .footer-nav {
  background-color: #fff;
  padding: 8px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    background-color: #fff;
    padding: 0;
  }
}
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: stretch;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list {
    gap: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .footer-nav_list_item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item:nth-child(2n+1):last-child {
    width: 100%;
  }
}
footer .footer-nav_list_item_link {
  display: block;
  color: #333;
  padding: 0 4px;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item_link {
    padding: 10px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-nav_list_item_link:hover {
  background: #fff;
  color: #009f95;
}
footer .footer-nav_list-text .footer-nav_list_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item:nth-of-type(2n + 1):after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0;
  }
}
footer .footer-nav_list-text .footer-nav_list_item:before {
  content: "";
  border-right: 1px solid #333;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item:before {
    content: none;
  }
}
footer .footer-nav_list-text .footer-nav_list_item:last-child:before {
  content: none;
}
footer .footer-bottom {
  padding: 10px 0;
  background-color: #e0d6c7;
}
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: 10px;
  color: #333;
  position: relative;
  padding: 0 4px;
  text-align: left;
}
footer .footer-bottom_copyright:after {
  content: "";
  border-right: 1px solid #333;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom_copyright:after {
    display: none;
  }
}
footer .footer-bottom_powered-by-helpfeel a {
  font-size: 10px;
  color: #333;
  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; */
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
html.inframe .kinds-selector .selector {
  margin-bottom: 0;
}
.kinds-selector .selector .kind-items {
  /* width: calc((100% - (10px * (4 - 1))) / 4);*/
  margin: 0;
}
.kinds-selector .selector .kind-items:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.kinds-selector .selector .kind-items:first-child > label {
  height: 100%;
  padding: 5px 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 #444;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #444;
  transition: 0.3s;
}
.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 #FF4D00;
  background-color: #FF4D00;
}

/* 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;
}
.contact-page footer .footer-main_contact {
  display: none;
}

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

/* Custom style -----------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.navbar {
  min-height: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 0 none;
  gap: 10px;
  box-shadow: 0px -5px 10px black;
}

.navbar ul.header-menu > li > a {
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.navbar ul.header-menu > li > a:hover {
  color: #009f95;
  background: none;
  font-size: 14px;
}

.query-input {
  border-radius: 5px;
}

.autoHelpfeelSearchButton {
  color: #FF4D00;
  border: 2px solid rgba(255, 77, 2, 0.4);
  background-color: rgba(255, 77, 2, 0.18);
}

.generativeSearchContainer {
  display: block;
  background: #f3efe6 !important;
  margin-top: 15px;
}

.generativeSearch .generativeSearchResult .resultItem .title,
.generativeSearch .generativeSearchResult .resultText .resultTextContent .resultTextContentLine[data-is-snippet-headline=y],
.generativeSearch .generativeSearchResult .resultText .resultTextContent .resultTextContentLine[data-is-snippet-headline=n] {
  line-height: 1.4;
}

.generativeSearch .generativeSearchResult .resultText .resultTextQuoteBorder {
  display: block;
  width: 10px;
  min-width: 10px;
  background-color: rgba(255, 77, 2, 0.2) !important;
  border-radius: 3px;
}

#app-container {
  min-height: auto;
}

.origialPageOpener > img {
  display: none;
}
.origialPageOpener::before {
  content: "詳細はこちら";
  display: inline-block;
  width: 60px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #444;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
.origialPageOpener:hover::before {
  opacity: 0.85;
}

/* woodone様修正指示 -----------------------------------------------------------------*/
.navbar {
  border-bottom: 2px solid #777777;
  box-shadow: none !important;
}

/* 言葉のヒント非表示 -----------------------------------------------------------------*/
.keywords {
  display: none;
}

.keywords.keywords-top-most {
  display: block !important;
}

/* ポップアップ調整 -----------------------------------------------------------------*/
.inframe .header .search-container {
  background: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.inframe .kind-selector {
  margin-top: 20px !important;
}

html.inframe .kinds-selector .selector .kind-items {
  margin-bottom: 0;
}

html[data-pdf="1"].inframe .query-input {
  padding-top: 0;
  margin-top: 4px;
}

/* フッター問い合わせボタン調整 -----------------------------------------------------------------*/
.footer_contact {
  max-width: 760px;
  margin: 0 auto 60px;
  display: block;
  text-align: center;
  font-size: 0;
}
.footer_contact .footer_contact-ttl {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.footer_contact .footer-contact_btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  width: 48%;
  margin: 5px 10px;
  font-size: initial;
}
.footer_contact .footer-contact_btn.btn-kenzai {
  margin-left: 0;
  border: 2px solid #00A395;
  color: #00A395;
  transition: 0.5s;
}
.footer_contact .footer-contact_btn.btn-kenzai:hover {
  color: #fff;
  background-color: #00A395;
}
.footer_contact .footer-contact_btn.btn-jusetsu {
  margin-right: 0;
  border: 2px solid #E95532;
  color: #E95532;
  transition: 0.5s;
}
.footer_contact .footer-contact_btn.btn-jusetsu:hover {
  color: #fff;
  background-color: #E95532;
}
.footer_contact p.footer_contact-other {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.footer_contact p.footer_contact-other a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 10px;
  border: 1px solid #ccc;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  transition: 0.5s;
}
.footer_contact p.footer_contact-other a:hover {
  background: #333;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    margin: 0 15px 60px;
    text-align: left;
  }
  .footer_contact .footer-contact_btn {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .footer_contact p {
    text-align: center;
    margin-top: 20px;
  }
}