
.qaa_research{
  position: relative; z-index: 0; padding: 1.5em 4%;  margin: 2em 0 0; border: 1px solid #ffc6a4; border-radius: 4px
}
@media (min-width: 769px) {
  .qaa_research{
    display: flex; justify-content: space-between; gap: 0 1em;
  }
}

.qaa_research_right{
  
}
@media (min-width: 769px) {
  .qaa_research_right{
    flex-shrink: 0;
  }
}

.qaa_research_row{
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5em 2em;
}
@media (min-width: 769px) {
  .qaa_research_row{
    
  }
}

.qaa_research_text{
  width: 100%; color: #f48d47; font-weight: bold; text-align: center;
}
@media (min-width: 769px) {
  .qaa_research_text{
    width: auto; padding: 0 2em 0 0;
  }
}

.qaa_research_label{
  cursor: pointer;
}

.qaa_research_radio{
  width: 1.25em; height: 1.25em; vertical-align: middle; margin: 0 0.5em 0 0; 
}

.qaa_research_btn{
  border: none; outline: none; appearance: none;
  display: block; width: 8em; color: #fff; font-weight: bold; line-height: 2; background-color: #f48d47; border-radius: 1em; margin: 1em auto 0;
}
.qaa_research_btn:disabled{
  background-color: #f6c8a9;
}
@media (min-width: 769px) {
  .qaa_research_btn{
    margin: -0.2em 0 0;
  }
}


.qaa_research_input{
  display: block; width: 100%; padding: 0.25em 1em; margin: 1em 0 0; box-sizing: border-box;
}
.qaa_research_input:disabled{
  display: none;
}

.qaa_research_end{
  display: none;
  position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; color: #f48d47; font-weight: bold; background: #fff;
  align-items: center; justify-content: center;
}
.qaa_research_end.send{
  display: flex;
}


