@charset "utf-8";

#ctt {
	margin-bottom:20rem;
}
#ctt .topimg {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:2.5rem;
	margin-bottom:12rem;
}
#ctt .topimg img {
	width:100%;
	border-radius:3rem;
}
#ctt .topimg img:first-child{
	grid-column: 1 / span 2;
}

#ctt h4 {
	color:#023b8a;
	font-size:5rem;
	line-height:1.5;
	text-align:center;
	margin-bottom:6rem;
}
#ctt h4 span {
	font-size:2.6rem;
	font-weight:500;
	display:block;
}
#ctt .toptxt {
	text-align:center;
}
#ctt .text {
	font-size:1.8rem;
	line-height:2;
}

@media all and (max-width:1080px){
	#ctt .topimg {
		gap:1.5rem;
	}
}
@media all and (max-width:920px){
	#ctt h4 {
		font-size:4rem;
	}
}