@charset "UTF-8";
@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 */
:root {
  --query-input-border: 1px solid #8e8e8e;
  --header-link-color: #777;
}

/* mixin */
/* helpfeel base ---------------------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-snap-type: y proximity;
  scroll-padding-top: calc(70px + 12px);
  scroll-behavior: smooth;
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", 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;
}
.header .subtitle h2 {
  line-height: 1.65;
}

.query-input {
  margin-bottom: 20px;
  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 #015fcc;
}
.inframe .query-input:focus-within {
  outline: none;
}
.query-input .speech-button {
  height: 45px;
}

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

/* search - conetnts */
#app-container {
  min-height: 70vh;
}
html.inframe #app-container {
  min-height: 100vh;
  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 .line .code {
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 90%;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #342d9c;
}
.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 .footer {
  order: 4;
}

/* Heading ---------------------------------------------------------------*/
/* strong.level.level-3 {
  font-size: 16px;
  line-height: 140%;
  display: block;
  margin: 24px 0 12px;
} */
strong.level.level-4 {
  font-size: 24px;
  line-height: 140%;
  display: block;
  margin: 32px 0 14px;
}

strong.level.level-3 {
  font-size: 20px;
  line-height: 140%;
  display: block;
  margin: 32px 0 14px;
}

/* helpfeel header ---------------------------------------------------------------*/
.navbar {
  min-height: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  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;
}
.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: 30px;
}
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 #3CA1E9;
  color: #3CA1E9;
}
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: #3CA1E9;
  border: 2px solid #3CA1E9;
  color: #fff;
}
footer .footer-main_contact:hover {
  background-color: #3CA1E9;
}
footer .footer-nav {
  background-color: #777;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    background-color: #777;
    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: #fff;
  padding: 0 4px;
  border-radius: 5px;
}
@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: #858585;
}
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 #aaa;
  }
}
@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 #aaa;
    position: absolute;
    left: 0;
  }
}
footer .footer-nav_list-text .footer-nav_list_item:before {
  content: "";
  border-right: 1px solid #fff;
  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: #3CA1E9;
}
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: #fff;
  position: relative;
  padding: 0 4px;
  text-align: left;
}
footer .footer-bottom_copyright:after {
  content: "";
  border-right: 1px solid #fff;
  height: 18px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-bottom_powered-by-helpfeel a {
  font-size: 10px;
  color: #fff;
  display: block;
  padding: 0 4px;
}
footer .footer-bottom_powered-by-helpfeel a:hover {
  opacity: 0.6;
}

/* .navbar h1.brand a:after {
    content: "パートナー FAQ";
    margin-left: 10px;
} */
.navbar h1.brand a {
  display: flex;
  align-items: center;
}

.detailed-feedback {
  /* display: none; */
}

.detailed-feedback .detailed-feedback-link-button {
  background: #fff;
}

/* 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: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.kinds-selector .selector .kind-items {
  width: calc((100% - (8px * (2 - 1))) / 2);
  margin: 0;
  /* &:nth-child(1) {
    @include sp {
      grid-column: 1 / 3;
    }
  } */
}
@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: 12px;
  border: 1px solid #3CA1E9;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #3CA1E9;
}
.kinds-selector .selector .kind-items > label:hover {
  background-color: #3CA1E9;
  color: #fff;
}
.kinds-selector .selector .kind-items > input:checked + label {
  font-weight: 700;
  color: #fff;
  border: 1px solid #3CA1E9;
  background-color: #3CA1E9;
}

.navbar {
  position: relative;
  z-index: 10;
  background-color: #3CA1E9;
}
.navbar h1.brand a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .navbar h1.brand a {
    font-size: 20px;
  }
}
.navbar h1.brand a span {
  display: inline-block;
  font-size: 85%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .navbar h1.brand a span {
    font-size: 60%;
  }
}

.header__menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu-button {
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
    width: 30px;
    height: 30px;
  }
}
.contact-page .header__menu-button {
  display: none !important;
}
.header__menu-button-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 0;
  border-bottom: solid 2px #fff;
  transform: translate(-50%, -50%);
  transition-timing-function: ease;
  transition-duration: 450ms;
  transition-property: transform, opacity;
  will-change: transform, opacity;
}
.header__menu-button-bar--1 {
  transform: translate(-50%, -9px);
}
.header__menu-button-bar--3 {
  transform: translate(-50%, 8px);
}
.header__menu-button.is-open .header__menu-button-bar--1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-button.is-open .header__menu-button-bar--2 {
  opacity: 0;
}
.header__menu-button.is-open .header__menu-button-bar--3 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sidebar {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  max-height: 100vh;
  /* overflow-y: scroll; */
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.contact-page .sidebar {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    transform: translateX(-100%);
    transition-timing-function: ease;
    transition-duration: 300ms;
    transition-property: transform;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .sidebar.is-open {
    transform: translateX(0);
  }
}
.sidebar__logo {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 10px 0 10px 16px;
  border-bottom: solid 1px #ccc;
}
.sidebar__logo img {
  height: var(--logo-image-height);
}
.sidebar__list {
  height: calc(100vh - 70px);
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar__list::-webkit-scrollbar {
  display: none;
}
.sidebar__list--child {
  padding: 0 0 0 10px;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition-timing-function: ease;
  transition-duration: 250ms;
  transition-property: height;
}
.sidebar__list--child.is-active {
  height: auto;
}
.sidebar__item {
  border-bottom: solid 1px #eee;
}
.sidebar__item:last-child {
  border-bottom: none;
}
.sidebar__link, .sidebar__toggle-button {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
}
.sidebar__toggle-button {
  position: relative;
  padding: 10px 30px 10px 12px;
  cursor: pointer;
}
.sidebar__toggle-button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-25%) rotate(135deg);
  transition-timing-function: ease;
  transition-duration: 250ms;
  transition-property: transform;
  will-change: transform;
}
.sidebar__toggle-button.is-active::after {
  transform: translateY(-50%) translateX(-25%) rotate(-45deg);
}

.search-container,
.app,
.content,
.feedback-section,
#detailed-feedback-section,
.related-pages-section,
.footer {
  margin-left: 200px;
}
@media screen and (max-width: 767px) {
  .search-container,
.app,
.content,
.feedback-section,
#detailed-feedback-section,
.related-pages-section,
.footer {
    margin-left: auto;
  }
}
.contact-page .search-container,
.contact-page .app,
.contact-page .content,
.contact-page .feedback-section,
.contact-page #detailed-feedback-section,
.contact-page .related-pages-section,
.contact-page .footer {
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  footer.footer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .content .container {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .article-page .content {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .article-page .content .container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-page .feedback-section {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-page #detailed-feedback-section {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .feedback-section {
    width: calc(100% - 32px);
  }
}

.article-page .page-content .deco-\~ {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
}

.search-page .search-container {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .search-page .search-container {
    margin-top: 94px;
  }
}
.article-page .search-container, .contact-page .search-container {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .article-page .search-container, .contact-page .search-container {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .related-pages-section {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .related-pages-section .container {
    width: calc(100vw - 32px);
  }
}

/* .article-page {
  .content {
    .container {
      width: 100%;
      .page-content {
        border: none;
        border-bottom: solid 1px #ddd;
        border-radius: 0;
      }
    }
  }
} */
.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;
}

html.inframe .search-page .search-container {
  margin-top: 0;
}