#contact {
    background-color: var(--sub_color);
}

/* ============== お問い合わせフォーム ============== */
.cf_section {
    max-width: 900px;
    padding: 0 1rem;
}
.cf_section .inner {
    margin-bottom: 2rem;
}

.cf_section .item.detail p {
    padding-bottom: 4px;
    padding-left: 8px;
}

.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;
}

.inner .wpcf7-form-control {
    width: 100%;
    padding: 0.75rem;
}

.cf_section.confirmation .inner {
    border-bottom: 0.5px solid;
    padding: 1rem;
}

/* 必須 */
.required_label {
    background: #fa5549;
    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: #b3b3b3;
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.send_btn input[type="submit"] {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: var(--main_color);
    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;
    }
}

@media screen and (max-width: 480px) {
    .send_btn.return .wpcf7-previous,
    .send_btn input[type="submit"] {
        width: 100% !important;
    }
}

/* 確認画面 */
.page-id-134 {
    background: #f0f6fd;
}

.page-id-134 h1 {
    display: none;
}

.page-id-134 .l-mainContent__inner > .post_content {
    margin: auto 0;
}

.cf_section.confirmation .inner {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dcdcdc;
    padding: 0rem 1rem 0.3rem;
}

.send_btn_block {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.send_btn.return,
.send_btn input {
    border: none;
}

.wpcf7-spinner {
    display: flex;
}
/* ============== お問い合わせフォーム ============== */
