@charset "utf-8";
.navigation__brand_wrap{
	display: flex;
	align-items: center;
}

.handling{
	display: flex;
	align-items: center;
	justify-content: center;
}

.handing-left{
	width: 60px;
	margin: 0 32px 0 0;
}

.price__details--description b{
font-size: 2.2rem;
}

.price__details--description b span{
	font-size: 16px;
}

.price__details--description b span.komi{
font-size: 1.5rem;	
}

.handing-right{display: flex;}
@media screen and (max-width:767px) {
	.handing-left{
		width: 120px;
	}
}
