
.detail_module_3 .graphic {
  max-width: 1160px;
  margin: 0 auto;
}

.detail_module_3 .graphic::after {
  content: "";
  display: block;
  clear: both;
}

.detail_module_3 .graphic .img_park {
  width: 46.035%;
  float: left;
}

.detail_module_3 .graphic .img_park img {
  max-width: 100%;
  height: auto;
  display: block;
}

.detail_module_3 .graphic .text_park {
  width: 50%;
  margin-top: 20px;
  float: right;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

.detail_module_3 .graphic .text_park .text_title {
  font-size: 14px;
  line-height: 1.5;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .detail_module_3 .graphic .img_park {
    width: 100%;
    float: none;
  }

  .detail_module_3 .graphic .text_park {
    width: 100%;
    margin-top: 12px;
    float: none;
  }

  .detail_module_3 .graphic .text_park .text_title {
    font-size: 14px;
    line-height: 1.5;
  }
}
