@charset "utf-8";

.point h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding: 25px;
	border: 5px solid #fff;
	margin-bottom: 60px;
}

.point_box {
	overflow: hidden;
	margin-bottom: 40px;
}

.point_left {
	float: left;
	width: 484px;
}

.point_left h4 {
	font-size: 18px;
	font-weight: bold;
  line-height: 1.6;
	margin-bottom: 30px;

	padding-left: 1.1em;
	text-indent: -1.1em;
}

.point_left p {
	font-size: 14px;
	line-height: 1.5;
}

.point_right {
	float: right;
	width: 360px;
}

.point_right p {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 767px) {

.h2_plan {
  width: 246px;
}

.point_left, .point_right {
	float: none;
	width: 100%;
}

.point_right img {
	width: 100%;
	margin: 20px 0;
}

}
