section.other-first {
  background-color: #f2f5f5;
}
ul.List {
  padding: 15px 0 20px;
}
@media screen and (max-width: 767px)  {
  div.section-container {
    padding: 0 4%;
  }
  div.content-box-title h1 p {
    text-align: center;
  }
}
/* FAQ | スクロールトップボタン - start */
div#price_fix.column-fix.faq-btn {
  width: 40px;
  position: fixed;
  background: transparent;
  z-index: 5;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  margin-right: 9%;
  border-radius: 20px;
  top: 90vh;
  filter: drop-shadow(0px 3px 6px rgb(0,0,0,20%));
}
#price_fix.column-fix.faq-btn {
  right: 0;
}
#price_fix.column-fix.faq-btn.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px)  {
  section.other-first {
      padding-bottom: 0;
  }
  div#price_fix.column-fix.faq-btn {
    margin-right: 5vw;
    width: 40px;
    top: auto;
    bottom: 60px;
  }
}
/* FAQ | スクロールトップボタン - end */

/* 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 */

/* AI FAQ | チャットボット - start */
#faq-chatbot-content .content-box-title .text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  width: fit-content;
  margin: 43px auto 45px;
  text-align: left;
}
#faq-chatbot-content .content-box-title .text .underline {
  font-size: 2rem;
  border-bottom: 4px double #ff003c;
  font-weight: 500;
}
#faq-chatbot-content .faq-chatbot {
  max-width: 1100px;
  min-height: 100vh;
  margin-top: 35px;
}
#faq-chatbot-content .faq-chatbot-body .heading {
  text-align: center;
}
#faq-chatbot-content .faq-chatbot-body .heading h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
#faq-chatbot-content .faq-chatbot-body .heading .text {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
}
#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 80px;
}
#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: #68d8d5;
  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-content .faq-chatbot-include-chat {
  background-color: #fff;
  padding: 40px 0 50px;
  margin-bottom: 60px;
}
#faq-chatbot-content .faq-chatbot-include-chat #ulAiWidget {
  margin: 0 auto;
  max-width: 910px;
}
#faq-chatbot-content #ulAiWidget iframe {
  display: block !important;
  height: 600px;
  margin: 0 auto;
}
#faq-chatbot-content .faq-chatbot-include-faq {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 0;
}
#faq-chatbot-content .faq-chatbot-include-faq {
  outline: none;
}
@keyframes Heading {
  0% {
    opacity: 0;
    display: none;
  }

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

  100% {
    opacity: 1;
    display: block;
  }
}
#faq-chatbot-content .faq-chatbot-include-faq .heading {
  display: none;
  opacity: 0;
}
#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);
}
.first_popup .conductor {
  padding: 14px 14px 14px 50px;
}
div.document-popup-close-button img.news-arrow, a.conductor img.news-arrow {
  right: 50px;
}
.first_popup .conductor span.sub-title {
  display: inline;
  margin-top: 5px;
  border-bottom: double 4px #ff003c;
}
@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 80px;
  }
  #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: 50px;
  }
  #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 -8vw;
  }
  #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;
  }
}
/* AI FAQ | チャットボット - end */
