
/* contact.html（ボタン部分） */

#recruitImg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #DECFC2;
    padding-top: 50px;
}

.hereInfo {
    padding-bottom: 20px;
    height: 16px;
    width: 245px;
}



/* contact_recruit.htmlのCSS */

body {
    background-image: cover;
}

.jobImg {
    padding-bottom: 18px;
}

.innerCont {
    width: 960px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 2.0;
    color: #6d5858;
}

.job {
    padding-bottom: 45px;
}

.job p {
    font-size: 14px;
}

table {
    display: block;
    border-collapse: collapse;

}

td p {
    font-size: 14px;
    line-height: 2.0;
}

.td-left {
    width: 100px;
    text-align: center;
    padding: auto;
}

.td-left p {
    border: 1px solid #D2BEB4;
    box-sizing: border-box;

    padding: 1px 0;
    margin: 2px 0;
    line-height: 135%;
}

.td-right {
    padding-left: 15px;
}

.td-num-right {
    display: block;
    padding:15px 0 0 15px;
}

.td-num p {
    display: block;
    margin-top: 17px;
}


