@charset "UTF-8";
/******************************
*セミナーQAページCSS
*****************************/
.faq_mainContent h3 {
  border-bottom: solid 1px #d72100;
}

.qa_wrapper h3,
.qa_wrapper h2 {
  font-weight: bold;
}

.qa_list {
  margin-top: 16px;
}

.qaCategories_wrapper {
  margin: 0 auto;
}
.qaCategories_wrapper ul {
  display: flex;
  justify-content: space-around;
}
.qaCategories_wrapper .qaCategories .categorized {
  font-size: 1.8rem;
  width: 130px;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
}
.qaCategories_wrapper ul li:hover {
  cursor: pointer;
  opacity: 0.8;
}

.faq_fixedContent_wrap-title {
  display: block;
  height: auto;
  padding-bottom: 6px;
  padding-left: 24px;
  border-bottom: solid 1px;
  border-left: solid 30px;
}
.faq_fixedContent_wrap-title h2.faq_title {
  font-size: 3.5rem;
  line-height: 1;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: left;
  color: black;
}
.faq_fixedContent_wrap-title h2.faq_title .small {
  font-size: 50%;
}

.faq_fixedContent_wrap .faq_fixedContent_wrap-title p {
  font-size: 1.4rem;
  display: block;
  margin: 0;
  vertical-align: middle;
}

.faqInquiry {
  font-size: 100%;
  padding-left: 56px;
}

.site-content h2.faq_title::after {
  content: none;
}

.qaCategories_wrapper ul li:before {
  list-style: none;
  content: none;
}

.qa_list.qa_container .qa_content {
  margin-bottom: 16px;
  padding-left: 24px;
}

.qa_container .qa_head:hover {
  cursor: pointer;
  opacity: 0.8;
}

.qa_list.qa_container .qa_content:before {
  display: none;
}

.qa_content span {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-right: 12px;
  vertical-align: top;
}

.answer_title {
  display: flex;
  padding: 0;
}

.answer .answer_title {
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

.answerContent {
  font-size: 1.5rem;
  display: inline-block;
  width: 90%;
  margin-bottom: 0 !important;
}

.qa_container .answer {
  overflow: hidden;
  height: 0;
  padding: 0 16px;
  transition: 0.8s;
  opacity: 0;
}
.qa_container .show .answer {
  height: auto;
  padding: 16px;
  opacity: 1;
}
.qa_container .show .answer_title {
  color: #d72100;
}

.qa_list .qa_content .answer_title::before, .qa_list .qa_content .answer_title::after {
  content: none;
}

/*.qa_list */
.qaCategories_wrapper ul li {
  padding: 0;
  background: #777;
}
.qaCategories_wrapper ul li a {
  color: white;
}

.faq_is_fixed {
  position: fixed;
  z-index: 2;
  top: 75px;
  left: 0;
  width: 100%;
  background-color: white;
}

.faq_is_fixed_noHeader {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}

.faq_fixedContent_wrap {
  width: 1100px;
  margin: auto;
}

/******************************
*g21プレミアム
*****************************/
.g21_premium * {
  box-sizing: initial;
}
.g21_premium .contents.g_margin {
  margin-top: 34px;
}
.g21_premium .faq_is_fixed {
  top: 64px;
}

@media screen and (max-width: 768px) {
  .g21_premium .faq_is_fixed {
    top: 54px;
  }
  .faq_is_fixed {
    position: fixed;
    z-index: 2;
    top: 54px;
    left: 0;
    width: 96%;
    padding: 0 2%;
    background-color: white;
  }
  .faq_is_fixed_noHeader {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 96%;
    padding: 0 2%;
    background-color: white;
  }
  .faq_fixedContent_wrap {
    width: 100%;
  }
  div.qa_wrapper {
    position: relative;
    width: 100%;
  }
  .qaCategories_wrapper {
    width: 100%;
    margin: 0;
  }
  .g21_premium .faq_fixedContent_wrap-title {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .faq_fixedContent_wrap-title {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .faq_fixedContent_wrap-title h2.faq_title {
    font-size: 3rem;
    line-height: 1.2;
    display: block;
    padding-top: 8px;
  }
  .faq_fixedContent_wrap-title p {
    margin-left: 16px;
  }
  .qaCategories_wrapper ul li {
    margin: 8px;
  }
  .qaCategories {
    flex-wrap: wrap;
  }
  .faqInquiry {
    padding-left: 0;
  }
  .sp_text_block {
    display: inline-block;
  }
}
