@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================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){






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


.newsch {
	max-height: 350px;
	overflow-x: auto !important;
}
.newsch dl {
	display: flex;
}
.newsch dl dt {
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #ffe100 !important;
	padding: 15px !important;
	display: flex;
	align-items: center !important;
	justify-content: flex-start !important;
}
.newsch dl dd {
	border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 15px !important;
}
@media only screen and (max-width: 640px){
	.newsch dl {
		 flex-direction: column;
	}
	.newsch dl dt {
		width: 100% !important;
        border: none !important;
        background: #f5f5f5 !important;
        align-items: flex-start !important;
	}
	.newsch dl dd {
		width: 100% !important;
        border: none !important;
	}
}
.h2title_01ch h2 {
	font-size: 2em;
    letter-spacing: 5px;
}
.cont_1ch {
	padding: 8% 0;
    border-top: 5px solid #ffe100;
}
.cont_1 {
	margin-top: 0 !important;
}