@charset "utf-8";
/* CSS Document */

#recruit {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#recruit h1 {
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
    margin: 0 auto;
    padding: 16px 0;
    background-color: #2d5476;
    border: 1px solid #c6d1da;
    outline: 1px solid #c6d1da;
    outline-offset: -3px;
    box-sizing: border-box;
    width: 1100px;
}

#recruit .recruit_pict1{
    width: 1009px;
    height: 439px;
    margin: 40px auto 0 auto;
    padding: 0;
}

#recruit .recruit_pict1 img{
    width: 1009px;
    height: 439px;
    margin: 0;
    padding: 0;
}


#recruit h2.recruit_title1 {
    width: 1009px;
    height: 41px;
    background-image: url(../img/pc/recruit_sub1_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 41px auto 29px auto;
    padding: 0;
}

#recruit h2.recruit_title2 {
    width: 1009px;
    height: 41px;
    background-image: url(../img/pc/recruit_sub2_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 77px auto 40px auto;
    padding: 0;
}

#recruit ul.outline {
    width: 1009px;
    margin: 0 auto 65px auto;
    padding: 0;
    list-style: none;
    border-top: 1px solid #7e7e7e;
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
}

#recruit ul.outline li {
    width: 300px;
    margin: 0;
    float: left;
    border-right: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
    box-sizing: border-box;
	padding: 35px 0;
	font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 150%;
}

#recruit ul.outline li:nth-child(2n) {
    width: 709px;
    border-right: none;
    border-bottom: 1px solid #7e7e7e;
    box-sizing: border-box;
	padding:35px;
	font-size: 14px;
    color: #333333;
    text-align: left;
    line-height:150%;
}

#recruit ul.outline li:nth-child(33) {
    height:155px;
	padding:65px 0 0 0;
}
#recruit ul.outline li:nth-child(34) {
    height:155px;
}
#recruit ul.outline li:nth-child(35) {
    height:331px;
	padding:150px 0 0 0;
}
#recruit ul.outline li:nth-child(36) {
    height:331px;
}

#recruit ul.outline li p{
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 150%;
    margin: 10px 0 10px 0;
}


#recruit span.ul {
    text-decoration: underline;
}

#recruit p.contact_text1 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 170%;
    margin: 25px auto 23px auto;
    padding: 0;
}


