@charset "UTF-8";
.error_msg{
    width: 100%;
    color: white;
    background-color:rgb(255, 110, 110);
    text-indent: 10px;
    transition: height 0.3s ease;
}

/* PC */
@media screen and (min-width: 769px) {
}

/* SP */
@media screen and (max-width: 768px) {
}

