@charset "utf-8";

#ctt .top img{
	width:100%;
}
#ctt .txt {
	padding:10rem 10rem 0rem 10rem;
	font-size:2rem;
	line-height:1.8;
}
#ctt .name {
	font-size:2.4rem;
	margin-top:7rem;
	padding:0 10rem 0rem 10rem;
}
#ctt .name b {
	font-weight:600;
}

@media all and (max-width:1200px){
	#ctt .txt {
		padding:5rem 3rem 0rem 3rem;
	}
	#ctt .name {
		padding:0 3rem;
	}	
}