@charset "utf-8";
@import url("contact.css");

.confirm-cnts{
    width: 100%;
    max-width: 740px;
    margin: 40px auto 140px auto;
}
.confirm-cnts table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.check{ text-align: center;}

@media screen and (max-width: 767px) {
    .confirm-cnts{
        width: 92%;
        max-width: inherit;
        margin: 10% auto 14% auto;
    }


}