@charset "utf-8";

#ctt_company header {
	display:none;
}

.con_wrap h4 {
	font-size:4.8em;
	font-weight:700;
	line-height:1.4;
	letter-spacing:-0.02em;
	margin-bottom:70px;
}

.con_wrap .img_box {
	padding:60px 170px;
	border:1px solid #ddd;
	border-radius:20px;
	text-align:center;
}

.con_wrap .img_box img {
	width:100%;
}

@media all and (max-width:1280px){
	.con_wrap .img_box {
		padding:15px 20px;
	}
}