@charset "utf-8";
/* CSS Document */
.fv-img {
	width: 30%;
}
#price,
#reason {
	background-color: var(--bg-gray);
}
#flow {
	margin-bottom: 0;
}
#flow + .cta {
	padding-top: 0;
	padding-bottom: 60px;
}

/*===================================
料金について
===================================*/
#price .main-txt {
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
#price .cate-txt {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}
#price .cate-txt strong {
	color: var(--accent);
}
#price .price-contents-box,
#price .price-check-box {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 24px 20px;
}
#price .price-contents-box h3,
#price .price-check-box h3 {
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--accent);
	color: var(--accent);
	margin-bottom: 10px;
}
#price .price-contents-box dl {
	padding: 10px 5px;
	border-bottom: 1px dashed #ddd;
}
#price .price-contents-box dl:first-of-type {
	padding-top: 0;
}
#price .price-contents-box dl dt {
	font-weight: bold;
	padding-left: 12px;
	position: relative;
}
#price .price-contents-box dl dt::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--accent);
	position: absolute;
	top: 10px;
	left: 0;
}
#price .price-contents-box dl dd {
	padding-left: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}
#price .price-check-box p {
	font-size: 16px;
	line-height: 1.5;
}

/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.fv-img {
		width: 90%;
	}
	#price .main-txt {
		font-size: 19px;
	}
	#price .cate-txt {
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
	}
}