@charset "UTF-8";
/*---導入事例----------------------------------------------------------*/

.his {
  padding: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.case {
  display: flex;
  outline: #7bb04a solid 1px;
  padding: 6px 6px;
  margin: 16px 4px;
}

.case1-pic {
  max-width: 350px;
  /* height: auto; */
}
.case2-pic {
  max-width: 350px;
}
.case3-pic {
  max-width: 350px;
}
.case-title {
  font-size: 20px;
  text-align: left;
  padding: 8px;
  font-weight: bold;
  color: #7bb04a;
}
.case-customer-name {
  text-align: left;
  padding: 8px 8px 0 8px;
  margin-right: 0px;
  justify-content: flex-end;
}
.case-detail-link {
  text-align: right;
}

.case-detail-link-color {
  color: #000;
  text-decoration: none;
}
.case-discriptions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-discription {
  justify-content: flex-start;
}

#results {
  margin-top: 60px;
}
#results h2 {
  border-bottom: 1px solid black;
}

.results-lead {
  font-size: 18px;
  font-weight: bold;
}
#places {
  text-align: left;
  margin-bottom: 16px;
}

#places h3 {
  margin-bottom: 6px;
}
#places p {
  margin-top: 6px;
}
.places-title {
  color: #7bb04a;
  align-items: left;
  text-align: left;
  font-weight: bold;
}
.places-text {
  margin: 6px 0 18px 0;
}

#crops h3 {
  margin-bottom: 6px;
}

#crops p {
  margin-top: 6px;
}

#crops {
  text-align: left;
}
.crops-title {
  color: #7bb04a;
  align-items: left;
  text-align: left;
  font-weight: bold;
}
.crops-text {
  margin: 6px 0 18px 0;
}

#otherresults {
  text-align: left;
}
#otherresults p {
  margin-top: 6px;
}
#otherresults h3 {
  margin-bottom: 6px;
}
.otherresults-title {
  color: #7bb04a;
  align-items: left;
  text-align: left;
  font-weight: bold;
}
.otherresults-text {
  margin: 6px 0 18px 0;
}
@media screen and (max-width: 768px) {
  #results h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 621px) {
  .page-description {
    font-size: 14px;
  }
  .case {
    flex-direction: column;
    margin: 6px;
    padding: 0;
  }
  .case-pic {
    max-width: initial;
    /* width: 100%; */
    width: auto;
    height: 200px;
    object-fit: cover;
  }
  .case-title {
    padding: 8px 8px 0 8px;
    font-size: 16px;
  }
  .case-customer-name {
    padding: 6px 8px 0 8px;
    font-size: 12.8px;
  }
  .case-detail-link {
    margin: 0;
    padding: 4px 8px 0 0;
  }
  .case1 {
    margin-bottom: 16px;
  }
  .case2 {
    margin-bottom: 16px;
  }
  #results {
    margin: 24px 0;
  }
}
@media screen and (max-width: 440px) {
  .case-pic {
    /* max-width: initial;
    width: 100%; */
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
}
.places-title {
  color: #7bb04a;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .case {
    outline: #7bb04a solid 1px;
    padding: 6px 6px;
    margin: 16px 4px;
    display: inline-block;
    /* overflow: auto; */
    position: relative;
  }
  .case-pic {
    float: left;
  }
  .case1-title {
    float: left;
  }
  .case3-title {
    float: left;
  }
  .case-customer-name {
    float: left;
  }
  .case-detail-link {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

/*---お問い合わせ----------------------------------------------------------*/
#inq {
  margin-top: 60px;
  padding-bottom: 16px;
}

@media screen and (max-width: 560px) {
  #inq {
    margin: 30px 0;
  }
}
