/*======================
    確認画面
======================*/
.form_div05_year::after{
    left: 4.5rem;
}
.form_div05_month::after,
.form_div05_day::after{
    left: 2.5rem;
}
.wpcf7-spinner{
    margin: 1rem auto 0 !important;
    display: block !important;
}
/*== 送信ボタン ==*/
.submit_btn::before{
    top: 29%;
}
.submit_btn::after{
    top: 36%;
}
/*== 戻るボタン ==*/
.return_btn{
    position: relative;
    margin: 3rem auto 0;
    max-width: 30rem;
    width: 100%;
}
.return_btn::before,
.return_btn::after{
    position: absolute;
    content: "";
    left: 2.2rem;
    margin: auto;
    width: 1.1rem;
    height: .2rem;
    background-color: #fff;
}
.return_btn::before{
    top: 45%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.return_btn::after{
    top: 55%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-previous{
    padding: 2.7rem 2rem;
    width: 100%;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--deep-black);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: .3s all;
}
.wpcf7-previous:hover{
    background-color: #45b3b5;
}



/*======================
    送信完了画面
======================*/
.comp_wrap{
    margin: 7rem auto 0;
    width: 100rem;
}
.comp_p1{
    font-size: clamp(1.9rem, 2vw, 2.4rem);
    font-weight: 500;
}
.comp_text_p{
    margin: 2rem 0 0;
    font-size: clamp(1.4rem, 1.3333vw, 1.6rem);
}
.comp_text_p1{
    margin: 3rem 0 0 !important;
}
.comp_text_p3{
    position: relative;
    padding-left: 2rem;
    font-size: clamp(1.3rem, 1.25vw, 1.5rem);
    font-weight: 500;
}
.comp_text_p3::before{
    content: "※";
    position: absolute;
    left: 0;
}
/*== 一覧ボタン ==*/
.comp_linkBtn_blue{
    position: relative;
    margin: 8.5rem auto 0;
    padding: 2rem 8rem 2rem 7rem;
    display: block;
    width: 25rem;
    font-size: clamp(1.4rem, 1.3333vw, 1.6rem);
    font-weight: 500;
    color: #fff;
    background-color: var(--deep-blue);
    transition: .3s all;
}
.comp_linkBtn_blue:hover{
    background-color: var(--deep-black);
}
.comp_linkBtn_blue::after{
    content: "";
    position: absolute;
    background-image: url(../../img/re/arrow_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 2.3rem;
    display: block;
    width: 1.87rem;
    height: 1.79rem;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}
/*------------------------------------------*/
/*----- メディアクエリ: 1200px -----*/
@media screen and ( max-width: 1200px ){
    .comp_wrap{
        max-width: 100rem;
        width: 92%;
    }
}
/*------------------------------------------*/
/*----- メディアクエリ: 780px -----*/
@media screen and ( max-width: 780px ){
    .comp_wrap{
        max-width: 70rem;
    }
    .comp_text_p1{
        margin: 2.5rem 0 0 !important;
    }
    .comp_text_p3{
        padding-left: 1.5rem;
    }
}