@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 p {
    border-left: 1px solid #0065bd;
    padding: 8px 10px;
    text-align: left;
  }
}



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