@charset "SHIFT-JIS";

/*-------------------------
 * ƒ|ƒCƒ“ƒg
--------------------------*/
.point {
	margin-bottom: 15px;
}
	.point h2 {
		color: #414141;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.point .lead {
		margin-bottom: 10px;
	}
	.point .box {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 15px;
		padding: 21px 3px 3px 3px;
	}
	.point div:last-of-type.box {
		margin-bottom: 10px;
	}
	.point .box.no1 {
		background: #414141 url(../images/point_no_1.gif) center 6px no-repeat;
		background-size: 52px 12px;
	}
	.point .box.no2 {
		background: #414141 url(../images/point_no_2.gif) center 6px no-repeat;
		background-size: 54px 12px;
	}
	.point .box.no3 {
		background: #414141 url(../images/point_no_3.gif) center 6px no-repeat;
		background-size: 54px 12px;
	}
		.point .box h3 {
			color: #ffffff;
			font-size: 15px;
			font-weight: bold;
			line-height: 1.2;
			text-align: center;
			margin-bottom: 5px;
		}
		.point .box .inner {
			background-color: #eeeeee;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			padding: 8px;
		}
