.cf_section {
    max-width: 900px;
    color: #0a0a0a;
}
.cf_section .inner {
    margin-bottom: 2rem;
}
.cf_section .item.detail p {
    padding-bottom: 4px;
}
.detail_date {
    padding-bottom: 4px;
    padding-left: 8px;
}
.kiboubi_wrap .item.value {
    margin-bottom: 1rem;
}
.cf_section .inner.message {
    align-items: flex-start;
}
.cf_section .item.value {
    flex: 1.3;
}
.wpcf7-form-control {
    background: #fff;
    width: 100%;
}
.cf_section.confirmation .inner {
    border-bottom: 0.5px solid;
    padding: 1rem;
}
.required_label {
    background: red;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.any_label {
    background: #8b8b8b;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.wpcf7-previous {
    display: inline-block !important;
}
.send_btn.return .wpcf7-previous {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: #b9b9b9;
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-radius: 50px;
}
.send_btn input[type="submit"] {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: var(--color_main);
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-radius: 50px;
}
.send_btn_block {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dateinfo {
    font-size: 0.75rem;
}
.dateinfo p {
    letter-spacing: 1px;
}
.cf_privacy {
    text-align: center;
}
.cf_privacy .wpcf7-list-item {
    margin: 0;
}
@media screen and (max-width: 781px) {
    .cf_section .item .description {
        padding-right: 8px;
    }
    .cf_section .inner.message {
        align-items: unset;
    }
}
.kiboubi_wrap .item.value {
    width: 130px;
}
@media screen and (max-width: 768px) {
    .kiboubi_wrap .item.value {
        width: 100%;
    }
    .send_btn.return .wpcf7-previous,
    .send_btn input[type="submit"] {
        width: calc(100vw - 2rem) !important;
    }
}
