/* 事業情報css */
li {
  /* list-style: none; */
}

.individualHeader {
  height: 95px;
}

/* 事業画像 */
.businessListImg {
  width: 100%;
  height: 370px;
}

/* 事業画像title */
.title {
  text-align: center;
  letter-spacing: 5px;
  color: #ffffff;
  padding: 70px 0;
}

.japTitle {
  text-align: center;
  color: #808080;
  font-size: 3em;
  width: 100%;
}

.allCont {
  margin: 0 15%;
}

.overviewCont {
  display: inline-block;
}

.overviewText {
  margin-top: 25px;
}

.performanceTitle {
  margin-top: 35px;
}

.performance {
  margin-bottom: 10px;
  padding-left: 22px;
}

.performanceList {
  line-height: 25px;
}

.allOverview {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
}

.overviewImgArea {
  display: inline-block;
  vertical-align: top;
  margin-left: 125px;
}

.overviewImg {
  width: 410px;
  height: 280px;
}

.innerCont2 {
  clear: both;
  margin-top: 50px;
}

.allServiceCont {
  margin-top: 30px;
}

.serviceList {
  width: 300px;
  height: 315px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.newserviceImg {
  width: 50px;
}

.serviceIcon {
  width: 100px;
  height: 100px
}

.serviceSubTitle {
  height: 55px;
  font-size: 15px;
  font-weight: 800;
}

.serviceText {
  padding: 0 40px;
  font-size: 13px;
}

.contactArea {
  text-align: center;
}

.contactButton {
  height: 90px;
  width: 516px;
  margin: 0 0 50px 0px;
  padding: 1.3em 1em;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  background-color: #3399CC;
  letter-spacing: 3px;
  outline: none;
  cursor: pointer;
}

/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {
  .title {
    font-size: 8px;
    padding: 35px 0;
  }

  .titleImg {
    width: 160px;
  }

  .japTitle {
    font-size: 2em;
  }

  .allCont {
    margin: 0 25px;
  }

  .overviewText {
    width: 100%;
  }

 .overviewTitle{
  font-size: 15px;
 }

  .allOverview {
    display: block;
  }

  .overviewImgArea {
    margin-left: 0;
  }

  .overviewImg {
    width: 100%;
    height: 100%;
    min-width: 270px;
    min-height: 210px;
    margin-top: 12px;
  }

  .service {
    display: block;
  }

  .serviceList {
    width: 100%;
    height: 277px;
    display: block;
    text-align: center;
  }

  .contactArea {
    margin-top: 0;
  }

  .contactButton {
    width: 100%;
    height: 65px;
    font-size: 20px;
    padding: 0;
  }
}
/***********************
スマホ用 end
************************/
