@charset "utf-8";

.section_beige {
	margin-bottom: 60px;
}

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

.point ul {
	display: flex;
	justify-content: space-between;
}

.point li {
	background: #fff;
	padding: 15px;
	text-align: center;
}

.point li p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

.point > p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 25px;
}

.case_box .clearfix {
	margin: 50px 0;
}

.lead_left {
	float: left;
	width: 403px;
}

.lead_left {
	margin-top: 0px !important;
}

.lead_photo {
	float: right;
	width: 386px;
}

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

.h2_plan {
  width: 240px;
}

.point h3 {
	margin-bottom: 30px;
}

.point ul {
	flex-wrap: wrap;
}

.point li {
	width: 48%;
	margin-bottom: 20px;
}

.point li p {
	font-size: 15px;
}

.lead_left {
	float: none;
	width: 100%;
}

.lead_photo {
	float: none;
	width: 100%;
}

.case_box .clearfix {
	margin: 30px 0;
}

}
