
.specialArea .list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}
.specialArea .list .li{
	border: 1px solid #ccc;
	width: calc(33.33% - 8px);
	padding: 15px;
}
.specialArea .list a:hover{
	opacity: 0.8;
}
.specialArea .title{
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 20px 0 5px;
	display: block;
}

/* :::::::::::::::::: smartphone :::::::::::::::::: */

/* 575px smartphone*/
@media (max-width: 575px) {

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
	
}