#mainv {
  position: relative;
  min-width: 1000px;
  background: url("../../img/business-mainv.png") no-repeat center;
  background-size: cover;
  width: 100%
}

#mainv .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  min-height: 300px;
  height: 300px;
}

#mainv .title {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* color: #333 */
}

#mainv .title:before {
  /* background: #333 */
}

#mainv:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/dot.gif") repeat 0 0;
  z-index: 1
}

._contents-block {
  padding: 40px 0
}

._heading-var1 {
  /* color: #333 */
}

.contents {
  width: 1000px;
  margin: 0px auto 60px
}

.contents .feature-box {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 60px
}

.contents .feature-box dl {
  float: left;
  display: block;
  width: 470px;
  margin: 0 auto;
  box-sizing: border-box
}

.contents .feature-box dl dt {
  font-weight: bold;
  background: #1468A6;
  color: #FFF;
  font-size: 2rem;
  padding: 5px 10px 5px 30px;
  position: relative
}

.contents .feature-box dl dt:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #FFF;
  left: 15px;
  top: 11px
}

.contents .feature-box dl dd {
  border: 1px solid #1468A6;
  padding: 15px;
  min-height: 235px
}

.contents .feature-box dl dd img {
  border: 1px solid #e0dede;
  box-sizing: border-box;
  margin: 10px auto
}

.contents .feature-box dl.box2 {
  margin-left: 60px
}

.business-banner-wrap {
  margin: 80px auto 120px;
  width: 1000px;
}
.business-banner-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.business-banner-wrap a img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .business-banner-wrap a:hover {
    opacity: 0.7;
  }
  .contents .feature-box dl.box-adjust01 dd{
    min-height: 322px;
  }
  .contents .feature-box dl.box-adjust02 dd{
    min-height: 255px;
  }
  .contents .feature-box dl.box-adjust03 dd{
    min-height: 344px;
  }
}

@media screen and (max-width: 768px) {
  .business-banner-wrap {
    margin: 0 auto 45px;
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  #mainv {
    min-width: auto;
    margin-top: 55px;
    background-size: auto
  }
  #mainv .inner {
    width: 90%
  }
  .contents {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
  }
  .contents .feature-box {
    width: auto;
    float: none;
    margin-bottom: 0px
  }
  .contents .feature-box dl {
    margin-top: 0px;
    float: none;
    width: auto;
    margin-bottom: 40px
  }
  .contents .feature-box dl.box2 {
    margin-left: 0px
  }
  .contents .feature-box dl dd {
    min-height: auto
  }
  .contents .feature-box dl dd img {
    width: 100%
  }
}