.chat_w-full {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

/* ------------------------ */

/* ----------- ボタン ------------- */
.chat_z-20 {
    z-index: 20;
}
/* ------ ボタンの位置 -------- */
.chat_bottom-16 {
    bottom: 150px;
}
.chat_right-16 {
    right: 4rem;
}
.chat_fixed {
    position: fixed;
}
/* ------ ボタンの位置 -------- */

/* ボタン影 */
.chat_shadow-lg {
    box-shadow: 2px 2px 4px black;
}
.chat_p-4 {
    padding: 1rem;
}
.chat_bg-secondary {
    background-color: hsl(186 33% 51%);
}
.chat_border-transparent {
    border-color: transparent;
}
.chat_border {
    border-width: 1px;
}
.chat_rounded-full {
    border-radius: 9999px;
}





.chat_fill-white {
    fill: #fff;
}
.chat_w-8 {
    width: 2rem;
}
.chat_h-8 {
    height: 2rem;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

#chat_open1 {
    position:absolute;
z-index:9999;
padding:10px 20px;
border:1px solid #b3c9ce;
border-radius:4px;
font:14px/1.3 arial, sans-serif;
color:#333;
background:#fff;
max-width:250px;
box-shadow:3px 3px 3px rgba(0,0,0,.3);
}





/* --------------　ポップアップウィンドウ　------------------- */

/* ウィンドウ影 */
.chat_shadow {
    box-shadow: 1px 1px 5px 0 black;
}
/* ウィンドウ枠 */
.chat_border-2 {
    border: 2px solid black;
}
.chat_rounded-lg {
    border-radius: 0.5rem;
}
.chat_overflow-hidden {
    overflow: hidden;
}
.chat_w-96 {
    width: 24rem;
}
.chat_h-\[500px\] {
    height: 500px;
}
.chat_z-30 {
    z-index: 3000 !important;
}
.chat_right-10 {
    right: 2.5rem;
}
.chat_bottom-40 {
    bottom: 10rem;
}
.chat_fixed {
    position: fixed;
}


/* <div class="relative"> */
.chat_relative {
    position: relative;
}

/* <div class="w-full h-10 bg-accent flex justify-between items-center px-4"> */
.chat_px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* ヘッダー部分 */
.chat_bg-accent {
    background-color: black;
}

.chat_justify-between {
    justify-content: space-between;
}
.chat_items-center {
    align-items: center;
}
.chat_w-full {
    width: 100%;
}
.chat_h-10 {
    height: 2.5rem;
}
.chat_flex {
    display: flex;
}

/* <p class="text-white text-sm">プレビュー画面</p> */
.chat_text-white {
    color: white;
}
.chat_text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}




/* <svg class="fill-white w-6 h-6 cursor-pointer hover:fill-gray-300" viewBox="0 0 24 24"><path d="M19,3H16.3H7.7H5A2,2 0 0,0 3,5V7.7V16.4V19A2,2 0 0,0 5,21H7.7H16.4H19A2,2 0 0,0 21,19V16.3V7.7V5A2,2 0 0,0 19,3M15.6,17L12,13.4L8.4,17L7,15.6L10.6,12L7,8.4L8.4,7L12,10.6L15.6,7L17,8.4L13.4,12L17,15.6L15.6,17Z"></path></svg> */
.chat_fill-white {
    fill: #fff;
}
.chat_cursor-pointer {
    cursor: pointer;
}
.chat_w-6 {
    width: 1.5rem;
}
.chat_h-6 {
    height: 1.5rem;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}




/* <iframe class="w-full h-full" src="http://xs142754.xsrv.jp/chatbot/13e1a0d4-778f-46e3-b1e2-5ee672512fe4" frameborder="0"></iframe> */
.chat_w-full {
    width: 100%;
}
.chat_h-full {
    height: 100%;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}



/* easys対応にあたって追加したクラス */
.chat_hidden {
    display: none;
}

.chat_showInFront {
    z-index: 100;
}

@media  (max-width: 480px) {
    .chat_bottom-16 {
        bottom: 80px;
    }
    .chat_right-16 {
        right: 1rem;
    }
    .chat_w-96 {
        width: 22rem;
    }
}
