@charset "utf-8";

.forms {
    width: 100%;
    /* 親要素の幅は100%に */
    margin: 50px 0;
}

.forms iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 700px;
}