@charset "UTF-8";
/* CSS Document */
/**********実績**********/
.other_wrapper .result_cnt {
  margin-bottom: 90px;
}
.other_wrapper .result_cnt h3 {
  width: 100%;
  padding: 1% 0 1% 3%;
  margin-bottom: 4%;
  box-sizing: border-box;
  background: #FFF;
  color: #000;
}
.other_wrapper .result_cnt .photo_copy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other_wrapper .result_cnt .photo_copy .photo {
  display: inline-block;
}
.other_wrapper .result_cnt .photo_copy .copy {
  width: 700px;
}
@media screen and (max-width : 768px) {
  .other_wrapper .result_cnt {
    margin-bottom: 8%;
  }
  .other_wrapper .result_cnt h3 {
    font-size: 14px;
    margin-bottom: 5%;
  }
  .other_wrapper .result_cnt .photo_copy {
    width: 100%;
    display: block;
  }
  .other_wrapper .result_cnt .photo_copy .photo {
    width: 100%;
    margin-bottom: 2%;
  }
  .other_wrapper .result_cnt .photo_copy .photo img {
    width: 100%;
  }
  .other_wrapper .result_cnt .photo_copy .copy {
    width: 100%;
  }
}