/* Hubspot チャット位置調整：250826 */
div#hubspot-messages-iframe-container {
  bottom: 100px !important;
}

@media (max-width:600px) { 
  div#hubspot-messages-iframe-container {
    bottom: 38vw !important;
  }
}

@media (min-width:601px) and (max-width:768px) {
  div#hubspot-messages-iframe-container {
    bottom: 15vw !important;
  }
}



