.figure-wrap--center--double {
    display: flex;
    margin: auto;
    /* justify-content: center; */
    align-items: center;
}

.pc-im-xx03_1 {
    width: 200px !important;
}

.pc-im-xx03_2 {
    width: 87% !important;
}

.chat_mail_img {
    text-align: center;
    margin: auto;
}

.chat__space {
    margin-top: 10%;
}

.column__item.chat_mail-item {
    border-radius: 50px;
}


/* SP表示 */
@media only screen and (max-width: 767.98px) {
    .pc-im-xx03_1 {
        width: 140px !important;
    }

    .pc-im-xx03_2 {
        width: 210px !important;
        margin-left: -5px;
    }
    .chat_mail_img {
        width: 60%;
    }
}


/* PC表記 */
@media only screen and (min-width: 768px) {
.chat_mail-item {
    max-width: 50%;
}
.column__item.chat_mail-item {
    margin: 0 auto;
}
.chat_mail_img {
    width: 30%;
}
}