/* トップ画像 
 *　画像の端を削って画像が小さくなりすぎるのを防ぐ　
 */
div.imgTrm {
	overflow: hidden;
}
#mainImgWrapper {
	margin-left: -5%;
	margin-right: -5%;
}
/* 新人社員教育のステップ、資格取得報奨制度
 * ３カラム　→ １カラム
　*/
ul.ThreeBlockCcontent{
	padding-right: 0;
}
ul.ThreeBlockCcontent li {
	margin-right: 0;
	width: 100%;
}
ul.ThreeBlockCcontent li:nth-child(1) div.text {
	margin-bottom: 10px;
}
ul.ThreeBlockCcontent li:nth-child(2) div.text {
	margin-bottom: 10px;
}
/* グリッド */
.gridContent{
	grid-template-columns: 100px 1fr;
}
/* 期間の下三角形　*/
div.kensyuPeriodBottom{
	border-width: 10px 50px 0 50px;
}
div.kensyuPeriodBottomWhite{
	border-width: 10px 50px 0 50px;
}
