@charset "UTF-8";

.plan__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin: 0 auto;
}

.plan__table tr {
}

.plan__table th {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 20%;
  max-width: 200px;
  padding: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background: #4caccf;
  color: #fff;
}

.plan__table td {
  font-size: 13px;
  text-align: left;
  width: 80%;
  max-width: 600px;
  padding: 20px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.plan__table tr:last-child th,
.plan__table tr:last-child td {
  border-bottom: none;
}
