.form_button{
    background-color: #A2A188;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--e-global-color-astglobalcolor5);
    cursor: pointer;
    font: inherit;
    height: auto;
    margin: 0;
    outline: none;
    padding: 10px 30px 10px 30px;
    width: fit-content;
}

.error_msg{
    background-color:rgb(255, 140, 140);
    color: white;
    width: 100%;
    text-indent: 20px;
}

.position_center{
    display: flex;
    align-items: center;
    justify-content: center;    
}


/* ------------------- pc ------------------- */
@media (min-width: 768px) {
    .responce_flex{
        display: flex;
    }
}
/* ------------------- sp ------------------- */
@media (max-width: 767px) {
}