﻿#NAAIRagChatIframe {
    border: none;
    overflow: hidden;
    z-index:10001;
}

#NAAIRagChatIframe.chatMode-largeIcon {
    position: fixed;
    left: 45px;
    bottom: 20px;
    width: 111px;
    height: 170px;
}

#NAAIRagChatIframe.chatMode-smallIcon {
    position: fixed;
    left: -12px;
    bottom: 20px;
    width: 58.5px;
    height: 76px;
}

#NAAIRagChatIframe.chatMode-largeChat {
    position: fixed;
    top: 0px;
    height: 100%;
    left: 0px;
    max-height: 100%;
    width: 100%;
    z-index: 1000000;
}

#NAAIRagChatIframe.chatMode-openChat {
    height: 600px;
    max-height: calc(100vh - 1.5rem);
    width: 470px;
    left: .75rem;
    bottom: 1rem;
    z-index: 10100;
    position: fixed;
}

@media print {
    #NAAIRagChatIframe {
        display:none !important;
    }
}

@media screen and (max-width: 1000px) {
    #NAAIRagChatIframe.chatMode-largeIcon {
        bottom: 20% !important;
        left:10px;
    }
    #NAAIRagChatIframe.chatMode-smallIcon {
        bottom: 20% !important;
        left: -12px;
    }
}

/*スマホ*/
@media screen and (max-width: 767px) {
    #NAAIRagChatIframe.chatMode-largeIcon {
        left: auto;
        right: 10px;
        bottom: 22% !important;
    }

    #NAAIRagChatIframe.chatMode-smallIcon {
        left: auto;
        right: -12px;
        bottom: 22% !important;
    }
}