@charset "UTF-8";
/*
Theme Name: leafleaf
Theme URI: 
*/

#recruit .content-wrapper .recruit-table-wrap{
    width: 80%;
    margin: 0 auto;
}

#recruit .recruit-table-wrap .recruit--box .title{
    background-color: #2a7300;
    color: #ffffff;
    font-size: 2.2rem;
    padding: 10px 30px;
}

#recruit .recruit-table-wrap .recruit--box .title span{
    font-size: 1.6rem;
    padding: 0 0 0 30px;
}

#recruit .recruit-table-wrap .recruit--box{
    margin: 0 0 30px 0;
}

#recruit .table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #39b54a;
}

#recruit .table th,
#recruit .table td{
    padding: 10px;
    font-size: 1.6rem;
}

#recruit .table td{
    vertical-align: middle;
    border-left: 1px solid #39b54a;
}


@media screen and (max-width: 1200px){
    #recruit .content-wrapper .recruit-table-wrap {
        width: 90%;
    }

}

@media screen and (max-width: 767px) {
    #recruit .content-wrapper .recruit-table-wrap {
        width: 100%;
    }

    #recruit .recruit-table-wrap .recruit--box .title{
        font-size: 1.6rem;
        padding: 10px;
    }

    #recruit .recruit-table-wrap .recruit--box .title span{
        font-size: 1.4rem;
        padding: 0 0 0 20px;
    }

    #recruit .table th,
    #recruit .table td{
        font-size: 1.4rem;
    }

    #recruit .table td p{
        font-size: 1.4rem;
    }
}
