@charset "UTF-8";

/*
メインカラー
#7CAF50

*/
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}
figure {
  margin: 0;
  padding: 0;
}
/* page styles
=================================================================== */
.his {
  padding: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.h01 {
  border-color: #7caf50;
}
/*さらなる価値創出のために、一緒に悩みを解決します！
---------------------------------------------------------------------------------------------------- */

.case-list {
  background: #f7f2eb;
  padding: 30px;
  margin-bottom: 60px;
  /* margin: 0 0 30px; */
  text-align: left;
  position: relative;
}
.case-dt {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.case-dt .case-icon {
  display: flex;
  color: #333;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
}
.case-dt .case-icon-label {
  font-size: 16px;
}
.case-dt .case-icon-no {
  font-size: 47px;
  line-height: 0.6;
}
.case-dt .case-title {
  margin-left: 30px;
}
.case-dt .case-title-label {
  margin: 0;
  font-size: 16px;
}
.case-dt .case-title-content {
  margin: 0;
}
.case-dd {
  display: flex;
}
.case-dd .case-dd-arrow {
  font-size: 78px;
  padding: 15px;
  color: #7caf50;
  line-height: 0.6;
}
.case-dd .case-dd-content {
  background: #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-left: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.case-dd .case-dd-content strong {
  color: #7caf50;
}
.case-dd .case-dd-content img {
  width: 150px;
  height: 105px;
  object-fit: cover;
}
.display-for-pc {
  display: block;
}
.display-for-mobile {
  display: none !important;
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
  .case-list {
    padding: 15px;
  }
  .case-dt {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  .case-dt .case-title {
    margin-top: 20px;
    margin-left: 0px;
  }
  .display-for-pc {
    display: none !important;
  }
  .display-for-mobile {
    display: block !important;
  }
  .case-dd {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-dd .case-dd-arrow {
    padding: 0px;
  }
  .case-dd .case-dd-content {
    margin-left: 0px;
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
  }
  .case-dd-content img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
}

/*スマートガーデナーのビジネスポイント
---------------------------------------------------------------------------------------------------- */
#sec02 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #sec03 {
    margin-bottom: 50px;
  }
}
