@charset "utf-8";

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

.whitebox {
	background: #fff;
	padding: 60px;
	margin-bottom: 20px;
}

.whitebox h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.whitebox h3 span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.mente_image {
	margin-top: 50px;
}

.mente_image img {
	margin: auto;
	width: 100%;
}

.hoken {
	background: #fff url(../images/icon_hoken.png);
	background-repeat: no-repeat;
	background-position: right 45px center;

	position: relative;
	z-index: 2;
}
.hoken::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0 50px 40px;
	border-color: transparent transparent transparent #ffffff;

	position: absolute;
	bottom: -35px;
	right: 90px;
	z-index: 1;
}
.hoken h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}

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

.hoken_ul {
	overflow: hidden;
	margin-top: 50px;
}

.hoken_ul li {
	float: left;
	width: 168px;
	margin-right: 16px;
	margin-bottom: 30px;
}

.hoken_ul li:nth-child(5n) {
	margin-right: 0px;
}

.case h3 {
	text-align: center;
	line-height: 1.3;
}

.case h3 p {
	margin-top: 20px;
	font-size: 25px;
}

.case .lead {
	text-align: center;
	margin-top: 40px;
}

.case_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.case_ul p {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 30px;
}

.arrow {
	text-align: center;
	padding: 20px 0;
}

.case_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;
}
a .case_copy:hover,.case_copy:hover {
    text-decoration: none!important;
    opacity: 0.8;
}
a .case_copy:hover,.case_copy:hover {
    text-decoration: none!important;
    opacity: 0.8;
}
.case a:hover {
	 text-decoration: none!important;
}


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

.whitebox {
	padding: 20px;
}

.hoken {
	background: #fff url(../images/icon_hoken.png);
	background-repeat: no-repeat;
	background-position: center bottom 30px;

	position: relative;
	z-index: 2;
	padding-bottom: 200px;
}

.hoken h3 {
	text-align: center;
	margin-bottom: 15px;
}

.hoken_ul li {
	float: left;
	width: 48%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.hoken_ul li:nth-child(2n) {
	float: right;
}
.hoken_ul li img {
	width: 100%;
}

.case_ul li {
	width: 48%;
}

}
