@charset "utf-8";

/*------------------------------------------------------------
	practice_nursing_now.css
------------------------------------------------------------*/


dl.horizontal125 {
  clear: both;
}

dl.horizontal125 dt {
  float: left;
  width: 20%;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}

dl.horizontal125 dd {
  width: auto;
  margin-left: 20%;
  padding: 5px 5px 5px 10px;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media all and (max-width: 896px) {
  
  dl.horizontal125 dt {
    width: 100%;
    float: none;
  }
  
  dl.horizontal125 dd {
    margin-left: 0;
  }
  
}