@charset "UTF-8";
body {
  background: #fff;
}

article {
  background: #fff !important;
  color: #333;
}

article h1, article h2, article h3 {
  color: #333 !important;
  text-shadow: none !important;
}

article p {
  color: #333 !important;
}

article .faq-item {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid #e0e0e0 !important;
}

article .faq-item .faq-question {
  color: #333 !important;
}

article .faq-item .faq-question:hover {
  background-color: rgba(240, 240, 240, 0.9) !important;
}

article .faq-item .faq-question .toggle-icon:before, article .faq-item .faq-question .toggle-icon:after {
  background-color: #333 !important;
}

article .faq-item .faq-answer {
  color: #333 !important;
  background-color: rgba(250, 250, 250, 0.9) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* パンくずリストのスタイル */
.breadcrumb {
  padding: 20px 0;
}

.breadcrumb .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0 20px;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumb ul li a:hover {
  color: #fff;
}

.breadcrumb ul li.current {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}

/* 背景のグラデーションスタイル */
article#titleTop {
  position: relative;
}

article#titleTop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 線形グラデーション - 左から右へ */
  background: -webkit-gradient(linear, left top, right top, from(#20c6c6), color-stop(#5b78e5), to(#9845e8));
  background: linear-gradient(to right, #20c6c6, #5b78e5, #9845e8);
  opacity: 0.7;
}

/* FAQ全体のスタイル */
article#faq {
  padding: 60px 20px;
  position: relative;
  /* タブエリアのスタイル */
  /* FAQ内容エリアのスタイル */
  /* カテゴリーがない場合のスタイル */
  /* お問い合わせセクションのスタイル */
}

@media screen and (max-width: 768px) {
  article#faq {
    padding: 40px 20px;
  }
}

article#faq .faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  article#faq .faq-container {
    padding: 0px;
  }
}

article#faq .tab-area {
  margin-bottom: 40px;
}

article#faq .tab-area .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  article#faq .tab-area .tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

article#faq .tab-area .tab-list .tab-item {
  text-align: center;
}

article#faq .tab-area .tab-list .tab-item a {
  display: block;
  padding: 15px 30px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  article#faq .tab-area .tab-list .tab-item a {
    padding: 12px 15px;
    font-size: 1.2rem;
  }
}

article#faq .tab-area .tab-list .tab-item a:hover {
  background-color: rgba(99, 99, 129, 0.8);
}

article#faq .faq-content-area {
  margin-bottom: 60px;
}

article#faq .faq-content-area .faq-category-section {
  margin-bottom: 40px;
  padding-top: 40px;
  display: block;
  /* すべてのカテゴリーを表示 */
  scroll-margin-top: 100px;
  /* スムーススクロール時のオフセット */
}

article#faq .faq-content-area .faq-category-section h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#faq .faq-content-area .faq-category-section h2 {
    font-size: 2rem;
  }
}

article#faq .faq-content-area .faq-category-section h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#20c6c6), color-stop(#5b78e5), to(#9845e8));
  background: linear-gradient(to right, #20c6c6, #5b78e5, #9845e8);
  background: #fff;
}

article#faq .faq-content-area .faq-category-section .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

article#faq .faq-content-area .faq-category-section .faq-list .no-faq-items {
  text-align: center;
  color: #f0f0f0;
  font-size: 1.4rem;
  padding: 30px 0;
  background-color: rgba(30, 30, 40, 0.7);
  border-radius: 8px;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item {
  margin-bottom: 15px;
  background-color: rgba(30, 30, 40, 0.7);
  border-radius: 8px;
  overflow: hidden;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question {
  position: relative;
  padding: 20px 60px 20px 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  letter-spacing: 1px;
  line-height: 1.5;
  /* 開いている状態 */
}

@media screen and (max-width: 768px) {
  article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question {
    font-size: 1.4rem;
    padding: 15px 50px 15px 15px;
  }
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question:hover {
  background-color: rgba(50, 50, 70, 0.9);
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question.open {
  background-color: rgba(50, 50, 70, 0.9);
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question.open .toggle-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question .toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question .toggle-icon:before, article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question .toggle-icon:after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question .toggle-icon:before {
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-question .toggle-icon:after {
  top: 0;
  left: 9px;
  width: 2px;
  height: 100%;
}

article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-answer {
  padding: 20px;
  color: #f0f0f0;
  font-size: 1.4rem;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(40, 40, 60, 0.5);
}

@media screen and (max-width: 768px) {
  article#faq .faq-content-area .faq-category-section .faq-list .faq-item .faq-answer {
    font-size: 1.3rem;
    padding: 15px;
  }
}

article#faq .no-categories {
  text-align: center;
  color: #f0f0f0;
  font-size: 1.6rem;
  padding: 50px 0;
  background-color: rgba(30, 30, 40, 0.7);
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto 60px;
}

article#faq .no-categories p {
  line-height: 1.8;
}

article#faq .contact-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(30, 30, 40, 0.7);
  border-radius: 10px;
}

article#faq .contact-section h2 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  article#faq .contact-section h2 {
    font-size: 1.8rem;
  }
}

article#faq .contact-section p {
  color: #f0f0f0;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  article#faq .contact-section p {
    font-size: 1.3rem;
  }
}

article#faq .contact-section .contact-button a {
  display: inline-block;
  padding: 15px 50px;
  background: -webkit-gradient(linear, left top, right top, from(#20c6c6), color-stop(#5b78e5), to(#9845e8));
  background: linear-gradient(to right, #20c6c6, #5b78e5, #9845e8);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  article#faq .contact-section .contact-button a {
    font-size: 1.4rem;
    padding: 12px 40px;
  }
}

article#faq .contact-section .contact-button a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=faq.css.map */