@charset "UTF-8";
/* CSS Document */

.ach_flx {
	width: 990px;
	height: 900px;
	display: flex;
	list-style: none;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.ach_flx li {
	width: 233px;
	height: 285px;
	margin:0 10px 20px 0;
	display: flex;
	flex-direction: column;
}
/*
.ach_flx li:nth-child(6) {
	margin-left: 0;
}
*/


.ach_flx img {
	width: 165px;
}

.ach_flx h2 {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 15px auto 5px auto;
}

.ach_flx p.pref {
	font-size: 13px;
	color: #333333;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0 auto 10px auto;
}

.ach_flx p.btn {
	font-size: 13px;
	width: 116px;
	height: 13px;
	color: #007BC6;
	letter-spacing: 2px;
	font-weight: 600;
	margin:  auto auto 10px auto;
	border: solid 2px #007BC6;
	border-radius: 20px;
	padding: 4px 0 7px 0;
}

.ach_flx p.btn a:link {
	color: #007BC6;
	font-size: 13px;
	text-decoration: none;
}

.ach_flx p.btn:hover h3{
	opacity: 0.7;
}

.ach_flx p.btn span{
	font-size: 10px;
	padding-left: 2px;
	color: #007BC6;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 auto 10px auto;
}
