/*
body {
    background-color: #FFF9EE;
    right: 0;
}
*/

#container-header .logo {
    width: 80%;
    min-width: 30px;
    position: absolute;
    width: 70px;
    left: 3%/*4px*/
    ;
    top: 13px;
}

#container-header {
    background: #c3dcbe/*#D9E5FF*/
    ;
    height: 75px;
    cursor: pointer;
    /*background: linear-gradient(180deg, #223B80 0%, #223B80 77px, #def6f8 77px, #def6f8 100%);*/
    height: 90px !important;
    min-width: 450px !important;
    position: fixed;
    display: inline-block;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1000;
}

#container-header-title {
    color: rgb(255, 255, 255);
    font-size: 1.0rem;
    position: absolute;
    top: 22%;
    right: 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#wc-header-title {
    color: #04276B;
    font-size: 2rem;
    font-family: Meiryo;
    font-weight: /*bold*/
    normal;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 58%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


/*#container-header-title {
    letter-spacing: 5px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    right: 43%;
    margin-right: -63%;
    transform: translate(-50%, -50%)
}*/

#container-header-text {
    color: rgb(0, 0, 0);
    text-align: center;
    position: absolute;
    top: 71%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

#chat-frame {
    position: fixed;
    right: 5px;
    bottom: 0;
    height: 700px;
    width: 550px;
    border: solid 1px gray;
    background-color: #ffffff;
    z-index: 200;
}

#container-chat-frame {
    position: fixed;
    right: 5px;
    bottom: 0;
    height: 700px;
    width: 550px;
    display: block;
    z-index: 100;
    transform: translateY(110%);
    transition: all 0.5s ease-in-out;
}

#container-chat-frame.slide-in {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

@media only screen and ( max-width: 500px) {
    #wc-header-text1 {
        font-size: 130%;
        left: 61%;
    }
    #wc-header-text2 {
        font-size: 130%;
        left: 61%;
    }
    #chat-frame {
        width: 100%;
        height: 100%;
        right: 0;
    }
    #container-chat-frame {
        right: 0;
        width: 100%;
        height: 100%;
    }
    #container-header {
        width: 100%;
    }
    #container-header-title {
        font-size: 80%;
    }
    #container-header-text {
        font-size: 80%;
        left: 52%;
    }
    .wc-message-groups {
        top: 80px;
    }
    .logo {
        width: 18%;
        top: 2px;
    }
}

@media all and (max-width: 897px) {
    #wc-header-title {
        color: #04276B;
        font-size: 1.6rem;
        font-family: Meiryo;
        font-weight: /*bold*/
        normal;
        text-align: center;
        position: absolute;
        top: 55%;
        left: 57%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    #container-header .logo {
        width: 80%;
        min-width: 20px;
        position: absolute;
        width: 50px;
        left: 2%/*4px*/
        ;
        top: 8px;
    }
    #container-header {
        height: 65px !important;
        width: 100%;
        min-width: 100%!important;
    }
}