@charset "utf-8";

.column ol.yotsu {
	width: 100%;
	margin: 20px 0;
}
.column ol.yotsu li {
	list-style-type: none;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 2px solid #9ccb4a;
	box-sizing: border-box;
	overflow: hidden;
}
.column ol.yotsu li img {
	float: left;
	width: 140px;
	height: auto;
	margin: 0 20px 0 0;
}
.column ol.yotsu li p {
	padding: 10px 20px;
	margin: 0;
}
.column ol.yotsu li p span {
	color: #9ccb4a;
	font-size: 18px;
	font-weight: bold;
	margin-right: .3em;
}

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

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

}

