@charset "UTF-8";
/* CSS Document */
.shokusyuArea{
	padding: 40px 0 80px;
}
.shokusyuArea ul.searchList{
	max-width:1200px;
	margin: 80px auto 0;
	padding:0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shokusyuArea ul.searchList:after{
	content:"";
	width: 340px;
	display: block;
}
.shokusyuArea ul.searchList li{
	max-width: 340px;
	background-color: #fff;
	border: 1px solid #bdccd9;
	margin-bottom: 60px;
	min-height: 480px;
}
.shokusyuArea ul.searchList li a{
	text-align: center;
	display: block;
}
.shokusyuArea ul.searchList li a:hover{
	opacity: .7;
}
.shokusyuArea ul.searchList li a .txtArea{
	padding: 20px;
	text-align: left;
}
.shokusyuArea ul.searchList li a h3{
	background-color: #bdccd9;
	padding: 12px 15px;
	color: #515151;
	line-height: 1;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
.shokusyuArea ul.searchList li a .ttl,
.shokusyuArea ul.searchList li a .map{
	padding-bottom: 10px;
}
.shokusyuArea ul.searchList li a .txt{
	padding-left: 15px;
	position: relative;
	padding-bottom: 5px;
	line-height: 1.2;
}
.shokusyuArea ul.searchList li a .txt:before{
	content: "◆";
	position: absolute;
	top: 0;
	left: 0;
}
.shokusyuArea ul.searchList li a .map span {
	padding-right: 5px;
	color: #f8c4c4;
}


@media screen and (max-width: 1200px){
	.shokusyuArea ul.searchList {
		justify-content: space-evenly;
	}
	.shokusyuArea ul.searchList li{
		margin:0 20px 60px;
	}
}


@media screen and (max-width: 767px){
	.shokusyuArea {
		padding: 40px 0 20px;
	}
	.shokusyuArea ul.searchList{
		padding: 0 5vw;
	}
	.shokusyuArea ul.searchList{
		display: block;
	}
	.shokusyuArea ul.searchList li{
		margin: 0 auto 40px;
	}
}
