@charset "utf-8";
/*****************************************************************************
CSS only for /support/call/kakunin/kitchen.html
*****************************************************************************/

.Number__group{
	margin-bottom: 20px;
}
.Number__example{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Number__example figure{
	margin-bottom: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Number__example figure{
	margin-bottom: 30px;
}
}
.Number__example figcaption{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.Number__example figcaption span{
	display: block;
}
.Number__example figcaption small{
	font-size: 12px;
	font-weight: normal;
}
.Number__example .Number__example--space{
	margin-bottom: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Number__example .Number__example--space{
	margin-bottom: 10px;
}
}

