@charaset utf-8;

/* ========================================================
page_business.css - 事業内容用カスタムスタイル
======================================================== */

.banner-business {
  background: url(../../../common/img/business/bg_banner_business.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.green-box {
  width: 860px;
  margin: 0 auto 120px;
  padding: 45px 0;
  border: 2px dotted #39B964;
}

.green-box ul li {
  font-size: 2.1rem;
  font-weight: bold;
  color: #484848;
  text-align: center;
  line-height: 2.2;
}

.feature {
  float: left;
  width: 480px;
  padding: 0 7rem 19rem 0;
}

.feature:nth-child(2) {
  float: right;
  padding: 0 0rem 19rem 0;
}

.feature a {
  color: #39B964;
  text-decoration: underline;
}

.business-service .float-right {
  width: 540px;
}

@media only screen and (max-width:767px) {
  .green-box {
    width: 97%;
    margin: 2rem auto 3rem;
    padding: 2rem 0;
  }

  .green-box ul li {
    font-size: 1.5rem;
  }

  .our-business .sec-tit-01,.feature,.feature:nth-child(2),.business-service .float-left,.business-service {
    float: none;
    width: 97%;
    margin: 0 auto;
    padding: 0;
  }

  .sub-tit02:before,.sub-tit03:before {
    top: 10px;
    left: -4px;
    width: 10px;
    height: 10px;
  }

  .business-service .float-left img {
    display: block;
    margin: 0 auto;
  }

  .sub-tit02,.sub-tit03 {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }

  .feature ul li:first-child,.feature ul li:last-child {
    padding: 1rem 0 0 0;
  }

  .business-service .float-right {
    width: 96%;
    margin: 0 auto;
  }

  .business-service .s-mt-60 .s-mb-60 {
    margin: 2rem 0;
  }

  .other-content .s-mt-60.s-mb-60 {
    margin: 2rem 0;
  }
}
