@charset "UTF-8";

.wall_label{
	font-size: 21px;
	text-align: center;;
	margin: 30px auto 0;
}

.wall_box{
	gap: 16px;
display: grid;
grid-template-columns: repeat(3,1fr);
margin: 50px 5%;
}

.wall_case{
	margin-bottom: 21px;
}

.wall_case a{
	text-decoration: none;
}

.wall_case .wall_thumbnail img{
	object-fit: cover;
	border: 1px solid #999;
	height: 200px;
}

.wall_case .text{
	position: relative;
font-size: 14px ;
color: #666;
margin: 8px auto 0;
}

.wall_case .text p::after{
	content: "";
	position: absolute;
	top: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  margin-left: 8px;
}

.wall_case .text p{
text-align: center;
}

.wall_case .text li{
	list-style: none;
	line-height: 1.5;
}

.wall_case .text li span{
	font-size: 13px;
}

.more_jirei{
	width: min(100% ,600px);
	display: block;
	text-align: center;
	outline: 1px solid #fff;
	outline-offset: -6px;
	background: #79b6c8;
	border: 2px solid #257fc3;
	padding: 16px 0;
	margin: 2rem auto;
}

.more_jirei a{
	display: block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}





@media only screen and (max-width: 736px) {/*スマホサムネイル*/

	.wall_box{
		gap: 0px 16px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin: 20px 2% 50px;
	}

	.wall_case .wall_thumbnail img{
		object-fit: cover;
		border: 1px solid #999;
		height: 100px;
	}

	.wall_case .text li span{
		display: block;
	}

	.more_jirei{
		width: 80%;
		margin: 2rem auto;
	}
	

}

@media only screen and (min-width: 419px) and (max-width: 1023px) {/*タブレットサムネイル*/







}

@media only screen and (max-width: 736px) {/*スマホ*/

}

@media only screen and  (min-width: 737px) and (max-width: 1024px) {



	
}













