@charset "utf-8";

/*----------------------------------------------------
  メインコンテンツ
----------------------------------------------------*/
/* 料金表 */
.main-b-frame {
  width: 100%;
}
.charge-table{
  margin-top: 14px;
  width: 100%;
  font-size: 13px;
}
.charge-table th,
.charge-table td{
  border: 1px solid #C0C0C0;
  padding: 0.2em 0.3em;
  vertical-align: middle;
}
.charge-table td:first-child{
  width: 250px;
  min-width: 250px;
}
.charge-table td:nth-of-type(2){
  width: 100px;
  min-width: 100px;
}
.charge-table td:nth-of-type(2),
.charge-table td:nth-of-type(3){
  text-align: right;
}
.charge-table .c-pattern-text{
  text-align: right;
}
.charge-table th{
  background: #e6e6e6;
  font-weight: normal;
}
@media screen and (max-width: 767.98px) {
  .table-scroll-box{
    width: 100%;
    overflow-x: scroll;
    white-space:nowrap;
  }
}
