@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", sans-serif;
}

h1,
h3 {
  text-align: center;
}

table {
  border: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
}

td,
th {
  text-align: left;
  font-weight: bold;
}

body {
  padding: 3rem 1rem;
}

.table01 {
  max-width: 750px;
  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: #c1994d;
  color: #fff;
}
.table01 thead th {
  text-align: center;
}
.table01 tbody tr {
  border-bottom: 1px solid #fff;
  background-color: #f1e2be;
}
.table01 tbody tr:last-child {
  border: none;
}
.table01 tbody th {
  width: 45%;
}
.table01 tbody .price {
  width: 20%;
  text-align: right;
}