/*
//This is apply fo マイページ > 注文履歴
// When there are multiple products in a one order,Display orders in order of product name -> quantity
// Use only for screen of SP
*/
.account_order_mb5 {
	margin-bottom: 5px;
}
.account_order_pr10 {
	padding-right: 10px;
}
.account_order_product {
	list-style: none;
	padding-left: 98px;
	margin:-16px 0 0 0;
}
.account_order_flex {
	display: flex;
	flex-wrap: wrap;
}
.account_order_title {
	width: 100%;
}
.account_order_size {
	width: 100%;
}
.account_order_color {
	width: 100%;
}
.account_order_qty {
	width: 100%;
}