.form-container .ss_contents{
  font-size: 13px ;
  line-height: 1.5 ;
}

.ss_form_title, .ss_enquete_title{
   padding: 5px 12px ;
   font-weight: bold;
}

.ss_input{
   padding: 5px 12px ;
   line-height: 1.5 ;
}

.ss_btnArea {
  display: flex;     
  justify-content: center;
  align-items: center;
  margin: 14px 0 10px 0 ;
}

input[type=checkbox]  {
  margin: 0 5px 10px 5px ;
}

input[type=text]  {
  height: 30px;
}

input[type=email]  {
  height: 30px;
}

input[type=radio]  {
  margin: 0 5px 10px 5px ;
}

input[name=smpSubmit]  {
  width:200px;
  height: 50px;
  font-size: 17px;
  line-height: 42px;
  color: #010101;
  text-align: center;
  background-color: #fdd000;
  border: none;
  border-radius: 25px / 50%;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
  font-weight: bold;
  
}