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

.individualHeader {
  height: 95px;
}

.businessTopImg {
  background-image: url("../img/business.jpeg");
}

.allCompanyCont {
  margin: 0 100px;
  margin-top: 90px;
  line-height: 34px;
  text-align: center;
  clear: left;
}

.contOuterArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

.contOuterArea:nth-child(odd) {
	flex-direction: row-reverse;
}

#gpTransitions,
#webTransitions,
#spTransitions {
  padding-top: 120px;
  margin-top: -120px;

}

.commonBusiness {
	width: 60%;
}

.businessImg {
  width: 500px;
  height: 335px;
	display: block;
}

.buinessListTitle {
  color: #57C3EA;
  text-align: left;
  letter-spacing: 3px;
}

.businessDisp {
  margin: 30px 45px 0 0;
  text-align: left;
}

.spWeb {
  margin-left: 45px;
}

.commonButton {
  width: 243px;
  height: 60px;
  background-color: #ffffff;
  font-size: 19px;
  border: 1px solid #87CEFA;
  border-radius: 10px;
  display: block;
  margin: 40px 0 0 0;
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: bold;
  color: #67c5ff;
  outline: none;
}

.gw_button:hover {
  background-color: #67c5ff;
  color: #ffffff;
  cursor: pointer;
}

.sp_button:hover {
  background-color: #67c5ff;
  color: #ffffff;
  cursor: pointer;
}

.web_button:hover {
  background-color: #67c5ff;
  color: #ffffff;
  cursor: pointer;
}

.hideContent {
  max-width: 600px;
  width: 100%;
  border: 1px solid #c0c0c0;
  margin-top: 20px;
}

.subCont {
  text-align: left;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 20px 0 20px;
}

.subImg {
  height: 150px;
  display: inline-block;
  margin-left: 113px;
}

.subText {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  font-family: serif;
  font-weight: 400;
}

.subButton {
  width: 150px;
  height: 40px;
  background-color: #ffffff;
  font-size: 17px;
  border: 1px solid #87CEFA;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  outline: none;
}

.subButton:hover {
  color: #87CEFA;
  cursor: pointer;
}

.contText {
  height: 70px;
  text-align: center;
  font-size: 25px;
  font-family: "Goudy Bookletter 1911", sans-serif;
  font-weight: bolder;
  letter-spacing: 5px;
  color: #ffcc00;
  padding: 10px 0;
}
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {

  .allCompanyCont {
    margin: 0 25px;
  }

  .contOuterArea,
	.contOuterArea:nth-child(odd)  {
		flex-direction: column;
	}

  .businessImg {
    width: 100%;
    height: 100%;
    min-width: 270px;
    min-height: 210px;
  }

  .commonBusiness {
    width: 100%;
  }

  .buinessListTitle {
    margin-top: 30px;
    font-size: 23px;
  }

  .businessDisp {
    margin-right: 0;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    font-family: serif;
  }

  .spWeb {
    margin-left: 0;
  }

  .commonButton {
    width: 150px;
    height: 45px;
  }

  .hideContent {
    border: 1px solid #c0c0c0;
    margin-top: 20px;
  }

  .subCont {
    border-bottom: 1px solid #c0c0c0;
    padding: 0;
  }

  .subImg {
    width: 100%;
    height: 150px;
    display: inline-block;
    margin-left: 0;
  }

  .subText {
    width: 100%;
    min-width: 269px;
    margin-left: 0;
    padding: 20px 15px;
    font-size: 13px;
  }

  .subButton {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .contText {
    height: 75px;
    font-size: 18px;
    font-weight: bolder;
    padding-top: 25px;
    text-align: left;
    padding-left: 16px;
    color: #ffcc00;
  }

  .businessTopImg {
    background-image: url("../img/business_sp.png");
  }

  .pcImg {
    width: 300px;
  }

  .img-title {
    bottom: 150px !important;
  }
}
/***********************
スマホ用 end
************************/
