@charset "utf-8";

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

.mente_wrap {
	background: #fff;
	padding: 45px;
}

.mente_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.mente_wrap p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.mente_wrap ul {
	overflow: hidden;
}

.mente_wrap li {
	overflow: hidden;
	float: left;
	width: 48%;
	margin-top: 30px;
}
.mente_wrap li:nth-child(2n) {
	float: right;
}

.mente_left {
	float: left;
}

.mente_left h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.mente_left p {
	font-size: 14px;
	margin-bottom: 3px;
}

.mente_right {
	float: right;
	width: 186px;
}

.mente .ta_center {
	margin: 20px 0;
}

.ente_copy {
	padding: 20px 0 25px;
	background: #89a493;

	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
}


.point {
	background: #f1f0e7;
	padding: 40px 90px;
}

.point h2 {
	text-align: center;
	font-size: 24px;
  line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

.point h2 img {
	margin: auto;
}

.point_wrap {
	overflow: hidden;
}
.point_left {
	float: left;
	width: 230px;
}
.point_right {
	float: right;
	width: calc(100% - 270px);
	font-size: 14px;
	line-height: 1.5;
}

.h3_qa {
  width: 302px;
}


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

.mente_wrap {
	background: #fff;
	padding: 20px;
}

.mente_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.mente_wrap p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.mente_wrap ul {
	overflow: hidden;
}

.mente_wrap li {
	float: none;
	width: 100%;
}
.mente_wrap li:nth-child(2n) {
	float: none;
}
.mente_wrap li p {
	margin-bottom: 5px;
}

.mente_right {
	float: right;
	width: 40%;
}

.point {
	padding: 20px;
}

.point_left {
	float: none;
	width: 100%;
}
.point_right {
	float: none;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.point_wrap img {
	margin-bottom: 20px;
}

.h3_qa {
  width: 89.48%;
}



}
