@charset "UTF-8";
.subpage article .page_links li {
  width: 33.333%;
}

th[rowspan="2"] {
  width: 300px !important;
}

th[rowspan="2"] small {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.tbl-txt{
  text-align: right;
}

@media screen and (max-width: 740px) {
  .subpage article .page_links li {
    width: 100%;
  }
  .subpage .table_type01 tbody tr th[rowspan="2"] {
    width: 100% !important;
    background: #f5f6f8 !important;
  }
  .subpage .table_type01 tbody tr th[rowspan="2"] small {
    display: inline;
    font-size: 1rem;
    line-height: 1;
    margin-left: 1em;
  }
  .subpage .table_type01 tbody tr th.indent {
    background: #fff !important;
    border-left: #f5f6f8 solid 3px !important;
    border-right: #f5f6f8 solid 3px !important;
  }
  .subpage .table_type01 tbody tr th.indent + td.price {
    border-left: #f5f6f8 solid 3px !important;
    border-right: #f5f6f8 solid 3px !important;
    border-bottom: #f5f6f8 solid 3px !important;
    border-top: 0;
  }
  .subpage .table_type01 tbody tr th.indent + td.price.bottom {
    margin-bottom: 10px;
  }
  .subpage .title {
    background-position: left center;
  }
  .price:after {
    content: "（税込）";
    font-size: 1rem;
  }
}
