@charset "UTF-8";
.c-card{border-radius:10px}
#survey {margin-top: 60px !important;}
#survey form {margin-bottom: 30px !important;}
#survey .compass_survey .survey_container ul {width: 100% !important;}
#survey .compass_survey .survey_container .textbox_form {font-size: 100% !important;}
#survey .survey_container ul::after {display: block;clear: both;content: "";}
#survey .survey_container li {float: left;margin-right: 30px;margin-bottom: 10px;}
#survey .compass_survey .survey_title {margin: 0 !important;}
#survey .compass_survey .survey_title span {font-size: 24px !important;margin: 0 5px !important;padding: 0 20px !important;}
#survey .compass_survey .survey_title span::before {display: inline-block;width: 34px !important;height: 30px !important;margin-right: 10px !important;}
#survey .compass_survey .question {font-size: 16px !important;}
#survey .compass_survey .question span:first-child {width: 3em !important;vertical-align: top !important;padding: 0 !important;}
#survey .compass_survey .question span em {font-size: 100% !important;line-height: 2.5em !important;padding: 0 !important;min-width: 2.5em !important;min-height: 2.5em !important;}
#survey .compass_survey .question span small {font-size: 14px !important;}
#survey .compass_survey .bt_area button {font-size: 16px !important;width: 182px !important;}
#survey .compass_survey .error {font-size: 16px !important;margin-top: 0 !important;}
@media only screen and (min-width:1101px){
/*! over Large */

}
@media only screen and (max-width:1100px){
/*! Large, Medium and Small */

}
@media only screen and (min-width:981px) and (max-width:1100px){
/*! Large only */

}
@media only screen and (max-width:980px){
/*! Medium and Small */

}
@media only screen and (min-width:981px){
/*! over Medium */

}
@media only screen and (min-width:768px) and (max-width:980px){
/*! Medium only */

}
@media only screen and (min-width:768px){
/*! Large and Medium */

}
@media only screen and (max-width:767px){
/*! Small only */
.v11_container #survey .compass_survey {margin-right: -23px;margin-left: -23px;}
}