@charset "utf-8";

/*------------------------------------------------------------
	home_common.css
------------------------------------------------------------*/

.fs {
  font-size: small;
}

.mb45{
  margin-bottom: 45px !important;
}

iframe {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
}

dl.horizontal {
  clear: both;
}

dl.horizontal dt {
  float: left;
  width: 20%;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
}

dl.horizontal dd {
  width: auto;
  margin-left: 20%;
  padding: 5px 5px 5px 10px;
}

caption{
  text-align: left;
  font-weight: 900;
}

    
@media all and (max-width: 896px) {
  dl.horizontal dt {
    width: 100%;
    float: none;
  }
  
  dl.horizontal dd {
    margin-left: 0;
  }
}