@charset "UTF-8";

/* =========================================================
   faqSearch
========================================================= */
#faqSearch {
  margin-bottom: 30px;
}
#faqSearch .pieceHeader h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: #91D0EB;
  font-size: 120%;
}
#faqSearch .pieceHeader h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 24px;
  border-left: 8px solid #0273C1;
}
#faqSearch .pieceBody {
  padding: 15px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e8d5f2;
}
#faqSearch .keyword {
  margin-bottom: 20px;
}
#faqSearch .categories fieldset legend,
#faqSearch .keyword label {
  position: relative;
  display: block !important;
  padding: 7px 15px 2px 42px;
  min-height: 40px;
  background-color: #f2f2f2;
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
}
#faqSearch .categories fieldset legend::before,
#faqSearch .keyword label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -6px;
  border-top: 12px solid #b3b3b3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
#faqSearch .categories fieldset legend.current::before,
#faqSearch .keyword label.current::before {
  border-top: none;
  border-bottom: 12px solid #b3b3b3;
}
/* categories */

#faqSearch .categories fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#faqSearch .categories fieldset legend {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
}
#faqSearch .categories .checkboxes {
  display: none;
  padding: 0 15px;
}
#faqSearch .categories .checkboxesContainer > div {
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 8px solid #0273C1;
  border-bottom: 1px solid #0273C1;
  font-size: 120%;
  font-weight: bold;
}
#faqSearch .categories .checkboxesContainer > ul {
  margin-bottom: 15px;
}
#faqSearch .categories .checkboxesContainer li div {
  display: none;
}
#faqSearch .categories .checkboxesContainer > ul > li > label {
  color: #e00;
}
#faqSearch .categories .checkboxesContainer > ul > li > label::after {
  content: "";
  display: block;
}
#faqSearch .categories .checkboxesContainer li ul {
  display: inline-block;
  margin-right: 15px;
}
/* keyword */
#faqSearch .keyword {
  border: 1px solid #b3b3b3;
}
#faqSearch .keyword > input {
  display: none;
}
#faqSearch .keyword div {
  display: none;
  padding: 15px;
}
#faqSearch .keyword div input {
  width: 90%;
  max-width: 500px;
  padding: 5px !important;
  border: 1px solid #ccc;
  font-family: inherit;
}
/* submit */
#faqSearch .submitters {
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
}
#faqSearch .submitters input {
  padding: 8px 60px 6px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 110%;
  color: #333;
}


/* faq contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs .docs {
  border-top: 1px solid #b3b3b3;
}
body[id^="page-faq-"] .contentGpArticleDocs .docs li {
  padding: 15px 10px;
}
body[id^="page-faq-"] .docs .category span {
  display: inline-block;
  min-width: 6rem;
  margin-left: 1rem;
  padding: 0 6px;
  background-color: #ebe4e0;
  text-align: center;
}

body[id^="page-faq-"] .docs .category span[class^="bunya-"] {
  background-color: #e5f2ff;
}

body[id^="page-faq-"].docs .category span[class^="kubun-"] {
  background-color: #f2ffe5;
}