@charset "utf-8";
.training_h3{padding-left: 41px;}
.training_h3::before{
	content: '';
	top: 3px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.training_h3:nth-of-type(1)::before{background: url("/ja/recruit/img/training/icon_1.svg");}
.training_h3:nth-of-type(2)::before{background: url("/ja/recruit/img/training/icon_2.svg");}
.training_h3:nth-of-type(3)::before{background: url("/ja/recruit/img/training/icon_3.svg");}
.training_col{
	display: grid;
	grid-template-columns: 315px auto;
	gap: 28px;
}
.training_col img{width: 100%;}
.training_col div {/*CIS Edit*/
	display: inline-block;
}
@media screen and (max-width:767px){
.training_col{
	grid-template-columns: 1fr;
	gap: 20px;
}
}