@charset "utf-8";


.rdo_form { display: flex; width:100%; margin:20px 0 50px !important}
.rdo_form >  label{ width:15%; margin:0 }
.contact-form .form-group .rdo_wrap {   width:85%; display: flex; line-height: 18px}
.contact-form .form-group .rdoBox { width:20% }
.contact-form .form-group .rdoBox label { display: inline-block; width:auto; margin:0; padding-left:10px; font-size:.95em}
.contact-form .form-group textarea {height:200px;}
.contact-form .form-group label, .contact-form .form-group .label { display: block}

#fregister_private  textarea { font-size:.9em}


@media (max-width: 767px) {
    .rdo_form >  label{ width:auto }
    .rdo_form { display:block;}
    .contact-form .form-group .rdo_wrap { width:100%;  justify-content:space-between}
    .contact-form .form-group .rdoBox { width:auto; }
    .contact-form .form-group .rdoBox label {font-size:.8em}
    #bo_v .table { width:100%; display:inline-block; border-top:none; font-size:.8em}
     #bo_v .table tbody { width:100%; display:inline-block}
    #bo_v .table tbody tr { width:100%; display:inline-block}
    #bo_v .table tbody th { width:30%; display: block; clear: both; float: left; font-size:1em}
    #bo_v .table tbody td { width:70%;  display: block; float: left}
    #fregister_private  { margin-top:40px}
    #fregister_private textarea{ font-size: .8em;}
}


