.red {
    color:#ff4500;
}
.frame {
 width: 80%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.frame-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 3px;
}
.frame-red {
 border-color: #ff4500;
}
.table01 {
  max-width: 800px;
  margin: 0 auto;
}
.table01 th,
.table01 td {
  padding: 1rem;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.table01 th:last-child,
.table01 td:last-child {
  border-right: 0;
}
.table01 thead tr {
  background-color: #4a69b8;
  color: #fff;
}
.table01 thead th {
  text-align: center;
}
.table01 tbody tr {
  border-bottom: 1px solid #fff;
  background-color: #f1f3f8;
}
.table01 tbody tr:last-child {
  border: none;
}
.table01 tbody th {
  width: 25%;
}
.table01 tbody .price {
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table01 {
    max-width: 420px;
    width: 100%;
  }
  .table01 thead {
    display: none;
  }
  .table01 tbody tr {
    display: block;
    margin-bottom: 1rem;
  }
  .table01 tbody th {
    background-color: #4a69b8;
    color: #fff;
    display: block;
    border-right: none;
    text-align: center;
  }
  .table01 tbody td {
    border-bottom: 1px solid #fff;
    display: block;
    text-align: right;
    position: relative;
    border-right: none;
  }
  .table01 tbody td::before {
    font-size: 0.8rem;
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 1rem;
  }
  .table01 td:last-child {
    border-bottom: 0;
  }
  .table01 tbody th,
  .table01 tbody .price {
    width: 100%;
  }
  .table01 .text {
    font-size: 0.7rem;
  }
}
