/*---------------------------------

  共通

---------------------------------*/


@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

  bloc_form

---------------------------------*/

.bloc_form{
    padding: 130px 0;
}

.bloc_form .box{
    width: 100%;
    max-width: 1000px;
    padding: 40px 60px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 30px;
}

.bloc_form table{
    width: 100%;
}
.bloc_form table th{
    position: relative;
    width: 240px;
    padding: 20px 0;
    color: var(--text);
    font-weight: 700;
    vertical-align: middle;
}
.bloc_form table td{
    padding: 20px 0;
}

.bloc_form table th .required{
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    width: 47px;
    height: 24px;
    padding: 4px 0 0;
    background: #FFD8D9;
    border-radius: 16px;
    color: #EF1515;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.bloc_form .box .wpcf7-list-item{
    margin: 0;
}
.bloc_form .box .wpcf7-list-item + .wpcf7-list-item{
    margin-left: 2em;
}

.bloc_form .box .btn_more{
    margin: 60px auto 0;
    padding: 0;
    font-size: 16px;
}
.bloc_form .box .btn_more input{
    width: 100%;
    height: 100%;
    text-align: center;
}

@media screen and (max-width:767px){

    .bloc_form .box{
        padding: 6vw;
    }
    .bloc_form table th{
        display: block;
        width: 240px;
    }
    .bloc_form table td{
        display: block;
        width: 100%;
        padding: 0 0 20px;
        font-size: 14px;
    }

}


/*---------------------------------

  お問い合わせフォーム確認画面



#wpcf7cpcnf th{
    position: relative !important;
    min-width: 260px;
    max-width: 320px;
    padding: 30px 60px 30px 40px !important;
    background: #fff !important;
    border-bottom: 3px solid #FFFBEC !important;
    font-size: 16px !important;
    vertical-align: middle !important;
}
#wpcf7cpcnf td{
    padding: 20px;
    vertical-align: middle;
}
---------------------------------*/
button.wpcf7cp-cfm-submit-btn{
    position: relative;
    display: block;
    width: fit-content;
    min-width: 230px;
    height: 60px;
    padding: 0;
    margin: auto !important;
    background-color: var(--main);
    border-radius: 90px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
button.wpcf7cp-cfm-edit-btn{
    position: relative;
    display: block;
    width: fit-content;
    min-width: 230px;
    height: 60px;
    padding: 0;
    margin: auto;
    margin-right: auto !important;
    background-color: #8D8D8D;
    border-radius: 90px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:767px) {
 
    #wpcf7cpcnf th{
        display: block;
        width: 100%;
        padding: 20px !important;
    }
    #wpcf7cpcnf td{
        display: block;
        width: 100%;
    }
    
}
