
/*----------------------------------------------------------*/
.boxb4{
	width: 100%;
	text-align: center;
	margin-top:200px;
}
.boxb4-1{
	width: 80%;
	max-width: 1200px;
	margin: 50px auto;
	font-size: 1.5vw;
	text-align: left;
}
.boxb4-1 p{
	font-size: 16px;
	line-height: 2em;
}
.boxb4-1 p img{
	width: 100%;
}
.boxb4-2{
	width: 80%;
	max-width: 1200px;
	margin: 50px auto;
	font-size: 1.5vw;
	display: flex;
	justify-content: space-between;
}
.boxb4-2 p{
	margin: 1%;
}
.boxb4-2 p img{
	width: 100%;
	max-width: 550px;
}
.boxb4-3{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 50px;
	font-size: 1.5vw;
	text-align: left;
}
.boxb4-3 p{
	font-size: 16px;
	line-height: 2em;
	margin-top: 20px;
}
.jobtable{
	margin-top: 20px;
	font-size: 15px;
	line-height: 2em;
	border-collapse: collapse;
}

.jobtable th{
	width: 120px;
		font-size: 14px;
	font-weight: lighter;
	background: #f4f4f4;
	text-align: center;
	border: 1px solid #9c9c9c;
}
.jobtable td{
	font-size: 15px;
	border: 1px solid #9c9c9c;
	width: calc(100% - 120px);
	padding: 5px;

}

.btns{
	position: relative;
display: inline-block;
font-weight: bold;
padding: 0.25em 0.5em;
text-decoration: none;
color: #8cc63f;
background: #f4f4f4;
border-radius: 0 15px 15px 0;
transition: .4s;
}
.btns:hover{
	background: #8cc63f;
	color: #fff;
}
.boxb4-4{
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 20vh;
	font-size: 1.5vw;
}
.boxb4-4 p{
	font-size: 1.5em;
}
@media only screen and (max-width:1000px) {
.boxb4{

			margin-top: 120px;
}
.boxb4-2{
}
.boxb4-3{
	margin-top: 50px;
}.boxb4-4{
	margin-bottom: 0px;
}
.boxb4-1 p{
	font-size:15px;
	line-height: 2em;
}

.boxb4-3 p{
	font-size:15px;
	line-height: 2em;
}
.jobtable{
	font-size:15px;
	line-height: 2em;
	border-collapse: collapse;
}
.jobtable th{
}
.jobtable td{
}

}/*max--width:1000px;*/


@media only screen and (max-width:768px) {

	h2{
		font-size: 2.2em;
	}
	h3{
		font-size: 1.5em;
	}
	/*----------------------------------------------------------*/
.boxb4{
	font-size: 1.5vw;
	margin: 120px auto 50px;
}

.boxb4-1{
		width: 90%;
		margin: 5vw auto 0px;
		font-size: 2.5em;
}
.boxb4-2{
		width: 90%;
		font-size: 2em;
		margin-top: 0;
}
.boxb4-3{
	width: 90%;
	font-size: 2.5em;
	margin-top: 50px;

}
.boxb4-4{
	width: 90%;
	font-size: 2.5em;
}
	/*----------------------------------------------------------*/

	/*----------------------------------------------------------*/

}
@media only screen and (max-width:450px) {

}
