@charset "UTF-8";
.dialog_info_filed{
    background-color: white;
}

/* PC */
@media (min-width: 768px) {
    .dialog_info_filed{
        width: 30vw;
        max-width: 450px;
        min-width: 400px;
    }
}
/* SP */
@media (max-width: 767px) {
    .dialog_info_filed{
        width: 90vw;
    }
}