@charset "utf-8";
/***** 撮影の基礎知識　08 *****/

#contents section {
	margin: 3em 0;
}

#contents h3 {
	font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

#contents .center {
    text-align: center;
}

#contents ul {
    padding-left: 0;
}

#contents .bw {
	display: inline-block;
	font-size: 1.125rem;
    font-weight: bold;
    padding: 0.5em;
    margin: 2em 0 1em;
    background-color: #f3ece8;
}

#contents .listflex {
	display: flex;
	justify-content: center;
	margin: 2em 0;
}

#contents .listflex ul {
	margin: 0;
	padding: 1em;
	background-color: #F5F4EA;
}

#contents .listflex ul li {
	border-bottom: 1px solid #D5DBD7;
	padding: 0.5em;
}

#contents .listflex ul li:last-child {
	border-bottom: none;
}

#contents .listflex ul li img {
	vertical-align: middle;
}

#contents .wrapfigure {
	display: flex;
	justify-content: space-evenly;
	margin-top: 2em;
}

#contents .wrapfigure figure {
	margin: 0 10px;
}

#contents .wrapfigure img {
	width: 100%;
	max-width: 500px;
}

#contents .wrapfigure figurecaption {
	font-size: 1rem;
}

#contents ul.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
    margin: 3em 0;
    padding: 0;
}

#contents .flex.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25em;
    flex-wrap: wrap;
    margin: 1em 0 2em;
    padding: 0;
}

#contents .caption-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5em;
}

#contents .flex02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2em;
	margin: 2em 0.5em;
}

#contents .flex02 .imgArea {
	margin: 1em auto;
}

#contents .w380 {
	max-width: 380px;
}

#contents .w1000 {
	max-width: 1000px;
}

#contents .mt2em {
	margin-top: 2em;
}

#contents .mt1em {
	margin-top: 1em!important;
}

@media (min-width: 641px){
	/* w_185 */	
	#contents .zoomBtn.w_185 {
		width: 185px;
	}
	#contents .zoomBtn.w_185 .photo.modal button.zoom_ico {
		height: 123px;
	}
	#contents .zoomBtn.w_185 img.zoom_ico2 {
		top: 103px;
		right: 0;
	}
}

@media screen and (max-width: 1010px) {
	#contents .w1000 {
		width: 100%;
	}
}

@media screen and (max-width: 820px) {
	#contents .flex02 {
		flex-direction: column;
		margin: 2em 0;
	}
	
	#contents .caption-item {
		align-items: flex-start;
		text-align: left;
	}
	
	#contents .w380,
	#contents .w480,
	#contents .w1000 {
		width: 100%;
	}
	
	#contents img {
		max-width: 100%;
	}
	
	#contents .wrapfigure {
		flex-direction: column;
		align-items: center;
	}
	
	#contents .wrapfigure figure {
		margin: 0;
	}
	
	#contents .wrapfigure figure:last-child {
		margin-top: 1em;
	}
}

@media screen and (max-width: 480px) {
	#contents .listflex {
		flex-direction: column;
	}

	#contents .listflex ul:first-child {
		padding-bottom: 0;
	}
	
	#contents .listflex ul:last-child {
		padding-top: 0;
	}

	#contents .listflex ul:first-child li {
		border-bottom: 1px solid #D5DBD7;
	}
	
	#contents .listflex ul li span {
		margin-left: 1em;
	}

	#contents .flex.wrap {
		gap: 1em;
	}
	
	#contents .flex02 .imgArea {
		margin: 1em 0;
	}
	
	#contents .zoomBtn.w_195 .photo.modal button.zoom_ico {
		display: none!important;
	}
}