@charset "utf-8";
/***** 撮影の基礎知識　06 *****/

#sect01 {
	display: flex;
	margin-bottom: 0;
}
#sect01 .wrapfigure {
	display: flex;
	justify-content: space-around;
	margin: 0 10px;
	width: 100%;
}
#sect01 .wrapfigure figure {
	margin: 0 10px;
}
#sect01 .wrapfigure figurecaption {
	font-size: 1rem;
}
#sect01 .wrapfigure img {
	width: 100%;
	max-width: 190px;
}
 
#sect03 .wrapexp {
	margin-top: 30px;
}
#sect03 .photo img {
	width: 31%;
	max-width: 310px;
	margin: 0 1%;
}
#sect03 .imgexp img {
	width: 100%;
	max-width: 1000px;
}
#sect03 .__forSp {
	display: none;
	margin: 20px auto;
	text-align: center;
}
#sect03 .__forSp img {
	width: 100%;
	max-width: 465px;
}
@media screen and (max-width: 719px) {
	#sect03 .__forSp {
		display: block;
	}
	#sect03 .__forPc {
		display: none;
	}
}

#sect04 figure {
	display: flex;
	align-items: center;
}
#sect04 img {
	max-width: 250px;
	margin: 0 20px 20px;
}

#sect04 .boxfig {
	margin: 0 auto;
	max-width: 650px;
}

#sect05 .wrapfigure {
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
}
#sect05 .wrapfigure figure {
	margin: 0 10px;
}
#sect05 .wrapfigure img {
	width: 100%;
	max-width: 500px;
}
#sect05 .wrapfigure figurecaption {
	font-size: 1rem;
}


@media screen and (max-width: 719px) {
	#sect01 {
		flex-direction: column;
		align-items: center;
		margin-bottom: 70px;
	}
	#sect01 .wrapfigure {
		margin: 10px auto;
		justify-content: center;
	}
	#sect04 {
		flex-direction: column;
		align-items: center;
	}
	#sect05 .wrapfigure {
		flex-direction: column;
		align-items: center;
	}
	#sect05 .wrapfigure figure {
		margin: 10px;
	}
}
@media screen and (max-width: 540px) {
	#sect04 figure {
		flex-wrap: wrap;
		justify-content: center;
	}
}


