/* ----------------------
 * お問合せ
 *  ---------------------- 　*/
.contact_form {
    width: 70%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .contact_form {
        width: 95%;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
    }
    .contact_form .last-inner {
        flex-direction: column;
    }
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    background: #fff;
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.5rem;
}

.wpcf7-form-control-wrap textarea::placeholder {
    color: #bdbdbd;
}

.wpcf7 input[type="submit"] {
    max-width: 280px;
    padding: 8px;
    color: #fff;
    background: var(--main_color);
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    transition: 0.8s;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 50%;
}

.required-label {
    background: #e51a1a;
    font-size: 0.8rem;
    padding: 0.2rem;
    margin-right: 1rem;
    color: #fff;
}

.any-label {
    background: #808080;
    font-size: 0.8rem;
    padding: 0.2rem;
    margin-right: 1rem;
    color: #fff;
}

.message_area {
    margin-top: 2rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff00;
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #ffffff00;
    text-align: center;
}

.cf_inner {
    margin-bottom: 1.75rem;
}
.little_p {
    font-size: 0.75rem;
    padding-left: 0.45rem;
}

.policycheck_section {
    text-align: center;
    padding: 1rem;
    border: solid 1px var(--main_color);
}

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

.mf_inner {
    margin-bottom: 1.75rem;
}

.mf_inner p {
    border-bottom: solid 0.5px;
    padding: 0.3rem;
}

.contact_form .last-inner p {
    border-bottom: none;
}

.contact_form .last-inner {
    display: flex;
    justify-content: space-between;
}

.contact_form .last-inner .item {
    width: 100% !important;
}

.wpcf7 input[type="submit"] {
    width: 100%;
}

.wpcf7 input[type="button"] {
    width: 100%;
    padding: 8px;
    color: #fff;
    background: var(--main_color);
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    transition: 0.8s;
}

.pp_link {
    text-decoration: underline;
    color: blue;
}
