﻿.questionnaire_202302_id_title {
  margin: 10px 0 5px 0;
  color: #1399D8;
  font-size: 1.5rem;
  font-weight: bold;
}

input.questionnaire_202302_id_form {
  width: 300px;
  margin: 10px 0 20px 0;
  padding: 10px 0;
  color: #1399D8;
  font-size: 1.5erm;
  font-weight: bold;
  text-align: center;
  border: solid 2px #1399D8;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width:640px) {
input.questionnaire_202302_id_form {
  width: 70%;
  margin: 10px 0 20px 0;
  padding: 10px 0;
  color: #1399D8;
  font-size: 1.5erm;
  font-weight: bold;
  text-align: center;
  border: solid 2px #1399D8;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}}