@charset "utf-8";

/*------------------------------------------------------------
	home_about_jna_sdgs.css
------------------------------------------------------------*/

    dl.horizontalsdgs {
      width: 100%;
      margin-bottom: 30px;
      overflow: hidden;
    }
    dl.horizontalsdgs dt {
      float: right;
      width: 155px;
      padding: 0 5px;
      clear: both;
    }
    dl.horizontalsdgs dt img {
    }
    dl.horizontalsdgs dd {
      width: auto;
      height: 70px;
      padding: 0 0 0 10px;
    }
    
@media all and (max-width: 896px) {
  dl.horizontalsdgs dt,dl.horizontalsdgs dd {
    float: none;
  }
  dl.horizontalsdgs dt{
    width: 100%;
    text-align: center;
  }
}