@charset "UTF-8";
/* kinds_dropdown_param */
:root {
  --card-border-color: #ecedee;
  --card-border-radius: 0;
}

/* mixin */
body {
  display: flex;
  flex-flow: column;
  position: relative;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

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

.header {
  margin: 0 0 14px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header {
    margin: 0;
  }
}
.search-page .header .search-container {
  padding-top: 10px;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .search-page .header .search-container {
    padding-top: 16px;
  }
}
.article-page .header {
  border-bottom: 2px solid #ccc;
}
.header .navbar {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 20px 16px 14px;
}
@media screen and (max-width: 767px) {
  .header .navbar {
    align-items: flex-end;
    padding: 10px 15px 10px 11px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .brand img {
    height: 42px;
  }
}
.header .navbar ul.header-menu {
  display: block;
}
.header .navbar ul.header-menu .headnav {
  padding: 6px 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header .navbar ul.header-menu .headnav {
    padding: 0;
  }
}
.header .navbar ul.header-menu > li > a {
  padding: 0;
}

.powered-by-helpfeel {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.powered-by-helpfeel a:link {
  font-size: 12px;
  color: #ecedee;
}

.footer {
  margin-top: auto;
}

.foot_breadcrumb {
  display: flex;
  align-items: center;
  height: 62px;
  padding: 10px 20px;
  margin-top: 50px;
  border-top: 1px solid #ecedee;
}
@media screen and (max-width: 767px) {
  .foot_breadcrumb {
    margin-left: 0;
    padding: 20px 16px;
  }
}
.foot_breadcrumb_inner {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.foot_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .foot_breadcrumb ol {
    font-size: 13px;
  }
}
.foot_breadcrumb ol li {
  display: flex;
  align-items: center;
}
.foot_breadcrumb ol li:not(:last-of-type)::after {
  font-family: "dls-icons-2.18.0";
  content: ">";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  color: #53565a;
  margin: auto 0.625rem;
}
@media screen and (max-width: 767px) {
  .foot_breadcrumb ol li:not(:last-of-type)::after {
    margin: auto 0.35rem;
  }
}
.search-page .foot_breadcrumb ol li.foot_breadcrumb_searchpage a {
  color: #333;
  cursor: arrow;
  pointer-events: none;
}
.search-page .foot_breadcrumb ol li.foot_breadcrumb_searchpage::after, .search-page .foot_breadcrumb ol li.foot_breadcrumb_articlepage {
  display: none;
}
.foot_breadcrumb ol li a {
  color: var(--link-color);
}

.foot_home {
  margin: 50px auto 0;
}
.foot_home a {
  display: inline-block;
  color: #006fcf;
}
.foot_home a::before, .foot_home a::after {
  content: "-";
  display: inline-block;
  padding: 0 5px;
}
.search-page .foot_home {
  display: none;
}

.foot_inner_wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  border-top: 1px solid #ecedee;
}

.foot_nav {
  padding: 0 10px 30px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
.foot_nav .foot_nav_body > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.foot_nav .foot_nav_body > ul li a {
  color: #006fcf;
}
.foot_nav .foot_nav_body > ul li a:hover {
  text-decoration: underline;
}
.foot_nav .foot_nav_body > ul li::after {
  color: #ecedee;
  content: "|";
  font-size: 1.2rem;
  font-weight: 200;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.foot_nav .foot_nav_body > ul li:last-child::after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.foot_nav p {
  margin-top: 30px;
  margin-bottom: 0;
}

.foot_copyright {
  padding: 0 10px;
  text-align: left;
}

.fromnota {
  text-align: center;
  font-size: 11px;
}
.fromnota .fromnota_tit {
  font-size: 16px;
  font-weight: 900;
  color: #006fcf;
}
.fromnota a {
  display: inline-block;
  width: 225px;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #006fcf;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.fromnota a::after {
  content: " >";
}
.fromnota a:hover {
  opacity: 0.85;
  background: #006fcf;
}

@media (max-width: 767px) {
  .foot_nav {
    padding-left: 0;
    padding-right: 0;
  }
  .foot_copyright {
    padding: 0;
  }
}
.search-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .search-container {
    padding-top: 24px;
  }
}
.search-container .subtitle {
  display: none;
}
.search-container .query-input {
  width: 100%;
  margin: 34px auto 10px;
  padding: 0;
}
.search-container .query-input input {
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .search-container .query-input input {
    line-height: 36px;
  }
}
.search-container .query-input .speech-button {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .search-container .query-input .speech-button {
    height: 48px;
  }
}

.app > .container {
  display: flex;
  flex-flow: column;
}
.app > .container > .faq-list {
  order: 2;
}
@media screen and (max-width: 767px) {
  .app > .container .faq-list {
    padding: 10px 6px 10px 14px;
    border: var(--card-border-width) solid var(--card-border-color);
  }
}
.app > .container .faq-list .faq-list-title {
  position: inherit;
  font-size: 15px;
  font-weight: bold;
  margin: 4px 0 7px;
  padding: 5px 0 2px;
}
.app > .container .faq-list ul > li > a {
  font-size: 16px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .app > .container .faq-list ul > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.app > .container .faq-list .faq-list-scroll-container {
  height: 45vh;
}
@media screen and (max-width: 767px) {
  .app > .container .faq-list .faq-list-scroll-container {
    min-height: 200px;
    max-height: 320px;
    padding-right: 8px;
  }
}
.app > .container > .keywords.keywords-top-most {
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .app > .container > .keywords.keywords-top-most {
    margin-top: 20px;
  }
}
.app > .container > .keywords.keywords-top-most .section {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.app > .container > .keywords.keywords-top-most .keywords-title {
  margin-bottom: 7px;
  padding: 5px 0 2px;
}
.app > .container > .keywords {
  order: 3;
}
.app > .container > .keywords .keywords-body .headword {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .app > .container > .keywords .keywords-body .headword {
    width: 40px;
    line-height: 1.75;
  }
}
.app > .container > .keywords .keywords-body .section {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .app > .container > .keywords .keywords-body .section {
    margin-bottom: 0;
  }
}
.app > .container > .keywords .keywords-body .section:last-child {
  margin-bottom: 0;
}
.app > .container > .keywords .keywords-body .list {
  justify-content: flex-start;
  margin: 0px auto 6px;
  gap: 4px 8px;
}
@media screen and (max-width: 767px) {
  .app > .container > .keywords .keywords-body .list {
    width: 100%;
    margin: 3px auto 0;
  }
}
.app > .container > .keywords .keywords-body .list:last-child {
  margin-bottom: 0px;
}
.app > .container > .keywords .keywords-body .list a {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .app > .container > .keywords .keywords-body .list a {
    padding: 0 2px;
    line-height: 1.85;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .faq-list > .faq-list-scroll-container {
    min-height: calc(48px* 3 + 4px* 2);
  }

  .keywords {
    margin-top: 20px;
    padding: 14px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
  .keywords .keywords-title {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .keywords .keywords-title {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .keywords .keywords-body > .section {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 12px;
  }
  .keywords .keywords-body > .section > .list {
    width: calc(100% - 40px);
    justify-content: left;
  }
  .keywords .keywords-body > .section > .list a {
    padding: 0 2px;
    line-height: 1.85;
    font-size: 14px;
  }
}
.page-content {
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-content .line {
  font-size: 16px;
  line-height: 1.8em;
}
.page-content .line.title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ecedee;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-content .line.title {
    font-size: 24px;
  }
}

.article-page.article-page-empty .page-content {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.article-page.article-page-empty .page-content .line.title {
  padding-bottom: 0;
  border-bottom: 0;
}
.article-page.article-page-empty .related-pages {
  margin-top: 0;
}
.article-page.article-page-empty .feedback-section {
  display: none;
}

@media (max-width: 767px) {
  .page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.query-input {
  flex-wrap: wrap;
  height: 100%;
  min-width: 100%;
  border-radius: var(--card-border-radius);
}
html.inframe .query-input input {
  margin-top: 40px;
}
.query-input .query-label {
  min-width: 240px;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 0;
  justify-content: center;
  align-items: center;
  background-color: #006FCF;
  cursor: pointer;
  border-right: 1px solid #878787;
  white-space: break-spaces;
  padding: 0 36px 0 10px;
  position: relative;
  font-weight: bold;
  color: #006FCF;
}
.query-input .query-label.is-disp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .query-input .query-label {
    min-width: 26%;
    font-size: 12px;
    width: 100%;
    justify-content: left;
    height: 30px;
    border-bottom: 1px solid #878787;
    border-top-right-radius: var(--card-border-radius);
    border-bottom-left-radius: 0;
    border-right: none;
    padding: 0 30px 0 110px;
  }
}
html.inframe .query-input .query-label {
  width: calc(100% - 40px);
  border: 1px solid var(--card-border-color);
  position: absolute;
  top: 8px;
  left: 0;
}
.query-input .query-label:before {
  content: "検索カテゴリ：";
  position: absolute;
  left: 3px;
  top: -20px;
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .query-input .query-label:before {
    left: 23px;
    top: 6px;
    color: #fff;
  }
  html.inframe .query-input .query-label:before {
    top: 5px;
  }
}
.query-input .query-label:after {
  content: "";
  background-image: url("https://custom-assets.helpfeel.com/customer-ax-faq/icon-arrow-down.svg");
  display: block;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .query-input .query-label:after {
    width: 12px;
    height: 12px;
    right: auto;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.search-container .query-input {
  margin: 20px auto 0px;
}
@media screen and (max-width: 767px) {
  .search-container .query-input {
    margin-top: 0;
  }
}

.kinds-selector {
  position: static;
}
.kinds-selector .selector {
  z-index: 999;
  display: none;
  position: absolute;
  top: initial;
  left: 0;
  right: 0;
  width: calc(100% - 32px);
  max-width: 760px;
  padding: 10px;
  margin: auto;
  background-color: #ECEDEE;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    left: 0;
    right: auto;
    top: initial;
    width: 100%;
    padding: 10px 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.kinds-selector .selector.is-open {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector.is-open {
    gap: 8px 4px;
  }
}
html.inframe .kinds-selector .selector {
  margin-top: -14px;
  border-radius: var(--card-border-radius);
  top: 60px;
  width: calc(100% - 72px);
}
.kinds-selector .selector .kind-items {
  width: calc((100% - (10px * (2 - 1))) / 2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items {
    width: calc((100% - 4px) / 2);
  }
}
.kinds-selector .selector .kind-items input {
  opacity: 0;
  position: absolute;
}
.kinds-selector .selector .kind-items input:checked + label {
  /* pointer-events: none; */
  background-color: #006FCF;
  border: 2px solid #006FCF;
  color: #fff;
  font-weight: 700;
}
.kinds-selector .selector .kind-items label {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 7px;
  padding: 10px 6px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items label {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.kinds-selector .selector .kind-items label:hover {
  font-weight: 700;
  color: #006FCF;
}