@charset "utf-8";

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:40px;
}

.mt80 {
	margin-top:80px;
}

.mb20 {
	margin-bottom:20px;
}

#ctt .con01 {
	background:#fff1eb;
	border-radius:30px;
	text-align:center;
	padding:70px 0 60px 0;
}

#ctt .con01 h5 {
	font-size:3.4rem;
	font-weight:700;
	color:#333;
	letter-spacing:-0.02em;
	margin:30px 0;
}

#ctt .con01 p {
	font-size:1.8rem;
	color:#333;
	letter-spacing:-0.02em;
}

#ctt .con01 .btn_box {
	margin-top:40px;
}

#ctt .con01 .btn_box a {
	border:2px solid #070506;
	background:#333;
	color:#fff;
	padding:15px 0;
	font-size:1.6rem;
	letter-spacing:-0.01em;
	display: inline-block;
    width: 170px;
} 

#ctt .con01 .btn_box a:hover {
	background:#e35712;
	border:2px solid transparent;
}

#ctt .con02 h4 {
	font-size:3.4rem;
	font-weight:700;
	color:#333;
	letter-spacing:-0.02em;
	text-align:center;
}

#ctt .con02 ul {
	display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

#ctt .con02 ul li {
	padding:30px;
	border:1px solid #ddd;
	border-radius:20px;
}

#ctt .con02 ul li {
	width:calc((100% - 40px) / 2);
}


#ctt .con02 .img_box {
	border-radius:2rem;
	overflow: hidden;
}

#ctt .con02 .img_box img {
	width:100%;
}

#ctt .con02 .txt {
	text-align:center;
}

#ctt .con02 .txt h5 {
	font-size:2.6rem;
	font-weight:700;
	color:#333;
	line-height:1.3;
	letter-spacing:-0.02em;
}

#ctt .con02 .txt p {
	font-size:1.8rem;
	font-weight:400;
	color:#333;
	text-wrap: pretty;
	line-height:1.5;
	letter-spacing:-0.02em;
}

@media all and (max-width:960px){

	#ctt .con01 {
		padding:30px;
	}
	
	#ctt .con01 h5 {
		font-size:2.4rem;
	}

	#ctt .con01 .img_box img {
		width:100%;
	}

	#ctt .con02 ul li {
		width:100%;
	}
}