@media all and (min-width: 992px) {
  #content .process_box_01 ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  #content .process_box_01 li {
    float: left;
    width: 20%;
    text-align: left;
  }
  #content .process_box_01 li img {
    min-width: 100%;
  }
  #content .process_box_01 li .inner {
    border-left: 1px solid #0065bd;
    padding: 20px 10px 10px;
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  #content .process_box_01 li {
    margin-top: 30px;
  }
  #content .process_box_01 li:first-child {
    margin-top: 0;
  }
  #content .process_box_01 h3 {
    margin-bottom: 10px;
  }
  #content .process_box_01 .modAnnotation {
    margin-top: 10px;
  }
}


/*add190918*/
.process_table img{
    max-width: initial;
    width: 100%;
}