/*---------------------------------

  共通

---------------------------------*/

.beige_box .table01 th{
    position: relative;
    min-width: 260px;
    max-width: 320px;
    padding: 30px 60px 30px 40px;
    background: #fff;
    border-bottom: 3px solid #FFFBEC;
    font-size: 16px;
    vertical-align: middle;
}
.beige_box .table01 td{
    padding: 30px 40px;
    background: #fff;
    border-bottom: 3px solid #FFFBEC;
    vertical-align: middle;
    line-height: 1.8;
}
.beige_box .table01 th .required{
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    display: inline-block;
    width: 39px;
    height: 17px;
    padding: 1px 5px 0;
    margin: 0 0 0 5px;
    background: #DB0034;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){
    
    .beige_box .table01 th{
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 6vw 15vw 6vw 6vw;
    }
    .beige_box .table01 td{
        display: block;
        width: 100%;
        padding: 6vw;
    }
}


/*---------------------------------

  フォーム

---------------------------------*/

#entry .form td input[type=text],
#entry .form td input[type=tel],
#entry .form td input[type=email],
#entry .form td input[type=number],
#entry .form td select{
    width: 100%;
    max-width: 300px;
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #EAE5DF;
    border-radius: 8px;
}

#entry .form td textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #EAE5DF;
    border-radius: 8px;
}
#entry .form td .kome{
    margin: 0 0 20px;
}
#entry .contents .submit{
    width: fit-content;
    margin: 60px auto 0;
}
#entry .contents .submit::before{
    z-index: 1;
}
#entry .contents .submit::after{
    border-color: var(--black);
    z-index: 1;
}
#entry .contents .submit:hover::after{
    border-color: var(--main);
}

@media screen and (max-width:767px){
    
    #entry .contents .title_orange{
        font-size: 36px;
    }
    
}

/*---------------------------------

  お問い合わせフォーム確認画面

---------------------------------*/

#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%;
    }
    #wpcf7cpcnf td{
        display: block;
        width: 100%;
    }
    
}