@charset "utf-8";
/*------------------------------------------------------------
	quality
------------------------------------------------------------*/
#main .mainBox .content {
	max-width: 100rem;
}
#main .topBox {
	margin: 0 auto 10rem;
	max-width: 80rem;
}
#main .topBox h3 {
	margin-bottom: -2rem;
	position: relative;
	text-align: center;
	color: #19579E;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
}
#main .topBox h3::before,
#main .topBox h3::after {
	width: 16%;
	height: 1px;
	position: absolute;
	z-index: 1;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	background-color: #19579E;
}
#main .topBox h3::before {
	left: 0;
}
#main .topBox h3::after {
	right: 0;
}
#main .topBox .textBox {
	padding: 5.5rem 6rem 5.6rem;
	font-weight: 500;
	line-height: 1.4;
	background-color: #fff;
}
#main .topBox .textBox dt {
	padding: 0.5rem 0 0.45rem;
	float: left;
}
#main .topBox .textBox dd {
	padding: 0.5rem 0 0.45rem 7.7rem;
}
#main .topBox .textBox dd span {
	margin-top: 0.5rem;
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
}
#main .imgBox {
	margin-bottom: 10rem;
	align-items: flex-start;
}
#main .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	margin-left: 8rem;
	width: 46rem;
	border-radius: 4rem;
	overflow: hidden;
}
#main .imgBox .textBox {
	flex: 1;
}
#main .imgBox .textBox .text {
	font-size: 1.8rem;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	#main .topBox {
		padding: 2.6rem 2rem 2.5rem;
		margin-bottom: 7.8rem;
		max-width: 100%;
		background-color: #fff;
		border-top: 0.2rem solid #AEC4D9;
	}
	#main .topBox h3 {
		margin-bottom: 2rem;
		text-align: left;
		font-size: 2rem;
	}
	#main .topBox h3::before,
	#main .topBox h3::after {
		display: none;
	}
	#main .topBox .textBox {
		padding: 0;
	}
	#main .topBox .textBox dt {
		padding: 0.7rem 0 0.7rem;
	}
	#main .topBox .textBox dd {
		padding: 0.7rem 0 0.7rem 6rem;
	}
	#main .topBox .textBox dd span {
		font-size: 1.2rem;
	}
	#main .imgBox {
		margin-bottom: 7.7rem;
		display: block;
	}
	#main .imgBox .photoBox {
		margin-left: 0;
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox .text {
		margin-bottom: 1.9rem;
		font-size: 1.4rem;
	}
	#main .imgBox01 .textBox .text {
		margin-bottom: 0;
	}
}