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

/* ============================
		accessPhotoList
 ============================ */

.accessPhotoList {
margin-bottom: 2em;
list-style: none;
}

.accessPhotoList li {
margin-bottom: 1em;
text-align: center;
position: relative;
}

.accessPhotoList li .photoNumbers {
position: absolute;
top: 10px;
left: 10px;
width: 40px;
height: 40px;
line-height: 1em;
font-size: 30px;
font-weight: bold;
color: #fff;
background-color: #1c68a3;
border-radius: 40px;
border: 3px solid #fff;
padding-top: 2px;
text-align: center;
}

.accessPhotoList li .photo {
margin-bottom: 0;
}

.accessPhotoList li .caption {
display: block;
text-align: center;
margin: 0.5em 0;
}


/* for PC & TB */
@media screen and (min-width: 768px) {

	.accessPhotoList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
	padding-top: 20px;
	}

	.accessPhotoList li {
	width: 50%;
	box-sizing: border-box;
	margin:0 0 2em 0;
	padding: 0 1em;
	}

	.accessPhotoList li .photoNumbers {
	position: absolute;
	top: -20px;
	left: -5px;
	width: 40px;
	height: 40px;
	line-height: 1em;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #1c68a3;
	border-radius: 40px;
	border: 3px solid #fff;
	padding-top: 3px;
	}

}
