/* CSS Document */
.types_vol span:after { display: inline-block; background-color: #000052; color: #fff;  margin-left: 5px; padding: 2px 5px; border-radius: 2px; text-align:center; min-width: 18px; line-height: 24px; }
.types_vol .type_a .ic:after { content: '→'; }
.types_vol .type_r .ic:after { content: '←'; }
.types_vol .type_ar .ic:after { content: '⇄'; }

@media (min-width: 481px){
	.types_vol { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 0; }
	.types_vol > div { margin-bottom: 0; }
}
@media (max-width: 480px){
	.types_vol > div { padding: .5rem 0; border-bottom: 1px solid #ccc; }
	.types_vol > div:last-child { border-bottom: none; }
	.types_vol label { display: flex; }
	.types_vol label .ic {margin-left: auto; }
}