@charset "UTF-8";

/* お問い合わせ */
.wpcf7 label {
    color: var(--ast-global-color-7);
    font-size: .875rem;
}

.wpcf7-list-item {
    margin: initial;
}

.wpcf7-list-item-label {
    color: var(--ast-global-color-3);
    font-size: initial;
}

.wpcf7 .half-half {
    display: flex;
    column-gap: 20px;
    margin-bottom: 0;
}

.half-half p, .half-full p {
    flex: 50%;
    margin-bottom: 1.2em;
}

.half-full {
    clear: both;
}

.wpcf7 select.wpcf7-form-control {
    border-radius: 4px;
}

/* reCAPTCHA */
.grecaptcha-badge {
    margin-bottom: 60px;
    z-index: 10;
}

.single-product .grecaptcha-badge {
    visibility: hidden;
}

