.guide-item-list {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
}
.guide-item-list>.box {
	max-width: 50%;
	width: 50%;
	margin: 0 0 15px;
	padding: 0 10px;
	text-align: center;
}
.guide-item-list>.box .name {
	font-weight: bold;
}
.guide-item-list>.box p {
	width: 95%;
	margin: auto;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.5;
}
.guide-item-list>.box p .season {
	color: purple;
}

