/*chest_pain_patient and sleep_deprivation page style*/
.research-details .container{
  /*max-width: 1024px;*/
}
.research-details .contents{
  padding:5rem;
  background-color: white;
}
.research-details .contents{
    background-color: white;
}
.research-details .no-border{
  border:none;
  border-radius: 0px;
}
.research-details .accordion-header-back-c2 {
  background-color: #24140e;
}
.research-details .accordion-text{
  color:white;
}
.research-details .subtitle{
  font-size: 1.4rem;
}
.research-details .contents01{
  padding-left:3rem;
  padding-right:3rem;
}
.research-details .contents01-border{
  border: solid #24140e;
  border-width: 0.2em;
}
/*.research-details .contents01 .export-text{
  border-left: solid #24140e;
  border-width: 0.4em;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}*/
.research-details .contents01 .contents-text{
  font-size: 1.2rem;
}
.research-details .annotation{
  margin-bottom: 0px;
  font-size: 1rem;
}
.research-details .accordion-text{
    font-size: 1.4rem;
}
.research-details .accordion-contents{
    padding-left:3rem;
    padding-right:3rem;
}
.br-sp {
  display:none;
}
@media (max-width: 480px) {
  .br-sp {
    display:block;
  }
  .research-details .contents{
    padding:0rem;
  }
  .research-details .contents01{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
  .research-details .accordion-contents{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
}