@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 .cate-txt {
	text-align: center;
}
#price .main-price-box {
	margin-top: 40px;
	padding: 24px 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#price .main-price-box .main-title {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.5;
}
#price .price-txt {
	margin-top: 8px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
#price .price-txt span {
	font-size: 2em;
	font-weight: bold;
	padding: 0 3px 0 10px;
	color: #d9534f;
}
#price .price-basic-box {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#price .price-basic-box div {
	width: calc(50% - 10px);
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 24px 20px;
}
#price .price-basic-box div 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-basic-box div dl {
	padding: 10px 5px;
	border-bottom: 1px dashed #ddd;
}
#price .price-basic-box div dl:first-of-type {
	padding-top: 0;
}
#price .price-basic-box div dl dt {
	font-size: 16px;
	font-weight: bold;
}
#price .price-basic-box div dl dd {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}
#price .price-basic-box div dd strong {
	padding-left: 10px;
	font-weight: bold;
	color: #555;
}
#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;
}
#price .price-caution-box {
	margin-top: 30px;
}
#price .price-caution-box {
	background: #f8f5f0;
	border: 1px solid #ddd3c5;
	border-radius: 4px;
	padding: 24px 20px;
}
#price .price-caution-box h3 {
	color: #555;
	font-size: 20px;
}
#price .price-caution-box ul li {
	padding: 5px 0 5px 15px;
	border-bottom: 1px dashed #efefef;
	position: relative;
}
#price .price-caution-box ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ddd3c5;
	position: absolute;
	top: 15px;
	left: 0;
}

/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.fv-img {
		width: 90%;
	}
	#price .price-basic-box div {
		width: 100%;
	}
	#price .price-caution-box {
		margin-top: 20px;
	}
	#price .price-caution-box ul li {
		font-size: 15px;
		line-height: 1.5;
	}}