@media screen and (max-width: 750px) {
  .page-business .page-header .page-header-child {
    line-height: 1.3;
  }
}
.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 32px;
  position: relative;
  min-height: 28px;
  line-height: 1;
  font-size: 1.5rem;
}
.page-business .chk .input {
  display: 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: #333;
  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: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #FFF;
  border: 1px solid #231815;
}
.page-business .chk > .span:after {
  content: " ";
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 2px;
  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 .greyBox {
  background-color: #f2f3f6;
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox {
    padding: 15px;
  }
}
.page-business .greyBox h2 {
  font-size: 3.2rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox h2 {
    font-size: 1.7rem;
  }
}
.page-business .greyBox .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step {
    display: block;
  }
}
.page-business .greyBox .step li {
  color: #fff;
  height: 125px;
  line-height: 125px;
  font-size: 2rem;
  text-align: center;
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li {
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
  }
}
.page-business .greyBox .step li:not(:last-child) {
  margin-right: 7px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7px;
    padding-left: 0;
    padding-top: 20px;
  }
}
.page-business .greyBox .step li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0px;
  z-index: 1;
  border-style: solid;
  border-width: 62.5px 0 62.5px 30px;
  border-color: transparent transparent transparent #f2f3f6;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:before {
    width: 0;
    height: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: -32px;
    border: 0;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
    border-top: 25px solid #f2f3f6 !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .step li:before {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greyBox .step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -30px;
  z-index: 2;
  border-style: solid;
  border-width: 62.5px 0 62.5px 30px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:after {
    width: 0;
    height: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
  }
}
.page-business .greyBox .step li.active {
  color: #707476;
}
.page-business .greyBox .step li:first-child {
  background-color: #d1e4f1;
  padding: 0 5px 0 20px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:first-child {
    padding: 10px 0 0;
    height: 40px;
    line-height: 40px;
  }
}
.page-business .greyBox .step li:first-child:before {
  content: none;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:first-child:before {
    content: "";
  }
}
.page-business .greyBox .step li:first-child:after {
  border-color: transparent transparent transparent #d1e4f1;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:first-child:after {
    border: 0;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
    border-top: 25px solid #d1e4f1 !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .step li:first-child:after {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greyBox .step li:nth-child(2) {
  background-color: #b8d9ed;
}
.page-business .greyBox .step li:nth-child(2):after {
  border-color: transparent transparent transparent #b8d9ed;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:nth-child(2):after {
    border: 0;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
    border-top: 25px solid #b8d9ed !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .step li:nth-child(2):after {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greyBox .step li:nth-child(3) {
  background-color: #b9cdea;
}
.page-business .greyBox .step li:nth-child(3):after {
  border-color: transparent transparent transparent #b9cdea;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:nth-child(3):after {
    border: 0;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
    border-top: 25px solid #b9cdea !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .step li:nth-child(3):after {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greyBox .step li:nth-child(4) {
  background-color: #bbc1df;
}
.page-business .greyBox .step li:nth-child(4):after {
  border-color: transparent transparent transparent #bbc1df;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:nth-child(4):after {
    border: 0;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
    border-top: 25px solid #bbc1df !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .step li:nth-child(4):after {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greyBox .step li:nth-child(5) {
  background-color: #b6b0d4;
  -webkit-box-flex: 1.1;
      -ms-flex-positive: 1.1;
          flex-grow: 1.1;
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .step li:nth-child(5) {
    padding: 10px 0 0;
    height: 90px;
    line-height: 90px;
  }
}
.page-business .greyBox .step li:nth-child(5):after {
  content: none;
}
.page-business .greyBox .col2Block {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block {
    padding: 15px;
  }
}
.page-business .greyBox .col2Block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row {
    display: block;
  }
}
.page-business .greyBox .col2Block .row > div:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-business .greyBox .col2Block .row .offset {
  margin-right: 0 !important;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .nomargin {
    margin-bottom: 0 !important;
  }
}
.page-business .greyBox .col2Block .row .greyBox {
  margin-top: 35px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .greyBox {
    padding: 15px;
    display: block;
    margin-top: 20px;
  }
}
.page-business .greyBox .col2Block .row .greyBox .item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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 .greyBox .col2Block .row .greyBox .item {
    display: block;
  }
}
.page-business .greyBox .col2Block .row .greyBox .item:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .greyBox .item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-business .greyBox .col2Block .row .greyBox .item img {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block .row .greyBox .item img {
    width: 150px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .greyBox .item img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-business .greyBox .col2Block .row .greyBox .item p {
  width: calc(100% - 220px);
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block .row .greyBox .item p {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .greyBox .item p {
    width: 100%;
  }
}
.page-business .greyBox .col2Block .row .checkboxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .checkboxWrapper {
    display: block;
  }
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox {
  width: calc(50% - 20px);
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .checkboxWrapper .checkbox {
    padding: 15px;
    width: 100%;
  }
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .checkboxWrapper .checkbox:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox.color1 {
  background-color: #e4f3f5;
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox.color1 .ttl {
  color: #006cb8;
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox.color2 {
  background-color: #fdeae8;
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox.color2 .ttl {
  color: #c4003a;
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row .checkboxWrapper .checkbox .ttl {
    font-size: 17px;
  }
}
.page-business .greyBox .col2Block .row .checkboxWrapper .checkbox .chk:not(:last-child) {
  margin-bottom: 10px;
}
.page-business .greyBox .col2Block .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row2 {
    display: block;
    margin-top: 20px;
  }
}
.page-business .greyBox .col2Block .row2 .item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-business .greyBox .col2Block .row2 .item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row2 .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-business .greyBox .col2Block .row2 .item .img {
  width: 100%;
}
.page-business .greyBox .col2Block .row2 .item .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .row2 .item .ttl {
    font-size: 1.6rem;
  }
}
.page-business .greyBox .col2Block:not(:last-child) {
  margin-bottom: 30px;
}
.page-business .greyBox .col2Block .img {
  width: 43%;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .img {
    width: 100%;
    text-align: center;
  }
}
.page-business .greyBox .col2Block .img.over {
  background-color: #efefef;
  max-height: 20.5vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .img.over {
    max-height: none;
  }
}
.page-business .greyBox .col2Block .img.over img {
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  max-width: calc(100% + 40px);
  width: 140%;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block .img.over img {
    left: -10px;
    right: -10px;
    max-width: calc(100% + 20px);
    width: 120%;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .img.over img {
    left: -20px;
    right: -20px;
    max-width: calc(100% + 40px);
    width: 140%;
    position: relative;
  }
}
.page-business .greyBox .col2Block .info {
  width: calc(57% - 50px);
}
.page-business .greyBox .col2Block .info.long {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .info {
    width: 100%;
  }
  .page-business .greyBox .col2Block .info.offset {
    margin-bottom: 20px;
  }
}
.page-business .greyBox .col2Block .info .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #231815;
  position: relative;
  padding-left: 30px;
  padding: 20px;
  border-bottom: 1px solid #d2d3d4;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-top: -20px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block .info .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .info .title {
    font-size: 1.7rem;
    min-height: 65px;
  }
  .page-business .greyBox .col2Block .info .title.no-offset {
    margin-top: -10px;
  }
}
.page-business .greyBox .col2Block .info .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  height: 60px;
  width: 2px;
  background-color: #c4003a;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .info .title::before {
    top: calc(50% - 20px);
    height: 40px;
  }
}
.page-business .greyBox .col2Block .info p {
  font-size: 1.6rem;
  color: #222;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .info p {
    font-size: 1.5rem;
  }
}
.page-business .greyBox .col2Block .info p strong {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 5px;
  display: block;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .info p strong {
    font-size: 1.6rem;
  }
}
.page-business .greyBox .col2Block .info a {
  margin: 25px auto 0;
  padding: 0 70px 0 50px;
  max-width: 340px;
  display: block;
  line-height: 80px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #f2f3f6;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-business .greyBox .col2Block .info a {
    font-size: 1.5rem;
    width: 250px;
    max-width: 100%;
    line-height: 60px;
    padding: 0 50px 0 30px;
    margin-top: 15px;
  }
}
.page-business .greyBox .col2Block .info 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: 1024px) {
  .page-business .greyBox .col2Block .info a:before {
    height: 1px;
    right: 20px;
    width: 9px;
    -webkit-transform: rotate(45deg) translate(-1px, -4px);
            transform: rotate(45deg) translate(-1px, -4px);
  }
}
.page-business .greyBox .col2Block .info 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: 1024px) {
  .page-business .greyBox .col2Block .info a:after {
    height: 1px;
    right: 20px;
    width: 9px;
    -webkit-transform: rotate(-45deg) translate(-1px, 4px);
            transform: rotate(-45deg) translate(-1px, 4px);
  }
}
@media print, screen and (min-width: 751px) {
  .page-business .greyBox .col2Block .info a:hover {
    background-color: #e2e2e2;
  }
}
.page-business .greyBox .col2Block .warningBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: #f2f3f6;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .warningBox {
    display: block;
    padding: 15px;
  }
}
.page-business .greyBox .col2Block .warningBox .img {
  width: 45%;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .warningBox .img {
    width: 100%;
  }
}
.page-business .greyBox .col2Block .warningBox .info {
  width: calc(55% - 50px);
  padding: 20px 0;
}
.page-business .greyBox .col2Block .warningBox .info.long {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .warningBox .info {
    width: 100%;
    padding-bottom: 0;
  }
  .page-business .greyBox .col2Block .warningBox .info.nopadding {
    padding: 0;
  }
}
.page-business .greyBox .col2Block .warningBox .info .title {
  font-size: 2.1rem;
  color: #c4003a;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  min-height: 40px;
  border-color: #c4003a;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .warningBox .info .title {
    padding: 0 0 0 40px;
    font-size: 1.7rem;
    min-height: 30px;
    line-height: 30px;
  }
}
.page-business .greyBox .col2Block .warningBox .info .title::before {
  content: "!";
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #c4003a;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .col2Block .warningBox .info .title::before {
    width: 30px;
    height: 30px;
    font-size: 2rem;
  }
}
.page-business .greyBox .arrowNext {
  width: 480px;
  max-width: 100%;
  height: 60px;
  line-height: 65px;
  background-color: #bbc1df;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 35px auto 75px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .arrowNext {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.7rem;
    margin: 20px auto 35px;
  }
}
.page-business .greyBox .arrowNext:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 2;
  border-left: 240px solid transparent !important;
  border-right: 240px solid transparent !important;
  border-top: 40px solid #bbc1df !important;
}
@media screen and (max-width: 750px) {
  .page-business .greyBox .arrowNext:after {
    bottom: -20px;
    border-top: 20px solid #bbc1df !important;
    border-left: calc(50vw - 30px) solid transparent !important;
    border-right: calc(50vw - 30px) solid transparent !important;
  }
}
@media screen and (max-width: 750px) and (-ms-high-contrast: active), screen and (max-width: 750px) and (-ms-high-contrast: none) {
  .page-business .greyBox .arrowNext:after {
    border-left: calc(50vw - 40px) solid transparent !important;
    border-right: calc(50vw - 40px) solid transparent !important;
  }
}
.page-business .greenBox {
  border: 2px solid #46b034;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 751px) {
  .page-business .greenBox:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greenBox {
    padding: 15px;
    margin-top: 20px;
  }
}
.page-business .greenBox .info {
  width: calc(100% - 330px);
}
@media screen and (max-width: 750px) {
  .page-business .greenBox .info {
    width: calc(100% - 135px);
  }
}
.page-business .greenBox .info .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #46b034;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-business .greenBox .info .ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .page-business .greenBox .info p {
    font-size: 1.5rem;
  }
}
.page-business .greenBox .img {
  width: 250px;
  margin-left: 80px;
}
@media screen and (max-width: 750px) {
  .page-business .greenBox .img {
    width: 120px;
    margin-left: 15px;
  }
}
.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: 30px 80px 30px 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: 500px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .page-business .aWrapper a {
    width: 100%;
    font-size: 1.5rem;
    padding: 20px 60px 20px 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .page-business .aWrapper a {
    padding: 20px 40px 20px 20px;
  }
}
.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: 15px;
    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: 15px;
    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;
  }
}
.page-business .nextStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-color: #f2f3f6;
  margin: 50px 190px 0;
  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;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .page-business .nextStep {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .page-business .nextStep {
    margin: 20px 0 0;
    padding: 15px;
    font-size: 1.6rem;
  }
}
.page-business .nextStep:before {
  content: "";
  position: absolute;
  right: 40px;
  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 .nextStep:before {
    right: 15px;
  }
}
.page-business .nextStep:after {
  content: "";
  position: absolute;
  right: 40px;
  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 .nextStep:after {
    right: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .page-business .nextStep:hover {
    background-color: #e2e2e2;
  }
}
.page-business .nextStep span {
  padding: 7px 40px;
  background-color: #b8d9ed;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-right: 20px;
  line-height: 1;
}
.page-business .nextStep span.color3 {
  background-color: #b9cdea;
}
.page-business .nextStep span.color4 {
  background-color: #bbc1df;
}
.page-business .nextStep span.color5 {
  background-color: #b6b0d4;
}
@media screen and (max-width: 750px) {
  .page-business .nextStep span {
    text-align: center;
    padding: 15px;
    line-height: 1.3;
  }
}