@charset "utf-8";

/*起動アイコン 全体（アイコン画像と閉じるボタン含む）*/
.supportBnr {
  transition: all .4s;
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 116px;
  width: 80px;
  height: auto;
  filter: drop-shadow(1px 2px 3px rgba(100, 100, 100, 0.5));
}

.supportBnr:hover {
  opacity: 0.7;
}

/*起動アイコンの画像*/
.supportBnr-img {
  vertical-align: bottom;
  width: 100%;
}

/*起動アイコンの閉じるボタン*/
#supportBnr-close {
  position: absolute;
  right: -5px;
  top: -10px;
  width: 20px;
  height: auto;
}

#supportBnr-close img {
  display: block;
  max-width: 100%;
}

#konnect-container ul.mbaGuestFrame_trigger_inner_buttons > li:nth-child(2) {
  display: none!important;
}

  #konnect-container {
    top: auto !important;
    bottom: 0;
    height: calc(100% - 60px) !important;
    /* 小窓の高さ→px,%など自由に設定可能 */
  }
