@charset "utf-8";
/* CSS Document */
#fv {
	background-image: url(../img/fv_bg.png);
}
#fv h1 {
	font-size: 30px;
}
#fv .fv-sub-txt,
#fv .fv-sub-txt2 {
	font-size: 16px;
}
.cate-box {
	margin-top: 1.5em;
}
h3.box-title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	padding: 8px 12px;
	background-color: #fff3f7;
	border-left: 5px solid #db5d81;
	margin-bottom: 15px;
}
.under-yellow {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ff9 60%);
}
.under-pink {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

#price .flexbox {
	margin-top: 15px;
	align-items: stretch;
	gap: 20px;
}
#price .cate-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 20px);
	text-align: center;
	padding: 20px 20px 30px 20px;
	border: 2px solid #f0d7df;
	margin: 0;
}
#price .box-txt {
	text-align: center;
	font-size: 18px;
}
#price .price-txt {
	text-align: center;
	color: #db5e81;
	font-size: 24px;
	line-height: 1;
	margin-top: 5px;
}
#price .price-txt strong {
	font-size: 2.3em;
	font-weight: bold;
	color: #db5e81;
}
#price .cate-box2 {
	margin-top: 1.5em;
}
#price .example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#price .example .example-box {
	width: calc(50% - 10px);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #eaeaea;
}
#price .tenmyo-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #db5e81;
	margin-bottom: 10px;
}
#price .example-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
#price .example-flex-box .img-box {
	width: 50%;
}
#price .example-flex-box .txt-box {
	width: calc(50% - 15px);
}
#price .example-flex-box .txt-box dl {
	display: flex;
	justify-content: flex-start;
	padding: 10px 5px;
	border-bottom: 1px dashed #eaeaea;
}
#price .example-flex-box .txt-box dt {
	width: 30%;
	padding-right: 10px;
}
#price .example-flex-box .txt-box dd {
	width: 70%;
}
#price .origin-title {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}
#price .origin-txt {
	line-height: 1.8;
}
#price .c-txt {
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
#price .c-txt::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (max-width: 480px) {
	#fv {
		margin-top: 0;
		min-height: 300px;
	}
	#fv .fv-sub-txt,
	#fv .fv-sub-txt2 {
		font-size: 16px;
	}
	#top-service {
		padding: 0!important;
		border: none!important;
	}
	.fv_con {
		width: 100%;
	}
	#price .flexbox {
		flex-wrap: wrap;
	}
	#price .flexbox .cate-box {
		width: 100%;
	}
	#price .example .example-box {
		width: 100%;
	}
}