@charset "UTF-8";

/*------items_pc / items_sp------*/
#items_pc + div .inner_item {
	width: 23.5% !important;
}
#items_pc + div .inner_item:not(:first-child) {
	margin-left: 2% !important;
}
@media screen and (min-width: 601px) {
	#items_sp + div {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	#items_pc + div {
		display: none;
	}
	#items_sp + div .inner_item {
		width: 33.3% !important;
		margin-bottom: 0;
	}
}
/*------flow------*/
#flow + section .inner_item_img img {
	max-width: 100% !important;
	width: auto !important;
}