@import url("https://japanx.biz/assets/css/vendor.min.css");
@import url("https://japanx.biz/assets/css/base.css");
@import url("https://japanx.biz/assets/css/main.css");

.fs-c-mark--coolDelivery {
    background: #39bddb;
    color: #fff;
}
<!--↑この上はもともとはいっていたやつ 消さないでね↑-->

<!--成分表のページここから-->
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #f5f5f5;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
<!--成分表のページここまで-->