.sub_img { text-align : center;}
.sub_img img { width:100%; max-width:950px;}

/* tablet */
@media screen and (min-width:850px) and (max-width:1140px){
}

/* mobile */
@media screen and (max-width:850px){
}

