/*------------チャットUI------------*/
.chatux-btn-chat {
}

.botui-container {
}

/*ボットメッセージ*/
.botui-message-content {
}

/*回答者メッセージ*/
.botui-message-content.human {
}

/*ボタン*/
.botui-actions-buttons-button {
}

/*メッセージ画像*/
.botui-message-content-image {
}

/*アイコン画像*/
.profil>img {
}

/*電話ボタン表示用*/
.my-btn-tel{
}
.my-btn-tel::after{
}
/*------------チャットUIここまで------------*/


/*ページ全体*/
body{
}

.my-container {
}

/*戻るボタンエリア*/
.footer-btn-area{
}

/*フッターテキストエリア*/
.footer-text-area {
}
.footer-text-area .footer-btn-send {
}


.my-container-fluid {
}

.my-container-fluid-change {
}

@media screen and (min-width:641px){/*PC・タブレット用*/
}
@media screen and (max-width:640px){/*スマホ用*/
}

/*------------ヘッダー調整用 ここから------------*/
.my-container {
    margin-top: 50px;
}

.lead {
    display: none;
}

.my-container-fluid {
    height: 96px;
    padding-top: 80px;
    position: relative;
    background-color: transparent;
}

.my-container-fluid::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 96px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://tobeshin-energy.com/tokyo-01/wp-content/themes/frc-wp/dist/assets/images/common/chatbot-header.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .my-container-fluid {
        height: 126px;
        padding-top: 110px;
        position: relative;
        background-color: transparent;
    }

    .my-container-fluid::before {
        background-size: cover;
        height: 126px;
        background-image: url(https://tobeshin-energy.com/tokyo-01/wp-content/themes/frc-wp/dist/assets/images/common/chatbot-header-sp.png);
    }
}

@media screen and (max-width:470px) {
    .my-container-fluid {
        height: 96px;
        padding-top: 80px;
        position: relative;
        background-color: transparent;
    }

    .my-container-fluid::before {
        background-size: contain;
    }
}
/*------------ヘッダー調整用 ここまで------------*/