/* FAQサイト全体 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, main,
fieldset, input, textarea, p, blockquote, th, td, figure{
  margin: 0; 
  padding: 0;
}
body {
  background-color: #141e50;
}
main {
  display: block;
  min-height: 500px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.faqContainer {
  background-color: #FFFFFF;
  overflow: hidden;  
}
.frame {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.faqHeader {
  padding-top: 15px;
  margin-bottom: 4em;
}
.faqHeader::after {
  content: "";
  display: block;
  height: 10px;
  width: 102vw;
  margin: 0 -1vw;
  box-shadow: 0 6px 4px -4px #b2c0f0;
}
.faqFooter {
  clear: both;
  margin-top: 4em;
}
.faqFooter::before {
  content: "";
  display: block;
  height: 2em;
  width: 102vw;
  margin: 0 -1vw;
  box-shadow: 0 -6px 4px -4px #b2c0f0;
}
.faqFooter_link {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.faqFooter_link_page {
  display: inline-block;
  margin-right: 1.5em;
}
.faqFooter_link_page a {
  color: #141e50;
  font-size: 18px;
  text-decoration: none;
}
.faqFooter_copy {
  display: block;
  padding: 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #141e50;
}
.hr_blue {
  height: 2px;
  background-color: #ced0e5;
  border: 0px none;
}
@media screen and (max-width:480px) {
  main { min-height: 1px; }
  .faqHeader { margin-bottom: 2.5em; }
  .faqFooter { margin-top: 3em; }
}



/* 検索エリア全体 */
.faqSearchContainer {
  text-align: center;
}

/* 検索欄 */
.faqSearchForm {
  width: 60%;
  height: 40px;
  margin: 0 9px 0 0;
  padding: 0 1em;
  border-radius: 5px;
  border: 2px #d9cab1 solid;
}
@media screen and (max-width:480px) {
  .faqSearchForm {
    padding: 0 0.5em;
    width: calc(100% - 115px);
  }
}

/* 検索ボタン */
.faqSearchButton {
  background: #9d7f4e;
  width: 88px;
  height: 40px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  border: 0;
  font-size: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 0px 0 #d9cab1;
  transition: all 0.2s;
}
.faqSearchButton:hover {
  opacity: .6;
  cursor: pointer;
  transition: all 0.2s;
}

/* よく読まれているご質問へ戻る */
.faqBackToQuestions {
  font-size: 15px;
  color: #141e50;
  text-decoration: none;
}

/* パンくずリストの斜線 */
.faqtopicPathBreak {
  margin:0 10px;
  font-size: 15px;
  color: #ced0e5;
}

/* パンくずリストのテキスト */
.faqtopicPathText {
  font-size: 15px;
  color: #141e50;
  text-decoration: none;
}

/* エラーメッセージ */
.faqErrorMsg {
  color: red;  
}

/* セクションのテキスト */
.faqSectionText {
  font-size:20px;
  color:#141e50;
  font-weight: bold;
}

/* メインカテゴリの値 */
.faqMainCategoryValue {
  font-size:20px;
  color:#141e50;
  font-weight: bold;
}

/* ナレッジの一覧テーブル */
.faqKnowledgeTable {
  margin-left : 0;
  margin-right : auto;
  margin-bottom: 20px;
  width: 100%;
}

/* ナレッジの横に表示する▶ */
.faqTriangle {
  font-size: 20px;
  color: #141e50;
}

/* ナレッジのテキスト */
.faqKnowledgeText {
  font-size: 15px;
  color: black;
  text-decoration: none;
}

/*  /FaqTop.html
------------------------------ */
/* カテゴリリスト */
.faqSearchCategoryUl {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* カテゴリエリア */
.faqSearchCategoryContainer {
  display: inline-block;
  margin: 20px 20px;
  text-align: center;
  list-style: none;
  width: 145px;
  word-wrap: break-word;
  vertical-align: top;
}

/* カテゴリアイコン */
.faqCategoryIcon {
  width: 140px;
  height: 124px;
}

/* カテゴリラベル */
.faqCategoryLabel {
  display: block;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width:1200px) {
  .faqSearchCategoryUl {
    width: 680px;
  }
  .faqSearchCategoryContainer {
    margin: 15px 15px;
    width: 135px;
  }
}
@media screen and (max-width:750px) {
  .faqSearchCategoryUl {
    width: 491px;
  }
    .faqSearchCategoryContainer {
    margin: 15px 15px;
    width: 130px;
  }
}
@media screen and (max-width:480px) {
  .faqSearchCategoryUl {
    width: 100%;
  }
  .faqSearchCategoryContainer {
    margin: 2vw 1%;
    width: 30%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .faqCategoryIcon {
    width: 100%;
    height: auto;
  }
  .faqCategoryLabel {
    font-size: 3.8vw;
  }
}


/*  /FaqSubCategoryDisplay.html
------------------------------ */
/* サブカテゴリエリア */
.faqSubCategoryContainer {
  width: 100%;
  margin-left : 0;
  margin-right : auto;
  margin-bottom: 10px;          
}


/* サブカテゴリエリア */
.faqSubCategoryContainer .wordsBox {
  display: flex;     
}

/* サブカテゴリエリア */
.faqSubCategoryContainer .wordsIndex {
  text-align:left;
  font-size: 16px;
  flex-shrink: 0;
  width: 60px;       
}

/* サブカテゴリリスト */
.faqSubCategoryUl {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* サブカテゴリラベル */
.faqSubCategoryLabel {
  display: inline-block;
  font-size: 15px;
  color: black;
  text-decoration: underline;
  margin: 0 0 10px;    
  width: 13.5em;
  text-align: left;
  margin-right: 10px;
  cursor: pointer;
}

/* サブカテゴリラベル */
.faqWordsILabel {
  display: inline-block;
  font-size: 15px;
  color: black;
  text-decoration: underline;
  margin: 0 0 10px;  
  text-align: left;
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .faqSubCategoryUl {
    justify-content: flex-start;
  }
  .faqSubCategoryLabel {
    width: 13.5em;
    text-align: left;
    margin-right: 10px;
  }

  .faqWordsILabel {
    text-align: left;
    margin-right: 10px;
    line-height: 20px;
  }
}


/*  /FaqKnowledgeDetails.html
------------------------------ */
/* 投票メッセージ */
.faqVoteMsg {
  color:blue;
  font-weight: bold;      
}

/* 投票エリア */
.faqVoteContainer {
  text-align: center;
}
.faqVoteContainer_btn {
  display: inline-block;
  margin: 0px 1em;
  width: 88px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 0px 0 #d9cab1;
  background: #9d7f4e;
  transition: all 0.2s;
}
.faqVoteContainer_btn:hover {
  opacity: .6;
  cursor: pointer;
  transition: all 0.2s;
}


/*  /FaqContactInput.html
------------------------------ */
.faqContact_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.faqContact_list {
  width: 100%;
  margin: 0 auto;
}
.faqContact_listTtl{
  font-size: 18px;
  margin-bottom: 0.25em;
}
.faqContact_listTtl strong {
  padding: 0 1em;
  margin-left: 1em;
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
  background-color: #d5143e;
  border-radius: 0.25em;
}
.faqContact_listTtl p {
  font-size: 12px;
  color: #808080;
}
.faqContact_listData {
  margin-bottom: 1.25em;
}
.faqContact_listData_input {
  display: block;
  min-width: 12.5em;
  font-size: 16px;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #9d7f4e;
  border-radius: 0.25em;
  box-sizing: border-box;
  outline: none;
}
.faqContact_listData_area {
  display: block;
  font-size: 16px;
  padding: 0.5em;
  width: 100%;
  min-height: 11.125em;
  border-radius: 0.25em;
  border: 1px solid #9d7f4e;
  box-sizing: border-box;
  vertical-align: bottom;
  outline: none;
  font-family: inherit;
}
.faqContact_buttons {
  text-align: center;
  margin: 2em 0;
}
.faqContact_buttons_btn {
  display: inline-block;
  min-width: 200px;
  font-size: 20px;
  padding: 0.75em 3em;
  margin: 0em 1em 1em;
  line-height: 1;
  color: #FFF;
  outline: none;
  border-radius: 1.25em;
  border: 0px none;
  background-color: #9d7f4e;
  background-repeat: no-repeat;
  background-position: right 1em center;
}
.faqContact_buttons_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.faqContact_buttons_btn:active {
  opacity: 0.6;
}
.faqContact_buttons_btn-back {
  background-position: 1em center;
}
@media screen and (max-width:480px) {
  .faqContact_buttons {
    display: flex;
    justify-content: space-around;
  }
  .faqContact_buttons_btn {
    font-size: 17px;
    margin: 0;
    min-width: 146px;
    padding: 0.75em 2em;
    background-position: right 0.75em center;
  }
  .faqContact_buttons_btn-back {
    background-position: 0.75em center;
  }
}

/* 追加CSS */

/* ナレッジのテキスト */
.faqKnowledgeText:hover {
  opacity: 1;
}

/* カテゴリアイコンコンテナー */
.faqSearchCategoryContainer:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* カテゴリアイコンラベル */
.faqSearchCategoryContainer:hover .faqCategoryLabel {
  color: #006EB3;
}

/* メインカテゴリの値 */
.faqMainCategoryValue {
  display: inline-block;
}

/* メインカテゴリの一文字目の値 */
.faqMainCategoryValue::first-letter {
  color: #9d7f4e;
}

/* サブカテゴリの記号 */
.faqDiamond {
  color: #9d7f4e;
  float: left;
}

/* サブカテゴリラベル */
.faqSubCategoryLabel:hover {
  color: #006EB3;
  cursor: pointer;
}

/* フッターリンクページ */
.faqFooter_link_page a:hover {
  color: #006EB3;
}

/* よく読まれているご質問へ戻る */
.faqBackToQuestions:hover {
  color: #006EB3;
}

/* パンくずリストのテキスト */
.faqtopicPathText:hover {
  color: #006EB3;
}

/* 「さらに読み込む」ボタン */
.pagingBtn:hover {
  color: #006EB3;
  cursor: pointer;
}

/* 「さらに読み込む」ボタン押下時、ナレッジ縦幅調整 */
.faqTd {
  height: 30px;
}