@charset "utf-8";
@import url("base_common.css");


/* base_64
-----------------------------------------------------------*/
.block_round .block_r1 {
	width: 16%;
	z-index: 9;
}
.block_round .block_r2 {
	width: 32%;
	z-index: 8;
}
.block_round .block_r3 {
	width: 48%;
	z-index: 7;
}
.block_round .block_r4 {
	width: 64%;
	z-index: 6;
}
.block_round .block_r5 {
	width: 80%;
	z-index: 5;
}
.block_round_final {
	height: calc(var(--value_h)*16);	
}

:root {
	--value_w: 250px;
	--value_h: 40px;
}
