@charset "utf-8";

#ctt {
	margin-bottom:20rem;
}
#ctt .topimg {
	height:600px;	
	border-radius:3rem;
	margin-bottom:12rem;
	background-image:url("/theme/basic/img/cont0201_img.jpg");
	background-position:center;
	background-repeat:no-repeat;
}
#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 {
	margin-bottom:12rem;
}
#ctt .text {
	font-size:1.8rem;
	line-height:2;
	text-align:center;
}
#ctt .text strong{
	font-weight:600;
}
#ctt .midimg {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:2.5rem;
	margin-bottom:12rem;
}
#ctt .midimg img {
	width:100%;
	border-radius:3rem;
}
#ctt .midimg img:first-child{
	grid-column: 1 / span 3;
}
@media all and (max-width:1280px){
	#ctt .topimg {
		height:300px;	
	}
}
@media all and (max-width:1080px){
	#ctt .midimg {
		gap:1.5rem;
	}
}
@media all and (max-width:920px){
	#ctt h4 {
		font-size:4rem;
	}
}