@charset "UTF-8";
/* CSS Document */
.price h3{
  font-size: 20px;
  text-align: left;
  color: #0C2F54;
  font-weight: bold;
    background-color: #D9FDD1;
  padding: 5px 0 0 20px;
}
.price h2{
  margin-top: 60px;

  
}
  .price-list {
        width: 100%;
    }
    .price-list .table-title th {
        text-align: center;
        font-weight: 700;
        background-color: #0C2F54;
        color: #fff;
        vertical-align: middle;
        white-space: nowrap;
    }
  .price-list .table-data td {
        text-align: right;
        width: 15%;
        padding: 10px 5px;
        box-sizing: border-box;
        white-space: nowrap;
    }
.table-notion{
  text-align: right;
    font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width:644px) {
    .price-list {
        font-size: 14px;
    }

  .price-list .table-data th {
        padding: 10px 5px;
        box-sizing: border-box;
    }
  .price-list .table-data td {
        text-align: right;
        width: 20%;
        padding: 10px 5px;
        box-sizing: border-box;
        white-space: nowrap;
    }
  .table-notion{
  text-align: left;
}
}