@charset "UTF-8";
.pr_baseprice h3 {
  margin-bottom: 20px;
}
.pr_baseprice .pr_baseprice_lead {
  padding-bottom: 80px;
}
.pr_pricetable_table th {
  background-color: #F2F2F2;
}
.pr_pricetable_table td.bl_table_wHg {
  width: 20.96%;
}
.pr_pricetable_table td.bl_table_wHgw {
  width: 41.80%;
}
.pr_pricetable_table td.bl_table_wLg {
  width: 19.90%;
}
.pr_pricetable_table td.bl_table_wMd {
  width: 18.73%;
}
.pr_pricetable_table td.bl_table_wSm {
  width: 17.56%;
}

.pr_pricetable_table td.bl_table_wMids {
  width: 17.98%;
}
.pr_pricetable_table td.bl_table_wSms {
  width: 21.46%;
}
.pr_pricetable_ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: none;
}
/*
.pr_pricetable_table th.bl_table_wLerge {
  width: 37.05%;
}
.pr_pricetable_table th.bl_table_wMid {
  width: 20.38%;
}
.pr_pricetable_table th.bl_table_wSm {
  width: 10.79%;
}
.pr_pricetable_table td.bl_table_wMids {
  width: 17.98%;
}
.pr_pricetable_table td.bl_table_wSms {
  width: 21.46%;
}
*/
/*
.pr_pricetable_table.pr_pricetable_table__w600 .bl_table_wrap {
  max-width: 656px;
}
.pr_pricetable_table.pr_pricetable_table__w600 th.bl_table_wLerge {
  width: 47.1%;
}
.pr_pricetable_table.pr_pricetable_table__w600 th.bl_table_wMid {
  width: 25.91%;
}
*/
.pr_pricetable_table.bl_tableBox__sizeSm th.bl_table_wLerge {
  width: 47.1%;
}
.pr_pricetable_table.bl_tableBox__sizeSm th.bl_table_wMid {
  width: 25.91%;
}

@media screen and (max-width: 768px) {
  .pr_baseprice .el_lv3Heading {
    font-size: 2.6rem;
  }
  .pr_baseprice .pr_baseprice_lead {
    padding-bottom: 50px;
  }
  .pr_pricetable_table .bl_table {
    min-width: 834px;
  }
  /*
  .pr_pricetable_table.pr_pricetable_table__w600 .bl_table {
    min-width: 656px;
  }
  .pr_pricetable_table.pr_pricetable_table__w600 .bl_table_wrap {
    max-width: none;
  }
  */
  .pr_pricetable_table.bl_tableBox__sizeSm .bl_table {
    min-width: 656px;
  }
}