﻿@charset "UTF-8";

.breadcrumb span:nth-of-type(6+X){
  display: none;
}

/* ----- struture ----- */

h1.block-faq-title {
  padding-inline: 24px;
  margin-bottom: 24px;
  font-size: 26px;
}

.block-faq-lead {
  font-size: 14px;
  padding-inline: 24px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  h1.block-faq-title {
    padding-inline: 0;
    margin-bottom: 32px;
    font-size: 40px;
  }

  .block-faq-lead {
    font-size: 16px;
    font-weight: 500;
    padding-inline: 0;
    margin-bottom: 40px;
  }

  div.container_ {
    display: block;
  }

  div.container_ div.contents_ {
    max-width: 1600px;
    display: flex;
    gap: 44px;
  }

  div.mainframe_ {
    flex-grow: 1;
  }

  div.leftmenuframe_ {
    margin: 0 0 100px;
    width: 230px;
    float: none;
    flex-shrink: 0;
  }
}

/* ----- FAQ toppage ----- */

/* AIchat bnr */
.block-faq-bnr {
  padding-inline: 24px;
  margin-bottom: 32px;
}

.block-faq-bnr--inner {
  border: 1px solid #9da348;
  border-radius: 8px;
  background-color: #fafaf5;
}

.block-faq-bnr--link {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.block-faq-bnr--title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  background: none;
  color: #4e521d;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cfd29e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
}

.block-faq-bnr--title::before {
  display: block;
  content: "";
  width: 52px;
  height: 42px;
  background: url(../img/bg_ai_bnr.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
}

.block-faq-bnr--text {
  font-size: 14px;
}

@media (min-width: 769px) {
  .block-faq-bnr {
    padding-inline: 0;
    margin-bottom: 60px;
  }

  .block-faq-bnr--link {
    padding: 28px 16px;
    flex-direction: row;
    gap: 130px;
    justify-content: center;
    align-items: center;
    transition: var(--transition-opacity);
  }

  .block-faq-bnr--link:is(:hover, :focus) {
    text-decoration: none;
    opacity: .8;
  }

  .block-faq-bnr--title,
  .block-faq-bnr--text {
    width: fit-content;
  }

  .block-faq-bnr--title {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    gap: 24px;
    font-size: 30px;
  }

  .block-faq-bnr--title::before {
    width: 67px;
    height: 54px;
  }

  .block-faq-bnr--text {
    font-size: 16px;
    position: relative;
  }

  .block-faq-bnr--text::before {
    display: block;
    content: "";
    width: 1px;
    height: 95%;
    position: absolute;
    top: 50%;
    left: -65px;
    background-color: #cfd29e;
    transform: translateY(-50%);
  }
}

/* search form */
.block-faq-search {
  padding-inline: 24px;
  margin-bottom: 50px;
}

h2.block-faq-search--title {
  margin-bottom: 20px;
}

.block-faq-search--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.block-faq-search--input {
  position: relative;
  width: 100%;
}

.block-faq-search--input::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_search.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

input.block-faq-search--item[type="text"] {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 50vh;
  font-size: 14px;
  padding: 14px 14px 14px 64px;
}

input.block-faq-search--item::placeholder {
  font-size: 14px;
  color: #787878;
}

.block-faq-search--button input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 50vh;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #222;
  padding: 14px 14px 13px;
  width: 160px;
}

@media (min-width: 769px) {
  .block-faq-search {
    padding-inline: 0;
    margin-bottom: 60px;
  }

  h2.block-faq-search--title {
    margin-bottom: 24px;
  }

  .block-faq-search--inner {
    flex-direction: row;
    justify-content: flex-start;
  }

  .block-faq-search--input {
    max-width: 790px;
  }

  .block-faq-search--button input[type="submit"] {
    transition: var(--transition-opacity);
    cursor: pointer;
  }

  .block-faq-search--button input[type="submit"]:is(:hover, :focus) {
    opacity: .8;
  }
}

/* article list */
.block-faq-items {
  padding-inline: 24px;
  margin-bottom: 64px;
}

h2.block-faq-items--title {
  margin-bottom: 20px;
}

.block-faq-items--inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.block-faq-items--unit {
  margin-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}

.block-faq-items--unit:last-child {
  margin-bottom: 0;
}

.block-faq-items--head {
  padding-bottom: 16px;
}

.block-faq-items--tag {
  color: var(--color-primary2);
  border: 1px solid var(--color-primary2);
  background-color: #fff;
  border-radius: 50vh;
  text-align: center;
  font-size: 12px;
  padding: 4px 8px;
  width: fit-content;
  min-width: 140px;
}

.block-faq-items--button {
  position: relative;
  appearance: none;
  border: 0;
  background-color: transparent;
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-right: 20px;
}

.block-faq-items--button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon_plus.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translateY(-50%);
}

.block-faq-items--button.is-expanded::after {
  height: 1px;
  background-image: url(../img/icon_minus.svg);
}

.block-faq-items--button-text {
  font-size: 16px;
}

.block-faq-items--content {
  padding-bottom: 16px;
  font-size: 14px;
}
.navipage_.bottom_{
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .navipage_.bottom_{
    margin-bottom: 60px;
  }
  .block-faq-items {
    padding-inline: 0;
    margin-bottom: 60px;
  }

  h2.block-faq-items--title {
    margin-bottom: 24px;
  }

  .block-faq-items--inner {
    padding: 48px 32px 32px;
  }

  .block-faq-items--button {
    padding-left: 20px;
    padding-right: 30px;
    flex-direction: row;
    gap: 32px;
    cursor: pointer;
    transition: var(--transition-opacity);
  }

  .block-faq-items--button::after {
    right: 20px;
  }

  .block-faq-items--button:is(:hover, :focus) {
    opacity: .8;
  }

  .block-faq-items--head {
    padding-bottom: 20px;
  }

  .block-faq-items--head-text {
    font-weight: 500;
    font-size: 16px;
  }

  .block-faq-items--content {
    padding-left: 20px;
    padding-right: 30px;
    font-weight: 500;
  }
}

/* category list */
.block-faq-nav {
  padding-inline: 24px;
  margin-bottom: 64px;
}

h2.block-faq-nav--title {
  margin-bottom: 20px;
}

.block-faq-nav--list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.block-faq-nav--item {
  min-height: auto;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  width: calc((100% / 2) - 4px);
}

.block-faq-nav--item-container {
  height: 100%;
}

.block-faq-nav--body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-radius: 50vh;
  box-shadow: 0px 1px 6px #0000001A;
}

.block-faq-nav--name {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 4px 12px 14px;
}

.block-faq-nav--name::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_black_s.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  top: -1px;
}

@media (min-width: 769px) {
  .block-faq-nav {
    padding-inline: 0;
    margin-bottom: 60px;
  }

  h2.block-faq-nav--title {
    margin-bottom: 24px;
  }

  .block-faq-nav--list {
    gap: 24px 44px;
  }

  .block-faq-nav--item {
    max-width: 230px;
    width: calc((100% / 5) - 36px);
  }

  .block-faq-nav--body,
  .block-faq-nav--name::after {
    transition: var(--transition-all);
  }

  .block-faq-nav--body:is(:hover, :focus) {
    text-decoration: none;
    color: #fff;
    background-color: #9a9a9a;
  }

  .block-faq-nav--body:is(:hover, :focus) .block-faq-nav--name::after {
    background-image: url(../img/icon_arrow_white_l.svg);
  }
}

/* other link */
.block-faq-other {
  padding-inline: 24px;
  margin-bottom: 64px;
}

.block-faq-other--text {
  font-size: 14px;
  margin-bottom: 30px;
}

.block-faq-other--action {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-faq-other--item {
  width: 100%;
}

.block-faq-other--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #222;
  border-radius: 50vh;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 14px 14px 24px;
}

.block-faq-other--link::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_white_l.svg) no-repeat 0 0;
  background-size: 100% auto;
}

@media (min-width: 769px) {
  .block-faq-other {
    padding-inline: 0;
    margin-bottom: 108px;
  }

  .block-faq-other--text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }

  .block-faq-other--action {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .block-faq-other--item {
    max-width: 336px;
    width: 50%;
  }

  .block-faq-other--link {
    transition: var(--transition-opacity);
  }

  .block-faq-other--link:is(:hover, :focus) {
    text-decoration: none;
    opacity: .8;
  }
}

/* fixed banner */
.block-faq-fixed {
  position: fixed;
  right: 10px;
  bottom: 60px;
}

.block-faq-fixed--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-primary2);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 50vh;
  line-height: 1;
}

.block-faq-fixed--link::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_chat.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .block-faq-fixed {
    right: 50px;
  }

  .block-faq-fixed--link {
    font-size: 13px;
    padding: 14px 20px;
    transition: var(--transition-opacity);
    width: 230px;
  }

  .block-faq-fixed--link:is(:hover, :focus) {
    opacity: .8;
    text-decoration: none;
  }
}

/* ----- FAQ subpage ----- */
.block-faq-filter {
  padding-inline: 24px;
  margin-bottom: 64px;
}

.block-faq-filter--title {
  margin-bottom: 20px;
}

.block-faq-filter--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.block-faq-filter--link {
  appearance: none;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-radius: 50vh;
  box-shadow: 0px 1px 6px #0000001A;
  padding: 8px 25px;
}

.block-faq-filter--link.is-selected,
.block-faq-filter--link:checked {
  background-color: #222;
  color: #fff;
}

@media (min-width: 769px) {
  .block-faq-filter {
    padding-inline: 0;
    margin-bottom: 60px;
  }

  .block-faq-filter--title {
    margin-bottom: 24px;
  }

  .block-faq-filter--link {
    font-size: 16px;
    padding: 10px 32px;
    cursor: pointer;
    transition: var(--transition-all);
  }

  .block-faq-filter--link:is(:hover, :focus) {
    color: #fff;
    background-color: #222;
  }
}

/* back link */
.block-faq-back {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .navipage_.bottom_,
  .block-faq-back{
    padding: 0 24px;
  }
}

.block-faq-back--link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  width: 100%;
  border-radius: 50vh;
}

.block-faq-back--link::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_back.svg) no-repeat 0 0;
  background-size: 100% auto;
  flex-shrink: 0;
}

.block-faq-back--link:is(:hover, :focus) {
  text-decoration: none;
}

@media (min-width: 769px) {
  .block-faq-back {
    margin-bottom: 100px;
  }

  .block-faq-back--link {
    max-width: 370px;
    transition: var(--transition-opacity);
  }

  .block-faq-back--link:is(:hover, :focus) {
    opacity: .8;
    text-decoration: none;
  }
}

/* ----- sideMenu ----- */

.block-faq-side-category--frame-header {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.block-faq-side-category--frame-header::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-faq-side-category--frame-link {
  flex-shrink: 0;
}

.block-faq-side-category--frame-button {
  position: relative;
  appearance: none;
  background-color: transparent;
  border: 0;
  font-weight: bold;
  text-align: left;
  flex-shrink: 0;
}

.block-faq-side-category--frame-button > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.block-faq-side-category--frame-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  flex-shrink: 0;
}

.block-faq-side-category--frame-content {
    display: none;
}

/* only SP */
@media (max-width: 768px) {
  .block-faq-side-category {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 99999;
  }

  .block-faq-side-category--frame {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 95%;
    max-height: none;
    margin: 0;
    padding: 24px;
    color: var(--color-default);
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    background: #fff;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    /* transform: translateY(100%); */
    transition: transform .3s ease;
    z-index: 5;
  }

  .block-faq-side-category.is-open {
    pointer-events: auto;
  }

  .block-faq-side-category.is-open .block-faq-side-category--frame {
    opacity: 1;
    /* transform: translateY(0); */
  }

  .block-faq-side-category--frame-inner {
    height: 100%;
    overflow-y: auto;
  }

  .block-faq-side-category .block-faq-side-category-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    opacity: 0;
    transition: var(--transition-opacity);
  }

  .block-faq-side-category.is-open .block-faq-side-category-bg {
    opacity: 1;
    transition-delay: 0s;
  }

  .block-faq-side-category:not(.is-open) .block-faq-side-category-bg {
    transition-delay: .3s;
  }

  .block-faq-side-category-close {
    margin-bottom: 16px;
  }

  .block-faq-side-category--frame::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .block-faq-side-category--frame::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .block-faq-side-category--frame::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .block-faq-side-category--frame-header {
    padding-bottom: 10px;
  }

  .block-faq-side-category--frame-header:has(.is-expanded)::before {
    display: none;
  }

  .block-faq-side-category--frame-button {
    margin: 0;
    padding: 0;
    width: 44px;
    height: 30px;
  }

  .block-faq-side-category--frame-link {
    font-size: 20px;
    font-weight: bold;
  }

  .block-faq-side-category--frame-button::after {
    right: 15px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_side_open_sp.svg) no-repeat 0 0;
    background-size: 100% auto;
  }

  .block-faq-side-category--frame-button.is-expanded::before {
    display: none;
  }

  .block-faq-side-category--frame-button.is-expanded::after {
    height: 2px;
    background-image: url(../img/icon_side_close_sp.svg);
  }

  .block-faq-side-category--frame-unit + .block-faq-side-category--frame-unit {
    margin-top: 30px;
  }

  .block-faq-side-category--frame-content {
    margin-top: 6px;
  }

  .block-faq-side-category--list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
  }

  .block-faq-side-category--item {
    width: calc((100% / 2) - 10px);
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }

  .block-faq-side-category--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 10px 12px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .block-faq-side-category--link::after {
    display: block;
    content: "";
    width: 6px;
    height: 12px;
    background: url(../img/icon_arrow_side.svg) no-repeat 0 0;
    flex-shrink: 0;
  }

  .block-faq-side-category--open-button {
    opacity: 0;
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 44px;
    background-color: rgba(34, 34, 34, .8);
    box-shadow: 0 1px 6px #0000001A;
    z-index: 9999;
    margin: 0;
    padding-inline: 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 50vh;
    border: 0;
    transition: var(--transition-opacity);
  }

  .block-faq-side-category--open-button.is-fixed {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .block-faq-side-category {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
  }

  .block-faq-side-category--frame {
    display: contents;
  }

  .block-faq-side-category--open-button,
  .block-faq-side-category-close,
  .block-faq-side-category-bg {
    display: none;
  }

  .block-faq-side-category--frame-unit + .block-faq-side-category--frame-unit {
    margin-top: 20px;
  }

  .block-faq-side-category--frame-header {
    background: none;
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .block-faq-side-category--frame-link {
    margin: 0;
    padding: 0 0 0 3px;
    font-size: 16px;
    font-weight: bold;
    transition: var(--transition-opacity);
    flex-shrink: 1;
  }

  .block-faq-side-category--frame-button {
    padding: 0;
    width: 24px;
    height: 24px;
    transition: var(--transition-opacity);
    cursor: pointer;
  }

  .block-faq-side-category--frame-button::after {
    top: 11px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/icon_side_close.svg) no-repeat 0 0;
    background-size: 100% auto;
    transition: var(--transition-opacity);
  }

  .block-faq-side-category--frame-button.is-expanded::after {
    background-image: url(../img/icon_side_open.svg);
  }

  .block-faq-side-category--frame-button:is(:hover, :focus),
  .block-faq-side-category--frame-button:is(:hover, :focus)::after,
  .block-faq-side-category--frame-link:is(:hover, :focus) {
    opacity: .8;
    text-decoration: none;
  }

  .block-faq-side-category--name {
    font-weight: normal;
    font-size: 14px;
  }

  .block-faq-side-category--item {
    border-bottom: 1px solid #eee;
  }

  .block-faq-side-category--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 10px 12px 20px;
    font-size: 14px;
    transition: var(--transition-opacity);
  }

  .block-faq-side-category--link::after {
    display: block;
    content: "";
    width: 6px;
    height: 12px;
    background: url(../img/icon_arrow_side.svg) no-repeat 0 0;
    flex-shrink: 0;
  }

  .block-faq-side-category--link:is(:hover, :focus) {
    opacity: .8;
    text-decoration: none;
  }
}