@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  大広産業機械株式会社
 *  top
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/

/* ---------------------------------------------------------------------------
//  index
--------------------------------------------------------------------------- */
.top-bg {
  background: url(../img/top-bg.jpg) center center / cover no-repeat #000;
  height: 660px;
}
.top-image {
  background: url(../img/top-image.png) center top no-repeat;
  height: 660px;
  width: 980px;
  margin: 0 auto;
}
.top-image h1 {
  margin-top: 100px;
}

.policy {
  background: #1A1A1A;
}
.policy .inner {
  position: relative;
  padding-top: 80px;
}
.policy .inner h2 {
  position: absolute;
  top: -20px;
}

.policy dl dt {
  width: 420px;
  float: left;
  clear: left;
}

.policy dl dd {
  padding: 0 0 80px 440px;
  font-size: 16px;
  line-height: 1.9;
  color: #FFF;
}

span.sml { font-size: 12px; }
