.ydp-form-row input,
.ydp-form-row select,
.ydp-form-row textarea,
.ydp-form-row .ydp-form-static
{
    width: 50%;
}

.support-privacy-link {
    margin-bottom: 8px;
}

.support-info {
    color: #5566CC;
    font-weight: bold;
}

.support-info a {
    color: #5566CC;
    text-decoration: underline;
}

.input-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-item__label {
    min-width: 10em;
}

/*-------------------------------------------------
〜 767px
-------------------------------------------------*/

@media (max-width: 767px) {
    .ydp-form-row input,
    .ydp-form-row select,
    .ydp-form-row textarea,
    .ydp-form-row .ydp-form-static
    {
        width: 100%;
    }

    .support-sp-left {
        text-align: start;
        transform: none;
    }

    .support-privacy-link {
        margin-bottom: 10px;
    }

    .input-item {
        display: block;
    }
}

