@charset "UTF-8";
.photoList {
	list-style: none;
	display: flex;
}
.photoList > li {
	width: 32%;
	margin-left: 2%;
}
.photoList > li:first-child {
	margin-left: 0;
}
.photoList > li:last-child {}
.photoList > li:nth-child(2n+1) {}
.photoList > li:nth-child(n+3) {}
.photoList_fig {
	line-height: 1;
}
.photoList_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.photoList_fig > figcaption {
	margin-top: 0.5em;
}
.courseText-point {
	margin-bottom: 2em;
}
.courseText-point:before {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	left: -6px;
}
.areaCourse {
	padding-left: 2em;
}
.areaCourse:after {
	left: 2em;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.photoList {}
	.photoList > li {}
	.photoList > li:first-child {}
	.photoList > li:last-child {}
	.photoList > li:nth-child(2n+1) {}
	.photoList > li:nth-child(n+3) {}
	.photoList_fig {}
	.photoList_fig > img {}
	.photoList_fig > figcaption {}
	.courseText-point {}
	.courseText-point:before {}
	.areaCourse {}
	.areaCourse:after {}
}
@media screen and (max-width:699px) {
	.photoList {
		flex-wrap: wrap;
		justify-content: center;
	}
	.photoList > li {
		width: 48%;
		margin-left: 4%;
	}
	.photoList > li:first-child {}
	.photoList > li:last-child {}
	.photoList > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.photoList > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.photoList_fig {}
	.photoList_fig > img {}
	.photoList_fig > figcaption {
		font-size: 12px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.courseText-point {}
	.courseText-point:before {
		width: 8px;
		height: 8px;
		margin-top: -4px;
		left: -3px;
	}
	.areaCourse {
		padding-left: 0;
	}
	.areaCourse:after {
		left: 0;
	}
}