/* original CSS FAQ
----------------------------------------------- */
/* TOP記事一覧
---------------------- */
.contentFaqSearchDocs ul,
#faqRecentDocs ul {
  padding: 0 5px;
}
.contentFaqSearchDocs li,
#faqRecentDocs li {
  padding: 0 0 5px 10px;
  background-image: url("/_common/themes/images/ic-list-shinchaku.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentFaqSearchDocs li span.new,
#faqRecentDocs li span.new {
  display: inline-block;
  width: 30px;
  height: 0;
  margin: -3px 3px 2px;
  padding-top: 13px;
  background-image: url("/_common/themes/images/ic-new.gif");
  background-position: left top;
  backgroun-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

/* 検索
---------------------- */
#faqSearch .category1, #faqSearch .category2, #faqSearch .keyword {
  float: left;
  margin: 10px 20px 10px 0;
}
#faqSearch .category1 p, #faqSearch .category2 p, #faqSearch .keyword p {
  float: left;
  padding: 3px 0;
  margin-right: 10px;
}
#faqSearch .submitters {
  clear: both;
  margin-top: 0;
  text-align: center;
}
/* ボタン装飾
---------------------- */
#faqSearch input[type="submit"],
#faqSearch input[type="button"] {
  width: 140px;
  padding: 8px 30px 6px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 100%;
  color: #333;
  text-align: center;
  text-decoration: none;
}
#faqSearch input[type="submit"]:hover,
#faqSearch input[type="button"]:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
  cursor: pointer;
}

/* 検索結果件数表示：グレー
---------------------- */
.hit {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background-color: #e3f0fa;
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}

/* 分野TOP
---------------------- */
.contentFaqCategory > div[class^="category"] {
  width: 98%;
  padding: 10px;
  margin: 10px;
  background-color: #edf6fb;
  background-image: url("/_common/themes/images/ic-event.gif");
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.category h2 {
  padding: 0 0 5px 70px;
  font-size: 120% !important;
}
.children {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 5px 70px;
}
.children div {
  padding-right: 20px;
}

/* 分野別一覧　新着情報
---------------------- */
.contentFaqCategory .latest h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: #fff285;
  font-size: 120%;
}
.contentFaqCategory .latest h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 24px;
  border-left: 8px solid #fbb03b;
}
/* 分野別一覧　サブタイトル：グレー
---------------------- */
.category h3 {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background-color: #e3f0fa;
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}
/* 記事一覧
---------------------- */
.contentFaqCategory ul {
  padding: 0 5px;
}
.contentFaqCategory li {
  padding: 0 0 5px 10px;
  background-image: url("/_common/themes/images/ic-list-shinchaku.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentFaqCategory li span.new {
  display: inline-block;
  width: 30px;
  height: 0;
  margin: -3px 3px 2px;
  padding-top: 13px;
  background-image: url("/_common/themes/images/ic-new.gif");
  background-position: left top;
  backgroun-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}
/* 記事詳細
---------------------- */
.contentFaqDoc > .header {
  padding: 7px 9px;
}
.contentFaqDoc > .question .header {
  padding: 0 9px 2px;
  font-size: 120%;
}
.contentFaqDoc > .body .header {
  padding: 1px 0 0;
  background-color: transparent;
}
.contentFaqDoc > .header .publishedAt {
  text-align: right;
}
.contentFaqDoc .header h1 {
  display: none;
}
.question {
  margin-bottom: 15px;
  padding: 15px 0 3px 37px;
  background-color: #edf6fb;
  background-image:url("/_common/themes/images/ic-question.gif");
  background-repeat:no-repeat;
  background-position: 0.7em 1.2em;
}
.answer {
  margin-bottom: 15px;
  padding: 0 0 5px 37px;
  background-image: url("/_common/themes/images/ic-answer.gif");
  background-repeat: no-repeat;
  background-position: 0.7em 0.4em;
}