@charset "utf-8";

@media screen and (max-width: 767px) {
  .h2_plan {
    width: 192px;
  }
}

.sumai_point h2 {
	font-size: 20px;
	text-align: center;
  line-height: 1.6;
	padding: 30px 0;
	border: 4px solid #fff;

	margin-bottom: 50px;
}

.sumai_point h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sumai_point .lead {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.bg_white {
	background: #fff;
	padding: 40px 40px 1px;
	margin-bottom: 60px;
}

.point_wrap {
	overflow: hidden;
	margin-bottom: 60px;
}

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

.enjoy1 img {
	margin: auto;
}

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

.point_right h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.point_right p {
	line-height: 1.5;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.point_wrap {
	margin-bottom: 40px;
}
.point_wrap:last-child {
	margin-bottom: 0;
}

.bg_white {
	padding: 20px 20px 1px;
}

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

.point_left {
	margin-bottom: 10px;
}

.point_left img {
	width: 100%;
}

}
