@charset "UTF-8";
#survey {width:795px;margin:0 auto 20px;font-size:20px;text-align:left}
#survey form {margin-bottom:30px;}
#survey .title_form {font-size:29px;font-weight:bold;color:#e60012;border-bottom:2px solid #e60012;margin-top:30px}
#survey .question {font-size: 23px;margin: 25px 0;}
#survey .survey_container{}
#survey .survey_container ul{width:692px;}
#survey .survey_container ul::after{content:"";display:block;clear:both;}
#survey .survey_container li{float:left;margin-right:30px;margin-bottom:10px;}
#survey .survey_container li:last-child{margin-right:0px;}
#survey .textbox_form{width:400px;height: 25px;}
#survey .survey_form{position: relative;}
#survey .after_answer{display: none; position: absolute; top: 0; width: 100%; height:100%; font-size:28px; font-weight:bold; color:#fff; text-shadow:#000 0 0 12px; background-color:rgba(0,0,0,.5); border-radius:12px;}
#survey .is-disabled .after_answer{display: flex; justify-content: center; align-items: center;}
#survey .error{display: none; color:#f00; font-size: 16px;}
#survey .error_text{display: none; color:#f00; font-size: 16px; text-align: left; width:480px;}
#survey .bt_area {text-align:center}
