@charset "UTF-8";

.contents {
	padding: 19px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-3 .contents {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.img-box {
	margin-bottom: 20px;
}

.img-box:not(.img-box-pc-first) {
	margin-left: 30px;
}

.img-box-2 {
	margin: 0;
}

.caption {
	margin-top: 10px;
	color: #4D4D4D;
	font-size: 16px;
	font-size: 15px;
	width: 300px;
}

.box-3 .caption, .img-box-3 .caption {
	margin-left: 20px;
	width: auto;
}

/* タブレット・スマートフォン版 */
@media screen and (max-width:999px) {
	.img-box:not(.img-box-pc-first) {
		margin-left: 0;
	}
	
	.img-box:not(.img-box-tab-first) {
		margin-left: 30px;
	}
	
	.img-box img {
		min-width: 339px;
	}
}

/* スマートフォン版 */
@media screen and (max-width:767px) {
	
	.contents {
		padding: 15px !important;
	}
	
	.img-box {
		width: 100%;
		margin-left: 0 !important;
	}
	
	.img-box img {
		width: 100%;
		min-width: inherit;
	}
}