.contents__title-contact {
    margin-bottom: 72px;
}

.contact-btn-flx {
    display: flex;
    justify-content: center;
    gap: 5%;
}

.form-item br {
    display: none;
}

.contact__sub-heading {
    text-align: center;
    margin-bottom: -6px;
}

.form {
    max-width: 700px;
    width: 100%;
    margin: 56px auto 0;
}

.form-flx {
    display: flex;
    justify-content: space-between;
}
.form-flx-mt {
    margin-top: 32px;
}

.form-item {
    width: 48%;
}

.label {
    display: block;
}

.label-input {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    padding: 12px;
    background-color: #f5f5f5;
}

.form-item-textarea {
    width: 100%;
}

.textarea {
    width: 100%;
    height: 120px;
    margin-top: 8px;
    padding: 12px;
    background-color: #f5f5f5;
}

.submit {
    display: block;
    width: 320px;
    margin: 40px auto 0 auto;
    padding: 16px;
    border: solid 1px #000;
    text-align: center;
    border-radius: 50px;
    transition: .2s;
}
.submit-cu:hover {
    background-color: #ECD100;
}
.submit-bu:hover {
    background-color: #fff;
}

.content__bu {
	width: 280px;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and ( max-width : 620px ) {
    .contents__title-contact {
        margin-bottom: 56px;
    }
    
    .contact-btn-flx {
        flex-flow: column;
    }

    .form-flx {
        display: block;
    }

    .form-item__mail-mt {
        margin-top: 32px;
    }

    .form-item {
        width: 100%;
    }

    .contents__title-contact {
        margin-bottom: 48px;
    }

    .contact__lead {
        font-size: 12px;
    }
}
