.ConsultationContent_Box.ErrorMessage {
    text-align: center;
    color: #777;
    margin: auto;
    word-break: keep-all;
}

.MyConsultation_Box .FullBody {
    font-size: 15px;
    color: #555;
    width: 100%;
    text-align: justify;
    white-space: pre-wrap;
    word-break: break-all;
}

/* ベストアンサー確認ダイアログ */
Dialog .Title {
    font-weight: bold;
    text-align: center;
}
Dialog .Content {
    font-size: 15px;
    color: #777;
}
Dialog .ButtonContainer {
    display: flex;
    gap: 20px;
    justify-content: center;
}