@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#main .subBox {
    margin-bottom: 140px;
}
#main .ttl {
    margin: 100px 0 20px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}
#main .text {
    margin-bottom: 60px;
    font-size: 1.92rem;
    text-align: center;
    font-weight: bold;
    line-height: 2.3;
}
#main .tabBox {
    margin: 0 auto;
    max-width: 1000px;
}
#main .photoUl {
    margin: 0 auto 60px;
	max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#main .photoUl li {
    width: 31.2%;
}
#main .photoUl li img {
    width: 100%;
}
#main .tabBox .comBtn {
    margin-top: 50px;
}
#main .comBox > .subBox:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	#main .ttl {
		font-size: 2.6rem;
	}
    #main .text {
        font-size: 1.7rem;
        text-align: left;
		line-height: 1.8;
    }
    #main .photoUl {
        display: block;
    }
    #main .photoUl li {
        margin-bottom: 30px;
        width: 100%;
		text-align: center;
    }
	#main .photoUl li img {
		max-width: 480px;
	}
    #main .photoUl li:last-child {
        margin-bottom: 0;
    }
    #main .comTable th, #main .comTable td {
        width: 100% !important;
        float: left !important;
        box-sizing: border-box;
    }
}
