/* ----- 上部固定欄 ここから ----- */
#faq-operation-container{
    position: fixed;
    top: 69px;
    /* left: 50%; */
    left: 0;
    right: 0;
    z-index: 500;
    /* text-align:right; */
}
@media (max-width: 991px) {
    #faq-operation-container{
        position : absolute;
    }
}
/* ----- 上部固定欄 ここまで ----- */

/* ----- データ表示欄 ここから ----- */
#faq-container{
    margin-bottom:3rem;
}
@media (max-width: 991px) {
    #faq-container{
        min-width : 992px;
    }
}
/* ----- データ表示欄 ここまで ----- */

/* ----- カテゴリ名 ここから ----- */
/* アンカーで移動した際にヘッダーに隠れるためオフセット  */
.contents {
   margin-top:-162px;
  padding-top:162px;
}
/* ----- カテゴリ名 ここまで ----- */
