#chatbotWidgetAreaElem.open {
    width: 340px;
    height: 616px;
    right: 0%;
    bottom: 7%;
    border-radius: 35px 44px 65px 46px;
}
#chatbotWidgetAreaElem {
    width: 303px;
    height: 74px;
    right: 51px;
    bottom: 7%;
}
#chatbotWidgetAreaElemSmall.open {
    width: 300px;
    height: 535px;
    right: 0%;
    bottom: 0%;
    border-radius: 35px 44px 65px 46px;
}
#chatbotWidgetAreaElemSmall {
    width: 257px;
    height: 66px;
    right: 1%;
    bottom: 1%;
}
#chatbotWidgetAreaFrame.open {
    min-width: 98%;
    min-height: 98%;
}
#chatbotWidgetAreaFrame {
    min-width: 98%;
    min-height: 98%;
}

@media screen and (min-width: 640px) {
    #chatbotWidgetAreaElem.open {
        width: 422px;
        height: 616px;
    }
    #chatbotWidgetAreaElem {
        width: 263px;
        height: 66px;
    }
    #chatbotWidgetAreaElemSmall.open {
        width: 300px;
        height: 500px;
    }
    #chatbotWidgetAreaElemSmall {
        width: 269px;
        height: 61px;
    }
}

#chatbotWidgetAreaElemError {
    width: 202px;
    height: 131px;
    right: 1%;
    bottom: 1%;
}


/* CITV custom 2023/02/20 11:37*/
/* PC位置調整 */
#chatbotWidgetAreaElem{
	right: 20px;
	bottom: 30px;
}

/* 大きめのタブレット対応 */
@media screen and (max-width: 1024px) {
	#chatbotWidgetAreaElem{
		right: 20px;
		bottom: 60px;
	}
}

/* 小さめのタブレット対応 */
@media screen and (max-width: 768px) {
	#chatbotWidgetAreaElem{
		bottom: 60px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

/* スマホ位置調整 */
@media screen and (max-width: 480px) {
	#chatbotWidgetAreaElem{
		bottom: 60px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

#chatbotWidgetAreaElemSmall{
	bottom: 60px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}
