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

/* 中身-モバイルファースト======================================================================================================== */

#top_copy{
	text-align: center;
	font-size: 20px;
}

#list ul li{
	margin-top: 40px;
	text-align: center;
}
#list ul li img{
	max-height: 200px;
}
#list ul li em{
	font-weight: bold;
}
#list ul li p{
	text-align: left;
}



/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
#top_copy{
	margin: 40px 0;
}

#list ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#list ul li{
	width: 33.3%;
	margin-top: 40px;
	padding: 0 20px;
}
#list ul li .photo{
	margin-bottom: 10px;
}
#list ul li img{
	max-height: 220px;
	max-width: 100%;
	height: auto;
}



}

