/* input {
    -webkit-appearance: none;
} */
 form {
    overflow: hidden;
 }
.form-item {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    position: relative;
}
.form-item::after {
    content: "";
    position: absolute;
    width: 200vw;
    height: 1px;
    left: -50vw;
    bottom: 0;
    background-color: #c8c8c8;
}
.form-h {
    display: flex;
    width: 0;
    min-width: 370px;
    padding-right: 20px;
    justify-content: space-between;
    padding-right: 40px;
}
.form-req {
    display: flex;
    width: 70px;
    min-width: 70px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    margin-left: 20px;
}
.form-req.req {
    background-color: #bd272d;
}
.form-req.opt {
    background-color: #333;
}
.form-d {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-d p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.form-d p:last-of-type {
    margin-bottom: 0;
}
.form-d p span {
    display: flex;
    align-items: center;
    width: 100%;
}
.form-d p .addr-text {
    width: 0;
    min-width: 96px;
}
.form input {
    display: flex;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
    padding: 0 10px;
}
.form select {
    display: flex;
    height: 40px;
    border: none;
    background-color: #f2f2f2;
    padding: 0 10px;
    position: relative;
}
.form .sub-text {
    white-space: wrap;
}
.form input[type="radio"] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    background-color: #fff;
    accent-color: #4ca535;
}
.form textarea {
    display: flex;
    width: 100%;
    height: 180px;
    border: none;
    background-color: #f2f2f2;
    padding: 10px;
}
.form-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    padding: 40px 20px;
    margin: 0 auto;
}
.privacy {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.privacy p {
    margin-bottom: 20px;
}
.privacy p a {
    font-weight: 400;
    display: inline;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.privacy p.privacy-ttl {
    font-weight: 700;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap, .wpcf7-form-control, .wpcf7-list-item, label {
    width: 100%;
    display: flex;
    align-items: center;
}
.wpcf7-form-control-wrap {
    flex-direction: column;
}
.form-d p span.wpcf7-list-item {
    margin: 0;
    width: fit-content;
    margin-right: 20px;
}
.subimit {
    width: 100%;
}
.subimit p {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.form input[type="submit"] {
    background-color: #4ca535;
    border: none;
    color: #fff;
    max-width: 480px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
.form-d .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-submit {
    cursor: pointer;
}
.subimit br {
	display: none !important;
}
.form input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.wpcf7-acceptance {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    padding-top: 30px;
    margin-bottom: 10px;
}
.wpcf7-acceptance span {
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    justify-content: center;
}
.wpcf7-acceptance label {
    width: fit-content;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 400;
}
.wpcf7-checkbox {
    flex-wrap: wrap;
}
@media (hover: hover) and (pointer: fine) {
    .form input[type="submit"]:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1200px) {
    .form-h {
        min-width: 265px;
    }
    .form .sub-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .form-item {
        flex-direction: column;
        padding: 0;
        border-bottom: 1px solid #c8c8c8;
    }
    .form-h {
        justify-content: flex-start;
        width: 100%;
        white-space: nowrap;
        min-width: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #c8c8c8;
    }
    .form-req {
        margin-left: 20px;
    }
    .form-d {
        padding: 20px;
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 20px;
    }
    .form-item:last-of-type {
        border-bottom: none;
    }
    .form-item:last-of-type .form-d {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .form select {
        width: 100%;
    }
    .form input.your-zip{
        width: 100%;
    }
    .form-d p {
        font-size: 14px;
    }
    .form-d p span {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-h {
        white-space: wrap;
    }
}

