@charset "euc-jp";

.caSortSection{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.caSortBox01{}

.caSortBox02{
	width: 150px;
}

/*--------------------------------------------------------------
メディアクエリ
--------------------------------------------------------------*/

@media (max-width: 768px) {

.caSortSection{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.caSortBox01{}

.caSortBox02{
	width: 150px;
}

}