.d-none {
    display: none;
}
/* 
input[type="text"], input[type="email"], input[type="tel"], select {
    min-width: 20rem;
    max-width: 80%;
    padding: 0.3rem;
    border: #cccccc 1px solid;
    font-size: 1em;
}

textarea {
    min-width: 40rem;
    max-width: 80%;
    min-height: 10rem;
    padding: 0.3rem;
    border: #cccccc 1px solid;
    font-size: 1em;
}

ul, li {
    list-style: none;
}

li.col-auto {
    display: inline-block;
}

.error li, .error_text {
    color: rgb(200, 0, 0);
    background-color: #ffffbe;
}

[id^="item_birth"] {
    display: inline-block;
}

#item_time li.col-auto::after {
    content: ",";
}

#item_time li.col-auto:nth-last-of-type(1)::after {
    content: "";
} */




button,
input,
optgroup,
select,
textarea {
    appearance: auto;
}

.contact_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact_exp {
    max-width: 1008px;
    margin: 0 auto;
}

.contact_exp_txt {
    text-align: center;
    line-height: 2;
}

.contact_banner {
    margin-top: 11.2rem;
    text-align: center;
    background-color: #FAF9F2;
    border-radius: 20px;
    padding: 1rem;
    position: relative;
}

.contact_banner_bg {
    background-color: #FFF;
    border: #F4D321 1px solid;
    border-radius: 20px;
    padding: 5.9rem 5.6rem 2rem;
}

.contact_banner_head {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: #F4D321;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1.6rem 4rem;
}

.contact_banner_head_arrow {
    position: absolute;
    width: 6rem;
    bottom: -1.6rem;
    left: 50%;
    transform: translateX(-50%);

    svg {
        display: block;
        width: 100%;
        height: auto;
    }
}

.contact_banner_txt01 {
    font-size: 2.4rem;
    font-weight: bold;
}

.contact_banner_txt02 {
    font-weight: bold;
    font-size: 4rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #F4D321;
    margin-bottom: 2rem;
    margin-top: 1rem;

    .contact_banner_txt02_amount {
        font-family: "Saira", sans-serif;
        font-style: italic;
        font-size: 6.4rem;
        color: #F47F53;
        margin: 0 12px;
        margin-right: 2rem;
    }

    .contact_banner_txt02_note {
        line-height: 2;
        font-size: 1.4rem;
        vertical-align: text-top;
    }
}

.contact_banner_txt03 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2;

    span {
        background-color: #F4D321;
        display: inline-block;
        margin-right: 2rem;
        padding: 6px 16px;
        border-radius: 8px;
        line-height: normal;
    }
}

.contact_banner_txt04 {
    margin-top: 2.2rem;
    line-height: 2;
}

.contact_line {
    background-color: #F2FAF8;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 4rem;
    margin-top: 8rem;

    p {
        text-align: center;
        line-height: 2;
        font-weight: bold;
        margin-bottom: 2rem;
    }

    a {
        margin: auto;
        padding: 3.2rem 4rem;
        padding-right: 3.2rem;
        font-weight: bold;
        min-width: 34.2rem;

        &::before {
            border: 1px solid #63BFA7;
            transition: all 0.15s ease;
        }

        &:hover {
            &::before {
                border: 1px solid transparent;
            }
        }

        img {
            filter: invert(73%) sepia(24%) saturate(626%) hue-rotate(114deg) brightness(89%) contrast(93%);
        }
    }
}

/* ============================================================
  Responsive: Tablet (max-width: 1024px)
============================================================ */
@media (max-width: 1024px) {
    .contact_exp {
        padding: 0rem 2rem 0rem;
    }

    .contact_banner_txt02 .contact_banner_txt02_amount {
        font-size: 6rem;
    }

    .contact_banner_txt03 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    [id^="item_"]>.col-3 {
        width: 20rem;
    }

    [id^="item_"] label .required {
        left: 20rem;
    }

    [id^="item_"]>.col {
        padding-left: 6rem;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    select,
    textarea,
    .form-control {
        max-width: 100%;
    }
    
}

@media (max-width: 767px) {
    .contact_exp {
        padding: 0;
    }

    .contact_exp_txt {
        font-size: 1.4rem;
        text-align: left;
    }

    .contact_banner {
        margin-top: 4rem;
        padding: 0.8rem;
    }

    .contact_banner_bg {
        padding: 3.8rem 1.6rem 2.4rem;
    }

    .contact_banner_head {
        font-size: 1.4rem;
        padding: 1.2rem 2.4rem;
    }

    .contact_banner_txt01 {
        font-size: 1.5rem;
        text-align: left;
        line-height: 1.8;
    }

    .contact_banner_txt02 {
        font-size: 1.8rem;
        padding-bottom: 1.6rem;

        .contact_banner_txt02_note {
            font-size: 1rem;
        }
    }

    .contact_banner_txt02 .contact_banner_txt02_amount {
        font-size: 4rem;
        margin-right: 1rem;
        margin-left: 6px;
    }


    .contact_banner_txt03 {
        font-size: 1.3rem;
        text-align: left;
        align-items: flex-start;

        span {
            padding: 4px 12px;
            margin-right: 1rem;
        }
    }

    .contact_banner_txt04 {
        font-size: 1.2rem;
        text-align: left;
        margin-top: 1.6rem;
    }

    .contact_line {
        padding: 4rem 1.6rem;
        margin-top: 4rem;

        a {
            padding: 1.6rem 2.4rem;
        }
    }

    .contact_line_btn {
        width: 100%;
        justify-content: center;
    }

}



.error ul {
    margin-bottom: 2rem;
}

.error li {
    color: #D32F2F;
    background-color: #FDE0DC;
    padding: 1rem 1.6rem;
    border-radius: 4px;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
}

.error_text {
    color: #D32F2F;
    background-color: #FDE0DC;
    padding: 0.8rem 1.2rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    width: 100%;
}
/* ============================================================
  Form Container Layout
============================================================ */
.form_container {
    max-width: 1200px;
    margin: 12rem auto 0;
}

/* ============================================================
  左側：ラベルエリア
============================================================ */
[id^="item_"] {
    display: flex;
    align-items: center;
    /* 行全体の中央揃えに変更 */
    padding: 4rem 0;
    margin: 0 !important;
    border-bottom: 1px dotted #3583C6;
    position: relative;

    &:first-of-type {
        border-top: 1px dotted #3583C6;
    }
}

[id^="item_"]>.col-3 {
    width: 23rem;
    flex-shrink: 0;
    padding: 0 2rem 0 0;
    display: flex;
    align-items: center;
    /* 中央揃えに変更 */
    /* padding-top: 1.6rem; 不要になったので削除 */
}

[id^="item_"]>.col-3 label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4A4A4A;
    margin: 0;
    line-height: 1.4;
    display: block;
}

/* ============================================================
  必須バッジのスタイリング (colエリアに移動させる魔法)
============================================================ */
[id^="item_"] label .required {
    position: absolute;
    left: 23rem;
    top: 50%;
    /* 中央配置に変更 */
    transform: translateY(-50%);
    /* 中央配置に変更 */

    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F47F53;
    color: transparent;
    font-size: 0;
    width: 4rem;
    height: 2.1rem;
    border-radius: 4px;
    z-index: 2;
}

[id^="item_"] label .required::after {
    content: "必須";
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/* ============================================================
  右側：入力エリア
============================================================ */
[id^="item_"]>.col {
    flex: 1;
    min-width: 0;
    padding: 0;
    padding-left: 7rem;
}

/* 以下は既存のまま変更なし */
[id^="item_"]>.input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* --- 例外：プライバシーポリシー（中央配置のため元の挙動に戻す） --- */
#item_privacy-policy label .required {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 1.6rem;
}

#item_privacy-policy>.col {
    padding-left: 0;
}

/* ============================================================
  Input / Select / Textarea (フラットデザイン)
============================================================ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea,
.form-control {
    width: 100%;
    max-width: 30rem;
    background-color: #F3F8FB !important;
    border: none !important;
    /* 枠線を消す */
    border-radius: 2px !important;
    padding: 1.6rem 2rem !important;
    font-size: 1.6rem !important;
    color: #4A4A4A !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease;
}

textarea.form-control {
    max-width: 100%;
    min-height: 24rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
    background-color: #EBF2F7 !important;
    outline: 2px solid rgba(53, 131, 198, 0.5) !important;
    outline-offset: -2px;
}

::placeholder {
    color: #B3B3B3 !important;
}

/* ============================================================
  注釈（例：山田 太郎）のテキスト
============================================================ */
.input-group-text {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 1rem !important;
    font-size: 1.4rem !important;
    color: #7E7E7E !important;
    line-height: 1.5;
    text-align: left;
}

/* ============================================================
  カスタム チェックボックス / ラジオボタン
============================================================ */
/* 「お問い合わせ内容」のリストをきれいに並べる */
[id^="item_"] ul.justify-content-evenly {
    display: flex;
    gap: 1.9rem 4rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    padding-left: 1.2rem;
}

.form-check {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: inline-flex;
    align-items: center;
}

/* 元のチェックボックスを隠す */
.form-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* カスタムラベル */
.form-check-label {
    position: relative;
    padding-left: 3.2rem;
    font-size: 1.6rem;
    color: #4A4A4A;
    cursor: pointer;
    line-height: 2.4rem;
    font-weight: 500;
}

/* 四角い枠 */
.form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    border: 2px solid #D6E4F5;
    background-color: #FFF;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* チェックマーク */
.form-check-label::after {
    content: "";
    position: absolute;
    left: 0.7rem;
    top: calc(50% - 0.2rem);
    width: 0.8rem;
    height: 1.2rem;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

/* チェックされた状態 */
.form-check-input:checked+.form-check-label::before {
    background-color: #3583C6;
    border-color: #3583C6;
}

.form-check-input:checked+.form-check-label::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
}

/* ============================================================
  プライバシーポリシー エリア（一番下）
============================================================ */
#item_privacy-policy {
    background-color: #F3F8FB;
    border-radius: 12px;
    padding: 4rem;
    margin-top: 3.2rem !important;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ポリシー部分の必須ラベル（左側）は不要なので隠す */
#item_privacy-policy>.col-3 {
    display: none;
}

#item_privacy-policy>.col {
    width: 100%;
}

#item_privacy-policy p.text-center {
    font-size: 1.2rem;
    color: #4A4A4A;
    margin-bottom: 4rem;
    font-weight: bold;
    line-height: 2;
}

#item_privacy-policy p.text-center a {
    color: #4A4A4A;
    /* デザインに合わせて黒色に変更 */
    text-decoration: underline;
    /* 外部リンクアイコンの調整 */
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

#item_privacy-policy p.text-center a img {
    margin-bottom: 0.2rem;
    width: 10px;

}

#item_privacy-policy ul.justify-content-evenly {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#item_privacy-policy .form-check {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}

#item_privacy-policy .form-check-label {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-left: 10.2rem !important;
    line-height: 2.4rem;
    cursor: pointer;
}

#item_privacy-policy .form-check-label .required {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    display: inline-block !important;
    width: 4rem !important;
    height: 2.1rem !important;
    background-color: #F47F53 !important;
    border-radius: 4px !important;
    color: transparent !important;
    font-size: 0 !important;
}

#item_privacy-policy .form-check-label .required::after {
    content: "必須";
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#item_privacy-policy .form-check-label::before {
    content: "";
    position: absolute;
    left: 7rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #FFF !important;
    box-sizing: border-box !important;
}

#item_privacy-policy .form-check-label::after {
    content: "";
    position: absolute;
    left: 7.7rem !important;
    top: calc(50% - 0.2rem) !important;
    width: 0.8rem !important;
    height: 1.2rem !important;
    border-right: 2px solid #FFF !important;
    border-bottom: 2px solid #FFF !important;
    transform: translateY(-50%) rotate(45deg) scale(0) !important;
    transition: transform 0.2s ease !important;
}

#item_privacy-policy .form-check-input:checked+.form-check-label::before {
    background-color: #3583C6 !important;
    border-color: #3583C6 !important;
}

#item_privacy-policy .form-check-input:checked+.form-check-label::after {
    transform: translateY(-50%) rotate(45deg) scale(1) !important;
}

/* ============================================================
  送信ボタン
============================================================ */
.p-3.text-center {
    margin: auto;
    padding-top: 8rem;
    margin-top: 3.2rem;
    padding-bottom: 12rem;
    width: 100%;
    border-top: 1px dotted #3583C6;
}

.btn-primary {
    background-color: #3583C6;
    border-color: #3583C6;
    border-radius: 8px;
    padding: 1.6rem 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(53, 131, 198, 0.2);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2b6da6;
    border-color: #2b6da6;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(53, 131, 198, 0.3);
}

.contact_btn {
    margin: auto;
}

/* ============================================================
  Responsive (Tablet & SP)
============================================================ */
@media (max-width: 767px) {
    .form_container {
        margin: 4rem auto 0;
    }

    [id^="item_"] {
        flex-direction: column;
        align-items: flex-start;
        padding: 3.2rem 0;
    }

    [id^="item_"]>.col-3 {
        width: 100%;
        padding: 0 0 1.6rem 0;
    }

    [id^="item_"]>.col-3 label {
        display: flex;
        align-items: center;
        gap: 1.2rem;
    }

    [id^="item_"] label .required {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    [id^="item_"]>.col {
        width: 100%;
        padding-left: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    select,
    textarea,
    .form-control {
        padding: 1.2rem 1.6rem !important;
        font-size: 1.6rem !important;
        max-width: 100%;
        /* ▼ iPhoneのはみ出し対策として以下を追加 ▼ */
        -webkit-appearance: none !important;
        appearance: none !important;
        min-height: 4rem;
    }

    [id^="item_"] ul.justify-content-evenly {
        gap: 1.2rem;
        align-items: flex-start;
    }

    .form-check-label {
        font-size: 1.4rem;
        padding-left: 3.2rem;
        line-height: 1.6;
    }

    #item_privacy-policy {
        padding: 2rem 1.6rem;
        margin-top: 4rem !important;
    }

    #item_privacy-policy p.text-center {
        font-size: 1.2rem;
        text-align: left !important;
        margin-bottom: 1.4rem;
    }

    #item_privacy-policy ul.justify-content-evenly {
        align-items: flex-start;
        justify-content: flex-start;
    }

    #item_privacy-policy .form-check-label {
        padding-left: 10rem !important;
        font-size: 1.3rem;
        text-align: left;
    }

    #item_privacy-policy .form-check-label .required {
        width: 3.6rem !important;
        height: 2rem !important;
    }

    #item_privacy-policy .form-check-label .required::after {
        font-size: 1.1rem;
    }

    #item_privacy-policy p.text-center a img {
        width: 0.8rem;
        height: auto;
    }

    #item_privacy-policy .form-check-label::before {
        left: 7rem !important;
    }

    #item_privacy-policy .form-check-label::after {
        left: 7.7rem !important;
    }

    #item_privacy-policy .form-check {
        width: 100%;
        justify-content: center;

    }

    .p-3.text-center {
        margin-top: 3.2rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .c_btn_arrow_lower {
        width: 100%;
        justify-content: center;
    }
}

.lower_section_wrapper {
    &::after {
        content: "";
        position: absolute;
        height: 50%;
        background-color: #FFF;
        left: 0;
        right: 0;
        bottom: 0;
        top: 50%;
        z-index: -1;

    }
}




/*  */
/* ============================================================
  確認画面（form_check）のスタイル調整・入力画面CSSのリセット
============================================================ */
/* プレースホルダー（例：山田 太郎など）を非表示 */
.form_container_check .input-group-text {
    display: none !important;
}

/* 各行のレイアウト */
.form_container_check [id^="item_"] {
    display: flex;
    align-items: center;
    padding: 2.4rem 0;
    margin: 0 !important;
}

/* 左側：項目名 */
.form_container_check [id^="item_"]>.col-3 {
    width: 24rem;
    flex-shrink: 0;
    padding: 0 2rem 0 0;
    text-align: left !important;
}

.form_container_check [id^="item_"]>.col-3 label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4A4A4A;
    margin: 0;
}

/* 右側：入力内容 */
.form_container_check [id^="item_"]>.col-9,
.form_container_check [id^="item_"]>.col {
    flex: 1;
    padding-left: 0;
    text-align: left !important;
}

.form_container_check p {
    font-size: 1.6rem;
    color: #4A4A4A;
    line-height: 1.8;
    margin: 0;
}

/* 複数選択肢（ul/li）の余白調整 */
.form_container_check ul.row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.form_container_check ul.row li {
    font-size: 1.6rem;
    color: #4A4A4A;
}

/* プライバシーポリシーエリアの装飾リセット（通常の行と同じ見た目に戻す） */
.form_container_check #item_privacy-policy {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 2.4rem 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.form_container_check #item_privacy-policy>.col-3 {
    display: block !important;
    /* 非表示になっていたラベルを再表示 */
}

.form_container_check #item_privacy-policy>.col-9 {
    width: auto;
}

/* ============================================================
  完了画面（form_complete）のスタイル調整
============================================================ */

.form_container_check .input-group-text {
    display: none !important;
}

.form_container_check [id^="item_"] {
    display: flex;
    align-items: center;
    padding: 2.4rem 0;
    margin: 0 !important;
}

.form_container_check [id^="item_"]>.col-3 {
    width: 24rem;
    flex-shrink: 0;
    padding: 0 2rem 0 0;
    text-align: left !important;
}

.form_container_check [id^="item_"]>.col-3 label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4A4A4A;
    margin: 0;
}

.form_container_check [id^="item_"]>.col-9,
.form_container_check [id^="item_"]>.col {
    flex: 1;
    padding-left: 0;
    text-align: left !important;
}

.form_container_check p {
    font-size: 1.6rem;
    color: #4A4A4A;
    line-height: 1.8;
    margin: 0;
}

.form_container_check ul.row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.form_container_check ul.row li {
    font-size: 1.6rem;
    color: #4A4A4A;
}

.form_container_check #item_privacy-policy {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 2.4rem 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.form_container_check #item_privacy-policy>.col-3 {
    display: block !important;
}

.form_container_check #item_privacy-policy>.col-9 {
    width: auto;
}

.form_container_check h1,
.form_container_complete h1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 4rem;
    text-align: center;
}

.form_container_check h1 {
    text-align: center;
}

.form_container_complete {
    text-align: center;
    padding-bottom: 8rem;
}

.form_complete_text p {
    font-size: 1.6rem;
    color: #4A4A4A;
    line-height: 2;
    margin-bottom: 2.4rem;
}

.contact_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin-top: 4.8rem;
}

@media (max-width: 767px) {

    .form_container_check [id^="item_"],
    .form_container_check #item_privacy-policy {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 2rem 0 !important;
    }

    .form_container_check [id^="item_"]>.col-3 {
        width: 100%;
        padding: 0 0 1.2rem 0;
    }

    .form_container_check [id^="item_"]>.col-9,
    .form_container_check [id^="item_"]>.col {
        width: 100%;
    }

    .contact_btn_wrap {
        gap: 2.4rem;
        flex-direction: column-reverse;
    }

    .contact_btn_wrap .contact_btn,
    .contact_btn_wrap .news_back_btn {
        width: 100%;
        justify-content: center;
    }
    .form_container_complete {
        padding-bottom: 0;
    }
}

/* ============================================================
  戻るボタン
============================================================ */
.contact_btn.is_back {
    /* HTML構造はそのままで、CSSで矢印とテキストの左右を入れ替え */
    flex-direction: row-reverse;
    padding-left: 2.4rem;
    padding-right: 4rem;
}

.contact_btn.is_back .c_btn_arrow_tail {
    /* 矢印の向きを左向きに反転 */
    transform: scaleX(-1);
    margin-left: 0;
    /* margin-right: 1.6rem; */
    /* テキストとの余白（デザインに合わせて調整） */
}

.form_container_check {
    margin-top: 0;
    .contact_btn_wrap {
        margin-top: 0;
        padding-top: 6rem;

    }

    .contact_btn {
        margin: 0;
    }

    h1 {
        text-align: left;
    }
}
.form_container_complete {
    margin-top: 0;
    .p-3.text-center {
        padding-bottom: 6rem;
        @media (max-width: 767px) {
            padding-bottom: 4rem;
        }
    }
}


/* ============================================================
      iPhone(iOS)の date タイプ左揃え強制
    ============================================================ */
    input[type="date"] {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    /* 入力値の表示エリア */
    input[type="date"]::-webkit-date-and-time-value {
        text-align: left !important;
        margin: 0 !important;
    }
    
    /* プレースホルダーを含む編集エリア全体 */
    input[type="date"]::-webkit-datetime-edit {
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
        width: 100%;
        padding: 0 !important;
    }