@charset "UTF-8";
h1 img{width:100%;}
.case{
	padding: 20px 0 40px;
    width: 100%;
	
}
.case-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.case-item {
   width: 30%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
	text-align:center;
}
.case-item a{
	font-weight:bold;
	color:#2999B4;
}
.case-item a img{
	margin-bottom: 10px;
	width: 100%;
}
.case_foot{
	width: 100%;
	background: #d6f1f2; 
	 overflow: hidden;
	padding: 0 20px;
	margin-bottom: 45px;
}
.case_foot-list{
  	margin: 32px auto ;
	max-width: 920px;
}
.case_foot-item{
	width: 45%;
	margin: 0 auto;
	list-style: none;
	border: 2px solid #32b8bc;
	border-radius: 4px;
	padding: 16px;
	background: #32b8bc;
	font-weight:bold;
	position: relative;
}
.case_foot-item a{
	  display: block;
	  text-decoration: none;
	color: #fff;
}
.case_foot-item:hover{opacity: 0.8;}
.case_foot-list li:after{
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -2.5% 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
	}
.case_foot-item:nth-child(2n){
  float: right;
}
.case-item:last-child {
	  margin-right: 20.6rem;
}
@media screen and (max-width: 767px) {
	.case{
		box-sizing: border-box;
		padding: 4vw 2vw 8vw;
	}
	.case-item {
		padding: 2vw;
		width: 26%;
		margin-bottom: 4vw;
	}
	.case-item {font-size:3vw;line-height: 1.4;}
		.case_foot{
			box-sizing: border-box;
	}
	.case_foot-list li:after{
	  margin: -7% 0 0 0;
	}
	.case_foot-item{
	width: 50%;
	}
.case-item:last-child {
	  margin-right: 8.3rem;
}
}