@media screen and (max-width: 750px) {
  .page-business .page-header .page-header-child {
    line-height: 1.3;
  }
}
.page-business .warning {
  padding: 50px 55px;
  border: 1px solid #c4003a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .page-business .warning {
    display: block;
    padding: 15px;
  }
}
.page-business .warning .point {
  width: 230px;
  font-size: 3.3rem;
  color: #c4003a;
  padding-left: 60px;
  position: relative;
  line-height: 40px;
  border-right: 1px solid #c4003a;
}
@media screen and (max-width: 750px) {
  .page-business .warning .point {
    padding-left: 50px;
    width: 100%;
    font-size: 1.7rem;
    border-bottom: 1px solid #c4003a;
    border-right: 0;
    margin-bottom: 15px;
  }
}
.page-business .warning .point:before {
  content: "!";
  font-size: 2.7rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c4003a;
}
.page-business .warning p {
  width: calc(100% - 230px);
  padding-left: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .page-business .warning p {
    width: 100%;
    padding-left: 0;
    font-size: 1.5rem;
  }
}
.page-business .inputTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background-color: #9b9d9f;
  margin: 45px 0 10px;
}
@media screen and (max-width: 750px) {
  .page-business .inputTitle {
    margin: 30px 0 8px;
  }
}
.page-business .inputTitle label {
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .inputTitle label {
    padding-left: 30px;
  }
}
.page-business .inputTitle label .span {
  font-size: 2.4rem;
  color: #fff !important;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page-business .inputTitle label .span {
    font-size: 1.8rem;
  }
}
.page-business .chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  position: relative;
  min-height: 28px;
  line-height: 1;
  font-size: 1.5rem;
}
.page-business .chk .input {
  display: none;
  pointer-events: none;
}
.page-business .chk .input.checked + .span {
  color: 333;
}
.page-business .chk .input.checked + .span:after {
  visibility: visible;
}
.page-business .chk > .span {
  display: inline-block;
  color: #000;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.5;
  cursor: text;
}
.page-business .chk > .span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  background-color: #FFF;
}
.page-business .chk > .span:after {
  content: " ";
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 27px;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  background-image: url(/business/rent/transport/img/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .page-business .chk > .span:after {
    background-image: url(/business/rent/transport/img/check_sp.png);
  }
}
.page-business .table {
  border: 1px solid #9b9d9f;
}
.page-business .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-business .table .tr .th {
  min-height: 60px;
  font-size: 1.6rem;
  color: #222;
  text-align: center;
  background-color: #f2f3f6;
  border-bottom: 1px solid #d2d3d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-business .table .tr .th .super-small {
  display: none;
}
@media screen and (max-width: 320px) {
  .page-business .table .tr .th .super-small {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .th {
    font-size: 1.4rem;
  }
}
.page-business .table .tr .th:first-child {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .th:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .th:first-child {
    width: 45px;
  }
}
.page-business .table .tr .th:nth-child(2), .page-business .table .tr .th:nth-child(3) {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .th:nth-child(2), .page-business .table .tr .th:nth-child(3) {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .th:nth-child(2), .page-business .table .tr .th:nth-child(3) {
    width: 75px;
  }
}
.page-business .table .tr .th:nth-child(4) {
  width: calc(100% - 140px - 500px);
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .th:nth-child(4) {
    width: calc(100% - 100px - 320px);
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .th:nth-child(4) {
    width: calc(100% - 45px - 150px);
  }
}
.page-business .table .tr .th:not(:last-child) {
  border-right: 1px solid #d2d3d4;
}
.page-business .table .tr .td {
  min-height: 60px;
  padding: 20px 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d2d3d4;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .td {
    font-size: 1.4rem;
    padding: 20px;
  }
}
.page-business .table .tr .td:not(:last-child) {
  border-right: 1px solid #d2d3d4;
}
.page-business .table .tr .td.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .td.big {
    width: 100px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .td.big {
    width: 45px;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-business .table .tr .td.big.color1 {
  background-color: #ddf1fb;
}
.page-business .table .tr .td.big.color2 {
  background-color: #cceaf9;
}
.page-business .table .tr .td.big.color3 {
  background-color: #bde4f9;
}
.page-business .table .tr .td.big.color4 {
  background-color: #d6e0f2;
}
.page-business .table .tr .td.big.color5 {
  background-color: #cdd8ed;
}
.page-business .table .tr .td.big.color6 {
  background-color: #c2cfe7;
}
.page-business .table .tr .block {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .block {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .block {
    width: calc(100% - 45px);
  }
}
.page-business .table .tr .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-business .table .tr .row .td:nth-child(1), .page-business .table .tr .row .td:nth-child(2) {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .row .td:nth-child(1), .page-business .table .tr .row .td:nth-child(2) {
    width: 160px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .row .td:nth-child(1), .page-business .table .tr .row .td:nth-child(2) {
    width: 75px;
  }
}
.page-business .table .tr .row .td:nth-child(1) .chk, .page-business .table .tr .row .td:nth-child(2) .chk {
  padding-left: 35px;
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .row .td:nth-child(1) .chk, .page-business .table .tr .row .td:nth-child(2) .chk {
    padding-left: 0;
    padding-top: 25px;
    line-height: 1.5;
  }
}
.page-business .table .tr .row .td:nth-child(1) .chk > .span:before, .page-business .table .tr .row .td:nth-child(2) .chk > .span:before {
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .row .td:nth-child(1) .chk > .span:before, .page-business .table .tr .row .td:nth-child(2) .chk > .span:before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .row .td:nth-child(1) .chk > .span:before, .page-business .table .tr .row .td:nth-child(2) .chk > .span:before {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .row .td:nth-child(1) .chk > .span:after, .page-business .table .tr .row .td:nth-child(2) .chk > .span:after {
    width: 24.5px;
    height: 19px;
    top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .row .td:nth-child(1) .chk > .span:after, .page-business .table .tr .row .td:nth-child(2) .chk > .span:after {
    top: 9px;
  }
}
.page-business .table .tr .row .td:nth-child(3) {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1024px) {
  .page-business .table .tr .row .td:nth-child(3) {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 750px) {
  .page-business .table .tr .row .td:nth-child(3) {
    width: calc(100% - 150px);
  }
}
.page-business .note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .page-business .note {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.page-business .aWrapper {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper {
    margin-top: 30px;
  }
}
.page-business .aWrapper a {
  display: inline-block;
  padding: 25px 80px 25px 50px;
  background-color: #f2f3f6;
  font-size: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 450px;
  max-width: 100%;
}
.page-business .aWrapper a.print {
  padding: 25px 80px;
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a.print {
    padding: 20px 50px;
    font-size: 1.5rem;
  }
}
.page-business .aWrapper a.print span {
  position: relative;
}
.page-business .aWrapper a.print span:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 28px;
  background: url(/business/rent/transport/img/print_icon.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a.print span:before {
    width: 20px;
    height: 19px;
    left: -35px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a {
    font-size: 1.5rem;
    padding: 20px 60px 20px 30px;
  }
}
.page-business .aWrapper a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #c4003a;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a:before {
    right: 27px;
    width: 11px;
    -webkit-transform: rotate(45deg) translate(-2px, -4px);
            transform: rotate(45deg) translate(-2px, -4px);
  }
}
.page-business .aWrapper a:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  width: 14px;
  height: 2px;
  background-color: #c4003a;
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
          transform: rotate(-45deg) translate(-4px, 4px);
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a:after {
    right: 27px;
    width: 11px;
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
}
@media print, screen and (min-width: 751px) {
  .page-business .aWrapper a:hover {
    background-color: #e2e2e2;
  }
}