@charset "UTF-8";
.photo-width {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 200px;
	background-image: url(../about/img/label_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 768px) {
	.photo-width {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 350px;
	background-image: url(../about/img/label_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
