footer:not(.exclusion) .ft_logo {
  width: 345px;
}

.option-popup-block {
  display: none;
}

/* ページ内スクロールした際にアンカーの位置がずれるのではじめに高さを確保しておく　start */
.faq-chatbot-include-chat {
  min-height: 800px;
}
.faq-chatbot-include-faq {
  min-height: 1000px;
}
/* ページ内スクロールした際にアンカーの位置がずれるのではじめに高さを確保しておく　end */

div.form-next-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1em;
  max-width: 300px;
  margin: 0 auto;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  border: 2px solid #FFE700;
  border-radius: 10px;
  background: #fff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s all;
}
div.form-next-button span{
  background: none;
  font-size: 15px;
  padding: 0;
}
div.form-next-button::after {
  position: absolute;
  content: "";
  top: 50%!important;
  right: 10px!important;
  width: 0px!important;
  height: 0px!important;
  margin: 0!important;
  border-top: 8px solid transparent!important;
  border-left: 10px solid #000!important;
  border-bottom: 8px solid transparent!important;
  background: none!important;
  transform: translate(-50%, -50%)!important;
}
div.form-next-button:hover{
  background: #FFE700!important;
}
div.form-back-button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 170px;
  margin: 0 auto;
  padding: 1em 2em;
  text-indent: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #707070;
  border-radius: 10px;
  background: #F4F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s all;
}
div.form-back-button span{
  background: none;
  padding: 0;
}
div.form-back-button::before{
  content: none;
}
div.form-back-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0px;
  height: 0px;
  margin: 0;
  border-top: 7px solid transparent;
  border-right: 9px solid #707070;
  border-bottom: 7px solid transparent;
  background: none;
  transform: translate(-50%, -50%);
}
div.form-next-button:hover{
  opacity: 0.7;
}

div.form-next-button a {
  padding: 1em;
}

div.main.faq {
  margin-top: 0px;
}

#faq-chatbot-content .faq-chatbot-main-categories .title {
  text-align: center;
}

#faq-chatbot-content .faq-chatbot-main-categories {
  justify-content: center;
}

#faq-chatbot-content .faq-chatbot-main-categories .category-btn a:hover, 
.support .faq-chatbot-main-categories .category-btn a:hover {
  background-color: #00e5c3;
}

#faq-chatbot-content #faq-section {
  position: relative;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  div.main.faq section.other-first {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #faq-chatbot-content .faq-chatbot-main-categories {
    margin-bottom: 30px;
  }
  #faq-chatbot-content .faq-chatbot-include-chat {
    margin-bottom: 0;
  }
  #faq-chatbot-content .white-content-box-title-sub-dir h1 p {
    margin: 0;
    padding: 0;
  }
  #faq-chatbot-content .content-box-title .text {
    text-align: left;
  }
}