.main_contents{
  width:100%;
  max-width:740px;
  margin:0 auto;
}
.history_contents{
  overflow:hidden;
}
@media (max-width: 991px){
  .history_age li{
    display:block;
    margin:0 0 20px;
  }
  .left_box,
  .right_box{
    float:none;
  }
  .left_box,
  .left_subtitle img{
    width:100%;
  }
}