:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-inputRadio__label{display:flex;cursor:pointer;position:relative;font-size:1.6rem;line-height:2.4rem;-webkit-user-select:none;user-select:none}@media screen and (max-width:992px){.v-inputRadio__label{font-size:1.4rem;line-height:2.2rem}}@media(hover:hover)and (pointer:fine){.v-inputRadio__label:hover.orange:before{border-color:#f60}.v-inputRadio__label:hover.green:before{border-color:#279f00}}.v-inputRadio__label.isChecked.orange:before{border:6px solid #f60}.v-inputRadio__label.isChecked.green:before{border:6px solid #279f00}.v-inputRadio__label.disabled{color:#999;cursor:default}@media(hover:hover)and (pointer:fine){.v-inputRadio__label.disabled:hover:before{border-color:#0000}}.v-inputRadio__label.disabled:before{border-color:#0000;background:#eaeaea}.v-inputRadio__label.disabled.isChecked.orange:before{border:6px solid #ffd1b3}.v-inputRadio__label.disabled.isChecked.green:before{border:6px solid #b3dec7}.v-inputRadio__label.disabled.isChecked:before{background:#fff}.v-inputRadio__label:before{content:"";width:2.4rem;height:2.4rem;margin-right:1.6rem;border:2px solid #b6b6b6;border-radius:50%;box-sizing:border-box;background:#fff}@media screen and (max-width:992px){.v-inputRadio__label:before{width:2.2rem;height:2.2rem}}
