@charset "UTF-8";

.imgset {
	max-width: 1050px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.imgset_sec {
	margin-top: 80px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.imgset_sec:first-child {
	margin-top: 0;
}

.imgset_cnt {
	width: 54%;
}

.imgset_head {
	line-height: 1.4;
}

.imgset_head_lead {
	font-size: 18px;
}

.imgset_head_ttl {
	font-size: 24px;
	margin-top: 5px;
}

.imgset_text {
	margin-top: 20px;
	line-height: 2;
}

.imgset_list {
	margin-top: 10px;
	line-height: 2;
}

.imgset_list > li {
}

.imgset_fig {
	max-width: 415px;
	width: 40%;
	margin: 0 auto;
}

.imgset_fig figcaption {
	margin-top: 5px;
}

@media screen and (max-width:1230px) {
}

@media screen and (max-width:1030px) {
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.imgset {
		padding-bottom: 0;
	}

	.imgset_sec {
		margin-top: 0;
		padding: 40px 0;
		border-top: 1px solid #ccc;
		display: block;
	}

	.imgset_sec:first-child {
		border-top: #000;
		padding-top: 0;
	}

	.imgset_sec:last-child {
		padding-bottom: 0;
	}

	.imgset_cnt {
		width: 100%;
	}

	.imgset_head {
	}

	.imgset_head_lead {
		font-size: 14px;
	}

	.imgset_head_ttl {
		font-size: 20px;
	}

	.imgset_text {
		line-height: 1.7;
		margin-top: 10px;
	}

	.imgset_list {
	}

	.imgset_list > li {
	}

	.imgset_fig {
		width: 100%;
		margin-top: 20px;
	}

	.imgset_fig figcaption {
	}

}
