.faq-chatbot-content {
	overflow-x: hidden;
}
.faq-chatbot-content .faq-chatbot-main-categories,
.support .faq-chatbot-main-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
  width: 850px;
  gap: 20px;
  margin: 50px auto 20px;
}
.faq-chatbot-content .faq-chatbot-main-categories .category-btn a,
.support .faq-chatbot-main-categories .category-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 70px;
  padding-top: 3px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, .2));
}
.faq-chatbot-content .faq-chatbot-main-categories .category-btn a:hover,
.support .faq-chatbot-main-categories .category-btn a:hover {
  background-color: #0173B8;
  transition: all .3s;
}
.faq-chatbot-content .faq-chatbot-main-categories .icon,
.support .faq-chatbot-main-categories .icon {
  display: block;
  position: relative;
  left: 15px;
  width: 32px;
  height: 32px;
}
.faq-chatbot-content .faq-chatbot-main-categories .icon img,
.support .faq-chatbot-main-categories .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.faq-chatbot-content .faq-chatbot-main-categories .icon .normal,
.support .faq-chatbot-main-categories .icon .normal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .3s;
}
.faq-chatbot-content .faq-chatbot-main-categories a:hover .icon .normal,
.support .faq-chatbot-main-categories a:hover .icon .normal {
  opacity: 0;
}
.faq-chatbot-content .faq-chatbot-main-categories .title,
.support .faq-chatbot-main-categories .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-left: 17px;
}
.faq-chatbot-body .faq-chatbot-include-chat .heading {
	text-align: center;
	margin-bottom: 30px;
}
.faq-chatbot-body .faq-chatbot-include-chat .heading h2 {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
}
.faq-chatbot-body .faq-chatbot-include-chat .heading .text {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-top: 8px;
	font-weight: normal;
}
.faq-chatbot-body .faq-chatbot-include-chat {
  background-color: #fff;
  padding: 40px 0 50px;
  margin-bottom: 0;
}
.faq-chatbot-body .faq-chatbot-include-chat #ulAiWidget {
  margin: 0 auto;
  max-width: 910px;
}
.faq-chatbot-body #ulAiWidget iframe {
  display: block !important;
  height: 600px;
  margin: 0 auto;
}
.faq-chatbot-content .faq-chatbot-include-faq {
  background-color: #fff;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 40px;
}
@keyframes Heading {
  0% {
    opacity: 0;
    display: none;
  }

  99% {
    opacity: 0;
    display: block;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

/* AI FAQ内容毎のヘッダー余白 - start */
#ulfaq.js-qa {
  margin-top: -70px;
}
#faq-chatbot-content .faq-chatbot-body .heading {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #ulfaq.js-qa {
    margin-top: -80px;
  }
  #faq-chatbot-content .faq-chatbot-body .heading {
    padding-top: 35px;
  }
}
/* AI FAQ内容毎のヘッダー余白 - end */

.faq-chatbot-content .faq-chatbot-include-faq .heading {
  display: none;
  opacity: 0;
	text-align: center;
}
.faq-chatbot-content .faq-chatbot-include-faq .heading .text {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: normal;
}
.faq-chatbot-content .faq-chatbot-top .faq-chatbot-include-faq .heading {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 2;
  animation: Heading .2s ease-in 0s forwards;
}
/* AI FAQの高さ調整 */
.faq-chatbot-content #faq-section { 
  position: relative;
  top: -60px;
}
.faq-chatbot-content div#price_fix.faq-btn {
  top: calc(100vh - 85px);
}

@media (min-width: 768px) {
  .faq-chatbot-content .faq-chatbot-include-faq {
    min-height: 500px;
  }
}

/* チャットボット タブレット用 */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    min-width: 100%;
  }
  .faq-chatbot-content .faq-chatbot {
    max-width: 680px;
  }
  .faq-chatbot-content .faq-chatbot-main-categories, .support .faq-chatbot-main-categories {
    justify-content: left;
    width: 100%;
    margin: 40px auto 0px;
  }
  .support .faq-chatbot-main-categories {
    width: 90%;
  }
  .support .faq-chatbot-main-categories .category-btn{
    width: 47%;
    margin: auto;
  }
  .faq-chatbot-content .faq-chatbot-main-categories .category-btn a, 
  .support .faq-chatbot-main-categories .category-btn a {
    width: 305px;
  }
  .support .faq-chatbot-main-categories .category-btn a {
    width: 100%;
    min-width: 250px;
  }
  .faq-chatbot-content .faq-chatbot-body .heading h2 {
    font-size: 3.2rem;
  }
  .faq-chatbot-content .faq-chatbot-body .heading .text {
    font-size: 1.8rem;
  }
  .faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
    max-width: 620px;
  }
  ._ul-chat-widget #_ul-chat-widget-chat-log .chat-log .chat-bot {
    max-width: calc(100% - 124px);
  }
  .inquiries .category-faqlist .category-item .category-header {
    width: calc(100% - 0.5em);
  }
}

/* チャットボット SP用 */
@media (max-width: 767px) {
  .faq-chatbot-content .content-box-title .text {
    font-size: 1.8rem;
    text-align: left;
  }
  .faq-chatbot-content .faq-chatbot-body .heading h2 {
    font-size: 2.6rem;
  }
  .faq-chatbot-content .faq-chatbot-body .heading .text {
    font-size: 1.8rem;
  }
  .faq-chatbot-content .faq-chatbot-main-categories,
  .support .faq-chatbot-main-categories {
    width: 100%;
    gap: 10px;
    margin: 40px auto 10px;
  }
  .faq-chatbot-content .faq-chatbot-main-categories .category-btn,
  .support .faq-chatbot-main-categories .category-btn {
    width: calc(50% - 10px / 2);
  }
  .faq-chatbot-content .faq-chatbot-main-categories .category-btn a,
  .support .faq-chatbot-main-categories .category-btn a {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
  }
  .faq-chatbot-content .faq-chatbot-main-categories .category-btn a::before {
    border-radius: 10px;
  }
  .faq-chatbot-content .faq-chatbot-main-categories .title,
  .support .faq-chatbot-main-categories .title {
    font-size: 1.42rem;
    line-height: 1.2;
    margin-left: 0;
  }
  .faq-chatbot-content .faq-chatbot-main-categories .icon,
  .support .faq-chatbot-main-categories .icon {
    left: 0;
    margin: -2px 0 8px;
    width: 26px;
    height: 26px;
    order: 1;
  }
  .faq-chatbot-content .faq-chatbot-include-chat {
    width: auto;
    margin-bottom: 0;
  }
  .faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
    padding-bottom: 0;
  }
  .faq-chatbot-include-chat,
  .faq-chatbot-include-faq {
    width: auto;
    background-color: #fff;
    margin: 0 -5%;
  }
  .faq-chatbot-include-chat {
    margin: 0 -4vw;
  }
  .faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
    width: 90vw !important;
  }
  .faq-chatbot-content #ulAiWidget iframe {
    height: 540px;
  }
  .faq-chatbot-content .faq-chatbot-include-faq {
    margin: 0 auto;
    width: 90vw;
  }
  .faq-chatbot-content div#price_fix.column-fix.faq-btn {
    top: auto;
    margin-right: 30px;
    width: 40px;
    bottom: 25px;
  }
  .faq-chatbot-content .faq-chatbot {
    margin-top: 31px;
  }
  .faq-chatbot-content .content-box-title .text {
    margin: 20px auto;
  }
}