input[type="submit"] {
    margin-top: 0;
}

input[type="submit"]:disabled {
    opacity: 1;
    color: #fff !important;
}

input[type="radio"],
input[type="checkbox"] {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-right: 10px;
    border: 1px solid #000;
    vertical-align: -5px;
    position: relative;
    z-index: 5;
    opacity: 1;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #999 !important;
    border-color: #666;
}

.wpcf7-list-item-label {
    font-size: 17px;
    color: #000;
}

.wpcf7-form p br {
    display: block;
}

.form__check label {
    margin: 1.5em auto;
    padding: 0;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
}

.form__check .wpcf7-list-item {
    margin-left: 0;
}

label::before {
    display: none;
}

.mt_10 {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .privacy_text {
        font-size: 12px;
    }

    .form__check label {
        margin: 1em auto;
        padding: 0;
    }
}