@charset "utf-8";

/* ------------------------------
 キャリアステップ
------------------------------ */
.icon-box img{
	width: 160px;
}
.txt-box{
	width: 936px;
}
@media screen and (max-width: 767px) {
	.icon-box{
		width: 100%;
		text-align:center !important;
	}
	.txt-box{
		width: 100%;
	}
}