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

/* ---------------------------------------------------------------------------
//  common
--------------------------------------------------------------------------- */
header {
  background: #000;
}
.pagetitle {
  background: #E8E8E8;
  padding: 35px 0;
  margin-bottom: 60px;
}
.pagetitle h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.pagetitle h1 span {
  display: block;
  font-family: "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

ul.thumb2 li {
  display: inline-block;
  width: 482px;
  vertical-align: top;
  margin: 0 16px 30px 0;
}

ul.thumb3 li {
  display: inline-block;
  width: 316px;
  vertical-align: top;
  margin: 0 16px 30px 0;
}

ul.thumb4 li {
  display: inline-block;
  width: 236px;
  vertical-align: top;
  margin: 0 12px 30px 0;
}
ul.thumb2 li:nth-child(2n),
ul.thumb3 li:nth-child(3n),
ul.thumb4 li:nth-child(4n) { margin-right: 0; }

ul.thumb2,
ul.thumb3,
ul.thumb4 {
  margin-top: 20px;
}
ul.thumb2 li p,
ul.thumb3 li p,
ul.thumb4 li p {
  border-left: 3px solid #808080;
  line-height: 1.2;
  font-size: 13px;
  margin-top: 8px;
  padding-left: 5px;
}

section.gray { background: #222; color: #FFF; }
.mb0 { margin-bottom: 0; }

/* --------------------------------------------------------------------------- */


.company-image {
  background: url(../img/company-image.jpg) center center / cover no-repeat;
  height: 330px;
}

.company-item {
  margin-bottom: 80px;
}
.company-item h2 {
  border-top: 4px solid #000;
  font-size: 28px;
  color: #000;
  font-weight: normal;
  text-align: center;
  width: 210px;
  float: left;
}
.company-item .main {
  margin-left: 260px;
  border-top: 4px solid #A5A5A5;
  padding-top: 10px;
}
.company-item .main dl dt {
  color: #EA8500;
  width: 180px;
  float: left;
}
.company-item .main dl dd {
  padding: 0 0 10px 180px;
  border-bottom: 1px dotted #8B8B8B;
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------------- */

.business-image {
  background: url(../img/business-image.jpg) center center / cover no-repeat;
  height: 330px;
}

.business-item {
  margin-bottom: 80px;
}
.business-item h2 {
  display: block;
  border-bottom: 4px solid #E8E8E8;
  font-size: 28px;
  color: #000;
  font-weight: normal;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.business-item h2 span {
  border-bottom: 4px solid #5AA2E8;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.product-bnr {
  display: block;
  background: url(../img/product-bnr.jpg) left top no-repeat;
  width: 600px;
  height: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin: 20px auto 0;
}

.process-item {
  background: url(../img/process-bg.png) center bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.process-item:first-child { padding-top: 60px; }
.process-item:last-child { background: none; padding-bottom: 60px; margin-bottom: 0; }

/* --------------------------------------------------------------------------- */

.product-image {
  background: url(../img/product-image.jpg) center center / cover no-repeat;
  height: 330px;
}

.product-item {
  margin-bottom: 80px;
}
.product-item h2 {
  display: block;
  border-bottom: 4px solid #E8E8E8;
  font-size: 28px;
  color: #000;
  font-weight: normal;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.product-item h2 span {
  border-bottom: 4px solid #FDCF56;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.product-nav {
  margin-bottom: 60px;
}
.product-nav ul li {
  display: inline-block;
  width: calc(20% - 1px);
  vertical-align: top;
  border-right: 1px solid #FFF;
}
.product-nav ul li:last-child {
  width: 20%;
  border-right: none;
}
.product-nav ul li a {
  display: block;
  height: 160px;
  text-align: center;
  color: #FFF;
  padding-top: 65px;
  box-sizing: border-box;
}
.product-nav ul li:nth-child(1) a { background: url(../img/product-nav01.jpg) center center / cover no-repeat; }
.product-nav ul li:nth-child(2) a { background: url(../img/product-nav02.jpg) center center / cover no-repeat; }
.product-nav ul li:nth-child(3) a { background: url(../img/product-nav03.jpg) center center / cover no-repeat; }
.product-nav ul li:nth-child(4) a { background: url(../img/product-nav04.jpg) center center / cover no-repeat; }
.product-nav ul li:nth-child(5) a { background: url(../img/product-nav05.jpg) center center / cover no-repeat; }

.product-nav ul li a span {
  border-bottom: 3px solid #FDCF56;
}
/* --------------------------------------------------------------------------- */

.access-image {
  background: url(../img/access-image.jpg) center center / cover no-repeat;
  height: 330px;
}

.access-item {
  margin-bottom: 100px;
}
.access-item h2 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
.access-item .txt {
  float: left;
  width: 320px;
}
.access-item .txt .line {
  border-left: 4px solid #000;
  padding-left: 10px;
  margin-bottom: 20px;
}
.access-item .map {
  padding-left: 10px;
  float: right;
  width: 620px;
  height: 400px;
}
.access-item p.add {
  font-size: 13px;
}
.access-item p.telfax {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.access-item p.telfax span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}




