@charset "UTF-8";
.recuruit_box{
    background-image: url('../img/2nd/yellow_dots.png');
    padding-bottom: 60px;
}
.recuruit_container{
    background-color: #fff;
    border-radius: 50px;
    width: 50%;
    margin-top: 50px;
    padding: 60px;
}
.contact_form{}

/*entry_form*/
.recuruit_comment{}
.r_text{
    line-height: 1.8;
}
.recuruit_app{
    padding-top: 30px;
}
.r_app{
    padding: 10px 0;
}
.entry_container{
    padding: 50px 0 30px;
}
.entry_comment{
    padding: 20px 0;
}
.entry_form{}
.entry_con{
    display: flex;
    width: 100%;
    margin: 10px 0;
}
.entry_title{
    width: 20%;
    line-height: 2;
}
.en_title{}
.requied{
    color: #c9171e;
    font-weight: 700;
}
.entry_detail{
    width: 80%;
}
.line_h_2{
    line-height: 2;
}
.full_input{
    width: 100%;
    line-height: 2;
    padding: 0 5px;
}
.half_input{
    width: 30%;
    line-height: 2;
    padding: 0 5px;
}
.m_l_5{
    margin-left: 5px;
}
.m_r_5{
    margin-right: 5px;
}
.entry_detail textarea{
    width: 100%;
}
.full_comment{
    padding: 5px;
    font-family: 'メイリオ';
}
.error_msg{
    color: #c9171e;
    font-size: 14px;
    font-weight: 700;
}
.m_t_2rem{
    margin-top: 2rem;
}
.form_btn{
    display: block;
    margin: 0 auto;
    background-color: #EBF5D3;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
    color: #333;
}

/*confirm*/
.confirm_comment{
    padding-bottom: 30px;
}
.con_container{}
.con_inner{
    display: flex;
    margin: 10px 0;
}
.con_title{
    width: 20%;
    line-height: 2;
}
.con_detail{
    width: 80%;
    line-height: 2;
    background-color: #f5f5f5;
}
.confirm_test{
    padding-left: 10px;
}
.back_btn{
    display: block;
    margin: 0 auto;
    background-color: #dcdcdc;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
}


/*thanks*/
.thanks{}

@media screen and (max-width: 560px){
    /*recuruit*/
    .recuruit_box{
        padding-bottom: 30px;
        background-size: cover;
    }
    .recuruit_container{
        width: 90%;
        margin-top: 20px;
        padding: 30px;
    }
    .recuruit_comment{
        font-size: 14px;
        line-height: 1.4;
    }
    .entry_container{
        padding: 20px 0 20px;
        font-size: 14px;
    }
    .entry_comment{
        line-height: 1.4;
        padding: 10px 0;
    }
    .entry_con{
        margin: 10px 0;
    }
    .entry_title,.entry_detail{
        width: 100%;
    }
    .half_input{
        width: 50%;
    }
    .confirm_comment{
        padding-bottom: 20px;
        font-size: 14px;
    }
    .con_inner{
        margin: 10px 0;
        font-size: 14px;
    }
    .con_title,.con_detail{
        width: 100%;
    }
    .p_t_35{
        padding-top: 10px;
    }
    .back_btn{
        width: 100px;
    }
    .form_btn{
        width: 150px;
    }
    .thanks{
        font-size: 14px;
        line-height: 1.4;
    }
    .m_t_2rem{
        margin-top: 1rem;
    }
    .r_text{
        line-height: 1.4;
    }
}