@charset "UTF-8";
.fwB {
  font-weight: bold;
}
.plan__table {
  margin: 10px 0 30px;
}
.plan__table table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  color: #333;
  border-collapse: collapse;
}
.plan__table table th, .plan__table table td {
  padding: 1em .5em;
  border: solid 1px #aeb6bf;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.plan__table table thead th {
  font-size: 18px;
}
.plan__table table thead th:nth-child(1) {
  background: #f3f5f7;
}
.plan__table table th {
  background: #f3f5f7;
  font-size: 14px;
}
.plan__table table tbody td small {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .plan__table {
    width: 100%;
    overflow-x: scroll;
  }
  .plan__table table {
    width: auto;
  }
  .plan__table table th, .plan__table table td {
    padding: .5em .2em;
    font-size: 12px;
    white-space: nowrap;
  }
  .plan__table table thead th {
    font-size: 13px;
  }
  .plan__table table tbody th {
    font-size: 12px;
    line-height: 1.3;
  }
}
.zen {
  color: #e95377 !important;
}

.han {
  color: #095eb3 !important;
}