@scope (.sp .chatbot-fixed-container) {
  :scope {
    position: fixed;
    bottom: 66px; /* アイコンの下からの表示位置を指定*/
    right: 0px; /* アイコンの右からの表示位置を指定*/
    z-index: 1000;
    text-align: right;
  }

  #triggerImage {
    background-image: url(/images/iframe/image_n.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .trigger-image {
    cursor: pointer;
    width: 140px; /* アイコンの幅を変更*/
    height: 49px; /* アイコンの高さを変更*/
    margin-left: auto;
  }
}
