/* Gen AI Chatクローズボタンのリセットスタイル */
#gen-ai-chat-close,
#gen-ai-chat-en-close {
    padding: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    font: inherit;
    background-color: transparent;
    border-style: none;
    color: inherit;
    outline: 0;
}
