/* ------------------------------
 機能一覧（コンポーネント） */

#functions_list_all.page-wrap {
  margin-top: 3em;
  padding-top: 0;
}
#functions_list_all .content.container {
  min-height: auto;
}

#functions_list_all > .content > .functions {
  background-color: #fafafa;
  padding: 1.5em;
}
#functions_list_all > .content > .functions h6 {
  margin: 0 0 0 16px;
}
@media all and (min-width: 600px) and (max-width: 991px) {
  #functions_list_all > .content > .functions {
    padding-right: 3em;
    padding-left: 3em;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  #functions_list_all > .content > .functions {
    padding-right: 8em;
    padding-left: 8em;
  }
}
@media all and (min-width: 1200px) {
  #functions_list_all > .content > .functions {
    padding-right: 8em;
    padding-left: 8em;
  }
}

/* ここだけトップの「機能一覧」とスタイル変更 */
/* 画像ある時 */
#functions_list_all
  > .content
  > .functions
  > .function_card_wrap
  .function_card
  > .function_img
  > img {
  width: 90%;
  height: 180px;
}
/* 画像ない時 */
#functions_list_all
  > .content
  > .functions
  > .function_card_wrap
  .function_card
  > .function_img
  > .no_img {
  min-height: 180px;
  max-height: 180px;
}
