@charset "utf-8";

.column ul.pic li {
	margin: 10px 0;
	list-style-type: none;
}
.column ul.pic img {
	width: 100%;
	border: 1px solid #ccc;
}


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

	.column ul.pic {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.column ul.pic li {
		width: 49%;
	}

}

