@charset "utf-8";
.faq_B_type {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.faq_B_type .contents-inner {
  width: 100%;
}

.faq_B_type .tabset.tabset-brick .tabset-list.tabset-fill .tabset-link.active,
.faq_B_type .tabset.tabset-brick .tabset-list.tabset-fill .tabset-link:hover {
  background: var(--black);
  border-color: var(--black);
}

.faq_B_type .tabset.tabset-brick .tabset-list .tabset-link {
  border-bottom-color: #111;
}

.faq_B_type .tabset .tabset-list.tabset-lg .tabset-link {
  font-size: var(--fs-p2);
}

.faq_B_type .tabset .tabset-item span {
  text-align: center;
  white-space: nowrap;
}

.faq_B_type .accordset .accordset-button {
  padding-left: 0;
}

.faq_B_type .accordset.accent-header .accordset-item.active .accordset-button {
  background: inherit;
  color: inherit;
}

.faq_B_type .accordset .accordset-header .btn span {
  margin-right: 1rem;
  width: 14.199rem;
  color: #999999;
  text-align: center;
}

.faq_B_type .accordset {
  border-top: none;
}

.faq_B_type .accordset .accordset-content {
  justify-content: center;
  color: #999;
}

.faq_B_type .accordset-item.active .accordset-content {
  background: #fafafa;
}

.faq_B_type .pagiset {
  margin-top: 6rem;
}
.faq_B_type .pagiset, .faq_B_type .faq_admin { margin-top: 2.4rem}
.faq_B_type .faq_admin {display: flex; justify-content: flex-end}

@media (max-width: 992px) {
  .faq_B_type {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .faq_B_type .tabset.tabset-brick .tabset-list {
    flex-wrap: wrap;
  }

  .faq_B_type .tabset.tabset-brick .tabset-item {
    width: calc(100% / 3);
    margin: 0;
  }

  .faq_B_type .tabset.tabset-brick .tabset-item:nth-of-type(n + 7) {
    width: calc(100% / 2);
  }

  .faq_B_type .tabset.tabset-brick .tabset-item:not(:first-child):not(:nth-child(4)):not(:nth-child(7)) {
    border-left-color: transparent;
  }

  .faq_B_type .tabset.tabset-brick .tabset-item:nth-child(n + 4) {
    border-top: none;
  }

  .faq_B_type .tabset.tabset-brick .tabset-list .tabset-link {
    border: none;
  }

  .faq_B_type .accordset .accordset-button {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.6rem;
  }

  .faq_B_type .accordset .accordset-header .btn span {
    width: auto;
    margin-bottom: 0.7rem;
    color: var(--primary);
  }

  .faq_B_type .pagiset {
    margin-top: 8rem;
  }
}