@charset "utf-8";
/*------------------------------------------------------------
	fair
------------------------------------------------------------*/
#main {
	padding: 13.7rem 0 22.2rem;
}
#main .topBox {
	margin-bottom: 11rem;
	align-items: flex-start;
}
#main .topBox h2 {
	width: 37.4%;
}
#main .topBox .rBox {
	margin-top: 0.8rem;
	flex: 1;
	display: flex;
	align-items: flex-end;
}
#main .topBox .rBox p {
	margin-right: 2rem;
	flex: 1;
	letter-spacing: 0.04em;
	line-height: 2.14;
}
#main .topBox .rBox .comBtn {
	margin: 0 2.4rem 0.5rem 0;
}
#main .subBox {
	padding-top: 9.5rem;
	border-top: 1px solid #e2e2e2;
}
#main .subBox .rBox {
	margin-right: 3rem;
	max-width: 94rem;
}
#main .subBox .rBox h3 {
	margin-bottom: 4.7rem;
	color: #3c3c3c;
	font-weight: 500;
	font-size: max(10px, 2rem);
	letter-spacing: 0.04em;
	line-height: 1.75;
}
#main .subBox .rBox p {
	letter-spacing: 0.04em;
	line-height: 1.86;
}
#main .features {
	margin-bottom: 12.6rem;
	align-items: flex-start;
}
#main .features .sideTtl {
	top: 8rem;	
}
#main .featureList li {
	display: flex;
	align-items: center;
}
#main .featureList li:not(:last-child) {
	margin-bottom: 5rem;
}
#main .featureList .photo {
	margin-right: 4.5rem;
	width: 44.4%;
	position: relative;
	z-index: 2;
}
#main .featureList .photo img {
	width: 100%;
}
#main .featureList .txtBox {
	flex: 1;
}
#main .featureList h4 {
	margin-bottom: 1.7rem;
	font-weight: 500;
	font-size: max(10px, 2rem);
	letter-spacing: 0.04em;
}
#main .schedule {
	align-items: flex-start;
}
#main .schedule .rBox {
	max-width: 94rem;
}
#main .schedule .rBox h3 {
	margin-bottom: 2.4rem;
}
#main .schedule .rBox > p {
	margin-bottom: 2.7rem;
}
#main .schedule .rBox .comBtn {
	display: flex;
	justify-content: flex-end;
}
#main .schedule .rBox .comBtn a {
	font-size: max(10px, 1.2rem);
}
@media all and (max-width: 999px) {
	#main {
		padding: 8.3rem 0 12rem;
	}
	#main .topBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .topBox h2 {
		width: auto;
	}
	#main .topBox .rBox {
		margin-top: 0;
		display: block;
	}
	#main .topBox .rBox p {
		margin: 0 -3rem 1.3rem 0;
		font-size: max(10px, 1.1rem);
		letter-spacing: 0.02em;
		line-height: 1.8;
	}
	#main .topBox .rBox .comBtn {
		margin: 0;
	}
	#main .subBox {
		padding-top: 3.9rem;
	}
	#main .subBox .rBox {
		margin-right: 0;
		max-width: inherit;
	}
	#main .subBox .rBox h3 {
		margin: 0 0 -0.2rem 1.5rem;
		font-size: max(10px, 1.6rem);
		line-height: 2.19;
	}
	#main .subBox .rBox p {
		font-size: max(10px, 1.2rem);
		line-height: 1.83;
	}
	#main .features {
		margin-bottom: 7.8rem;
		display: block;
	}
	#main .featureList li {
		display: block;
	}
	#main .featureList li:not(:last-child) {
		margin-bottom: 4.8rem;
	}
	#main .featureList .photo {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .featureList h4 {
		margin-bottom: 0.9rem;
		font-size: max(10px, 1.6rem);
	}
	#main .featureList li p {
		margin-right: 2rem;
	}
	#main .schedule {
		display: block;
	}
	#main .schedule .rBox {
		margin-right: 3rem;
	}
	#main .schedule .rBox .ttlBox {
		margin: 0 -0.5rem 1.7rem 0;
	}
	#main .schedule .rBox h3 {
		margin-bottom: 0;
	}
	#main .schedule .rBox > p {
		margin-bottom: 2.2rem;
	}
	#main .schedule .rBox .comBtn {
		justify-content: flex-start;
	}
	#main .schedule .rBox .comBtn a {
		font-size: max(10px, 1.1rem);
	}
}