*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  text-align: center;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
    background-color: #fff;
}
table th {
  background-color: #ad7e4e;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 480px) {
  table {
   border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

.list_box {
  clear:both;
  overflow:hidden;
  margin-bottom:50px;
}

/** ショッピングの流れ　2019/01/11 **/
.list_img {
    float: left;
    clear:left;
    margin-right: 20px;
    width:300px;
  text-align:center;
}
.list_img img {
  margin:0 auto;
}

.list_text h4{
  margin-top:0;
}
/** ショッピングの流れここまで **/
  