@charset "UTF-8";

.price_table .kaku {
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  .price_table_row .price_table_item.narrow {
    width: 34vw;
  }
  .price_table_row .price_table_hinban.wide {
    width: 54vw;
    right: -1.5vw;
    position: relative;
  }


}

@media print, screen and (min-width: 769px) {
  .fit_box-panel-text p {
    width: 400px;
  }
  .fit_box-panel .fit_box-notes {
        margin-top: 5px;
    }
}