@charset "utf-8";

.vod-area {
  background-color: #e9e9ea;
}

/*-------------------------------------------------
　ご利用料金
-------------------------------------------------*/
table.tbl-plan {
  max-width: 100%;
  margin: 0 auto;
}
table.tbl-plan tr {
  border-bottom: 1px solid #ddd;
}
table.tbl-plan th,
table.tbl-plan td {
  vertical-align: middle;
}
table.tbl-plan th {
  background-color: #f0f0f0;
  text-align: center;
}
table.tbl-plan th:last-child {
  width: 250px;
}
table.tbl-plan td:last-child {
  text-align: center;
}
.plan-name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #595757;
}
.plan-name + p {
  font-size: 1.4rem;
}
table.tbl-plan .td-price {
  font-weight: bold;
  font-size: 2rem;
}
.price {
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  table.tbl-plan {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-name {
    font-size: 1.8rem;
  }
  .plan-name + p {
    font-size: 1.2rem;
  }
  table.tbl-plan .td-price {
    font-size: 1.6rem;
  }

}
@media screen and (max-width: 575px) {
  table.tbl-plan .td-price {
    font-size: 1.4rem;
  }
  table.tbl-plan th:last-child {
    width: 125px;
  }
  
}