@charset "utf-8";
/* CSS Document */
h3{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	color: #3E3A39;
	margin-top: 5px;
}
h3 span{
	font-size: 0.7em;
	margin-left: 5px;
}
h4{
	font-size: 1.1em;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
}
.pointBox{
	background-color: #FFF;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	overflow: hidden;
	margin-bottom: 15px;
}
.pointBox p.txt_copy{
	font-size: 0.9em;
	color: #000;
}
.pointBox p{
	width: 500px;
	text-align: left;
	clear: right;
	float: right;
}
/*公益社プラン*/
.frame_GradationBlue h4{
	background-color: #0079C3;
}
.frame_GradationBlue .txt_copy{
	color: #0079C3;
}
.frame_GradationBlue .pointBox{
	border-bottom-color: #0079C2;
}
/*フィリアプラン*/
.frame_GradationPink h4{
	background-color: #D44F96;
}
.frame_GradationPink .txt_copy{
	color: #D44F96;
}
.frame_GradationPink .pointBox{
	border-bottom-color: #D44F96;
}
/*自宅葬*/
.frame_GradationOrange p.line_topDot{
	padding-top: 15px;
	border-top-color: #FAA675;
	margin-top: 15px;
}
/*社葬・団体葬*/
.frame_GradationGreen p.line_topDot{
	padding-top: 15px;
	border-top-color: #7CB26D;
	margin-top: 15px;
}
p.frame_lightGreen{
	font-size: 0.9em;
	font-weight: bold;
	color: #5C8445;
	text-align: center;
	line-height: 1em;
}