.ec-contactRole, .ec-contactConfirmRole, .ec-contactCompleteRole{
    color: var(--MainFontColor);
}
.telimg{
    margin-top: 20px;
}

/* -------------
問い合わせ完了
----------------*/
.ec-contactCompleteRole h2::before{
    display: none;
}
@media only screen and (min-width:768px) and (min-width:768px){
    .ec-contactCompleteRole .ec-off3Grid .ec-off3Grid__cell{
        width: 60%;
    }
    .ec-contactCompleteRole .ec-off3Grid .ec-off3Grid__cell{
        margin-left: 21%;
    }
}
