@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.recruit_form .file{
	display: none;
}
.recruit_form .educate{
	display: none;
}
.recruit_form .career{
	display: none;
}
.recruit_form .main_mail{
	display: none;
}
.recruit_form .country{
	display: none;
}
/*
.mainwrap .main2{
	display: none;
}
*/
.cont_01{
	background: #2b9cd9;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 80px;
	padding: 40px 0;
}
.cont_01 article{
	max-width: 1200px;
	padding: 30px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin: 0 auto;
}
.cont_01 td{
	border: none !important;
}
.cont_01 .txt div{
	font-weight: 700;
	font-size: 28px;
}
@media only screen and (max-width: 1200px){
	.cont_01 article{
		margin: 0 10px;
	}
	.cont_01 .txt div{
		font-size: 25px;
	}
}
/*================== ○○○○.html =================*/
@media screen and (max-width: 834px){
	.cont_01 .txt div{
		font-size: 20px;
	}
}
@media only screen and (max-width: 468px){
}