@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.check ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.check ul li{
	width: 49%;
	background: #1578cf;
	padding: 10px;
	color: #fff;
	margin-bottom: 15px;
}
.check ul li:before{
	color: #fff;
}
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}
/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){


	.check ul li{
		width: 100%;
	}
	.col_2 .nav_footer li {
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}


}
/*===========================sp END====================================== */