@charset "utf-8";
/* CSS Document */
.mclear {
  display: none;
}
.pcclear {
  display: block;
  width: 100%;
}
.show-pc {
  display: inline-block;
}
.show-m {
  display: none;
}
@media all and (max-width: 1700px) {
  /*1680 * 1050*/
}
@media all and (max-width: 1460px) {
  /*1440 * 900*/
}
@media all and (max-width: 1440px) {
  /*1366*/
}
@media all and (max-width: 1300px) {
  /*1280 * 800*/
}
@media all and (max-width: 1260px) {
  /*1260*/
}
@media all and (max-width: 1200px) {
  /*1200*/
}
@media all and (max-width: 1100px) {
  /*1024 * 768 */
}
@media all and (max-width: 980px) {
  .mclear {
    display: block !important;
    width: 100%;
  }
  .pcclear {
    display: none;
  }
  .mw-100 {
    width: 100% !important;
  }
  .show-m {
    display: inline-block;
  }
  .show-pc {
    display: none;
  }
  .hzhb .banner .package .title .p1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
  .hzhb .banner .package .title .p2 {
    text-align: center;
    font-size: 1.4rem;
  }
  .hzhb .listLi ul li {
    font-size: 1.6rem;
  }
  .hzhb .listLi ul li a {
    height: 132px;
  }
  .hzhb-section .paiban .odd .left-wrap .title {
    border-bottom: #cd5e29 solid 1px;
    display: inline-block;
  }
  .hzhb-section .paiban .odd .left-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hzhb-section .paiban .odd .left-text .content ul li {
    width: 100%;
  }
  .hzhb-section .paiban .odd .left-text .content .wrapBtn .a2 {
    margin: auto !important;
  }
  .hzhb-section .paiban .odd .left-text .content .wrapBtn .btna {
    width: 60%;
  }
  .hzhb-section .paiban .odd .right-text .wrapBtn {
    margin: 20px 0;
  }
  .hzhb-section .paiban .odd .right-text .wrapBtn .btna {
    width: 60%;
  }
  .hzhb-section .paiban .odd .right-text img {
    max-width: 100%;
  }
  .hzhb-section .paiban .formDiv {
    padding: 40px 0;
  }
  .hzhb-section .paiban .formDiv .rightInput {
    width: 96%;
  }
  .hzhb-section .paiban .formDiv .rightInput .checkbox_title {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 auto 3rem auto;
    width: 100%;
  }
  .hzhb-section .paiban .formDiv .rightInput .checkbox ul {
    width: 100%;
  }
  .hzhb-section .paiban .formDiv .rightInput .checkbox ul li {
    border: none !important;
    width: 33%;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=media-add.css.map */