@charset "utf-8";
/*------------------------------------------------
事業内容
------------------------------------------------*/

/*========== 事業内容 ==========*/

.business-inner {
  width: 100%;
}

.business-list {
  margin: 25px auto;
}

.business-item {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.business-item-title {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 50px auto 10px;
  font-size: 1.8rem;
  background-color: #5e93eb;
  width: 150px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  order: 1;
}

.business-item-text-area {
  order: 3;
}
.business-item-text {
  line-height: 2.2;
  padding: 25px;
}

.business-item-pic {
  width: 100%;
  order: 2;
  margin: 25px 0 0;
}

.business-item-pic > img {
  width: 100%;
}

.business-item-detail-lsit {
  background-color: #b8cbeb;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.business-item-detail-lsit-title {
  margin-left: 1em;
  font-weight: 900;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.business-item-detail-lsit-title::before {
  color: #5e93eb;
  content: "■";
  display: inline-block;
  text-indent: -1em;
  line-height: 1.5;
}

.business-item-detail-item {
  margin-left: 1em;
  margin-right: 1em;
}

.business-item-detail-item::before {
  color: #5e93eb;
  content: "・";
  display: inline-block;
  text-indent: -1em;
  line-height: 1.5;
}

@media screen and (min-width:769px) {

  .business-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0;
  }

  .business-list {
    margin: 25px auto;
  }

  .business-item {
    margin-bottom: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
  }

  .business-item:not(:last-of-type) {
    border-bottom: 1px solid #333;
  }

  .business-item-title {
    margin: 0;
    width: 230px;
    height: 230px;
    font-size: 2.8rem;
  }

  .business-item-text-area {
/*    width: 490px;*/
    width: calc(100% - 680px);
    order: 2;
  }

  .business-item-text {
    padding: 0;
    font-size: 1.5rem;
  }

  .business-item-pic {
    width: 320px;
    order: 3;
  }

  .business-item-detail-lsit {
    background-color: #b8cbeb;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 25px;
  }

  .business-item-detail-lsit-title {
    margin-left: 1em;
    font-weight: 900;
    width: 100%;
    display: block;
  }
}

/*========== 主要機器のご紹介 ==========*/

.equipment-inner {
  width: 100%;
}

.equipment-list {
  margin-top: 50px;
}

.equipment-item {
  background-color: #e8e8e8;
  padding: 25px;
  margin-bottom: 20px;
}


.equipment-item-title {
  color: #5e93eb;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
}

.equipment-item-pic,
.equipment-item-pic > img {
  width: 100%;
}

.equipment-item-text {
  margin: 15px;
}


@media screen and (min-width:769px) {

  .equipment-inner {
    max-width: 1050px;
    margin: 50px auto;
  }

  .equipment-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .equipment-item {
    padding: 40px 50px;
    width: 500px;
    border: 1px solid #d2d2d2;
    margin-bottom: 50px;
  }
  .equipment-item-text {
    margin: 25px 0;
    line-height: 2;
  }

}
