<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-wrapper {
  position: relative;
  margin-top: -70px;
}
.no-webp .green-banner-section a .phone-icon {
  background-image: url('/sites/zweb/images/jp/desk/inquiry-catalog-phone.png');
}
.jpd-new-footer .footer-sec-wrap {
  display: none !important;
}
#block-block-3,
#block-block-4 {
  display: none !important;
}
.menu.nav,
.product-nav-links {
  display: none !important;
}
.mob-hide {
  display: block;
}
.mob-show {
  display: none;
}
/*.menu-icon-help-header {
  position: absolute;
  padding: 0 !important;
  top: 1px;
  left: 15px;
  margin: 0 !important;
}*/
#block-panels-mini-product-menu {
  height: 0;
}
#dotted-loading-spinner,
.dotted-loading-spinner {
  z-index: 1;
}
.jpd-inquiry-form {
  width: 495px;
  float: left;
  padding: 0 75px;
  padding-top: 113px;
  padding-bottom: 75px;
  background: #cff6e5;
  height: 100%;
  min-height: 100vh;
  margin-top: -72px;
}
.jpd-inquiry-form .jpd-form-header h2 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  margin-bottom: 10px;
}
.jpd-inquiry-form .success-wrapper {
  display: none;
}
.jpd-inquiry-form.success-message .main-txt,
.jpd-inquiry-form.success-message #dotted-loading-spinner,
.jpd-inquiry-form.success-message .jpd-form-wrapper,
.jpd-inquiry-form.success-message .jpd-form-header &gt; h2 {
  display: none;
}
.jpd-inquiry-form.success-message .success-wrapper {
  display: block;
}
.jpd-inquiry-form.success-message h2 {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}
.jpd-inquiry-form.success-message .success-txt {
  font-size: 15px;
  margin-top: 20px;
  display: block;
}
.jpd-form-wrapper {
  position: relative;
}
.jpd-form-wrapper .required_txt {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 10px;
}
.jpd-form-wrapper input:not([type="checkbox"]),
.jpd-form-wrapper textarea {
  width: 100%;
  height: 45px;
  padding-left: 52px;
  font-size: 13px;
  margin: 0;
  border: 1px solid #a8d9c2;
  font-family: 'Noto Sans CJK JP', sans-serif;
}
.jpd-form-wrapper textarea {
  height: 95px;
  padding-top: 12px;
  resize: none;
}
.jpd-form-wrapper .jpd-form-group {
  position: relative;
}
.jpd-form-wrapper .jpd-form-group:not(.company) {
  margin-top: 9px;
}
.jpd-form-wrapper .jpd-two-inp {
  width: 50%;
  display: inline-table;
}
.jpd-form-wrapper .jpd-right input {
  border-right: 0;
}
.jpd-form-wrapper .jpd-left input {
  border-left: 0;
  padding-left: 15px;
}
.jpd-form-wrapper .jpd-left:before {
  content: "";
  width: 1px;
  height: 35px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: 5px;
  transform: translateX(-50%);
}
.jpd-form-wrapper .jpd-checkbox {
  line-height: 20px;
  margin-top: 5px !important;
}
.jpd-form-wrapper .jpd-checkbox.explanation {
  margin-bottom: 10px;
}
.jpd-form-wrapper .jpd-checkbox label {
  font-size: 12px;
}
.jpd-form-wrapper .jpd-checkbox label.link a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.jpd-form-wrapper .jpd-checkbox label.link a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -6px;
  left: 0;
  transform: scale(1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.5s ease;
}
.jpd-form-wrapper .jpd-checkbox label.link a:hover:before {
  animation: underlineAnim 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate infinite;
}
.jpd-form-wrapper .jpd-checkbox .checkmark {
  width: 16px;
  height: 16px;
  background-position: -2px -62px;
}
.jpd-form-wrapper .jpd-checkbox input:checked ~ .checkmark {
  background-position: -22.4px -62px;
}
.jpd-form-wrapper .jpd-checkbox input.errorClass ~ .checkmark {
  background-position: -43px -2px;
}
.jpd-form-wrapper input.errorClass {
  border-style: dashed;
  border-color: #f5392f;
}
.jpd-form-wrapper span.errorClass {
  font-size: 8px;
  color: #f5392f;
  display: block;
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px;
  padding-top: 2px;
}
.jpd-form-wrapper span.errorClass:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 3px;
  background-size: 25px 198px;
  left: 0;
  background-position: -6px -132px;
  background-image: url('/sites/zweb/images/jp/desk/form-icons-desk.png');
}
.jpd-form-wrapper span.errorClass[for="Consent"] {
  margin-top: 3px;
  position: relative;
  left: -22px;
}
.jpd-form-wrapper span.errorClass[for="Consent"]:before {
  top: 6.5px;
}
.jpd-form-wrapper .jpd-btn-submit {
  color: #fff;
  background-color: #eb463d;
  border-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 53px;
  margin-top: 17px;
  font-size: 17px;
  font-weight: bold;
  padding: 11px 50px;
  -webkit-appearance: none;
}
.jpd-form-wrapper .jpd-btn-submit:hover,
.jpd-form-wrapper .jpd-btn-submit:focus,
.jpd-form-wrapper .jpd-btn-submit:active,
.jpd-form-wrapper .jpd-btn-submit.active {
  color: #fff;
  background-color: #e72318;
  border-color: rgba(0, 0, 0, 0);
}
.jpd-form-wrapper .jpd-btn-submit.disabled,
.jpd-form-wrapper .jpd-btn-submit[disabled] {
  background-color: #f59e99;
  border-color: rgba(51, 51, 51, 0);
}
.jpd-form-wrapper .jpd-btn-submit.disabled:hover,
.jpd-form-wrapper .jpd-btn-submit[disabled]:hover,
.jpd-form-wrapper .jpd-btn-submit.disabled:focus,
.jpd-form-wrapper .jpd-btn-submit[disabled]:focus,
.jpd-form-wrapper .jpd-btn-submit.disabled:active,
.jpd-form-wrapper .jpd-btn-submit[disabled]:active,
.jpd-form-wrapper .jpd-btn-submit.disabled.active,
.jpd-form-wrapper .jpd-btn-submit[disabled].active {
  background-color: #f59e99;
  border-color: rgba(51, 51, 51, 0);
}
.jpd-form-wrapper .submitted:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.6;
  background: #cff6e5;
}
.jpd-form-wrapper .spinner-border {
  top: -2px;
  position: relative;
}
.jpd-form-wrapper .form-icons:before {
  content: "";
  background-image: url("/sites/zweb/images/jp/desk/inquiry-idx-form-icon.svg");
  background-size: 150px 31px;
  display: inline-block;
  position: absolute;
  left: 16px;
}
.jpd-form-wrapper .form-icons.company:before {
  background-position: -36px -5px;
  width: 23px;
  height: 23px;
  top: 12px;
}
.jpd-form-wrapper .form-icons.last_name:before {
  background-position: -9px -5px;
  width: 23px;
  height: 23px;
  top: 12px;
}
.jpd-form-wrapper .form-icons.email:before {
  background-position: -63px -1px;
  background-size: 146px 26px;
  width: 23px;
  height: 23px;
  top: 11px;
}
.jpd-form-wrapper .form-icons.phone:before {
  background-position: -101px -4px;
  background-size: 160px 32px;
  width: 23px;
  height: 23px;
  top: 12px;
}
.jpd-form-wrapper .form-icons.description:before {
  background-position: -119px -5px;
  background-size: 150px 31px;
  width: 23px;
  height: 23px;
  top: 16px;
}
.jpd-form-wrapper .jpd-form-group.submit-btn,
.jpd-form-wrapper .jpd-form-group.consent {
  margin-top: 0;
}
.jpd-checkbox .checkmark:after {
  left: 3px;
}
.main-content-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: table;
  width: 100%;
  height: calc(100vh - 125px);
}
.main-content-right {
  display: table-cell;
  vertical-align: top;
  width: 493px;
  min-height: auto;
  margin: 0;
  padding: 0px 75px 0px;
  float: none;
  position: relative;
}
.main-content-right-inner {
  display: table;
  width: 100%;
  min-height: 527px;
  height: 100%;
}
.main-content-right-table {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.main-content-left {
  display: table-cell;
  width: calc(100% - 493px);
  vertical-align: top;
  position: relative;
  padding-top: 138px;
  overflow: hidden;
}
.page-wrapper * {
  box-sizing: border-box;
}
.main-content-left h1 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0 0 17px;
}
.main-content-left p {
  display: block;
  margin: 0 auto 8px;
  text-align: center;
  font-size: 15px;
  line-height: 2.1;
  font-weight: 500;
}
.green-banner-section {
  background: #1db06e;
  color: #fff;
  text-align: center;
}
.green-banner-inner {
  padding: 28px 20px 27px;
}
.green-banner-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.green-banner-section a .phone-icon {
  background-image: url('/sites/zweb/images/jp/desk/inquiry-catalog-phone.webp');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 6px;
}
.green-banner-section a {
  font-size: 32px;
  color: #40e2fe;
  display: inline-block;
  font-weight: 900;
  color: #ffdb47;
}
.main-content-left .book-img {
  max-width: 755px;
  position: absolute;
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: block;
}
.jpd-breadcrumb-inner {
  position: absolute;
  width: auto;
  padding: 0;
  left: 98px;
  top: 82px;
  right: 0;
}
.jpd-breadcrumb-inner .jpd-breadcrumb-container {
  padding: 0;
}
#jpd-bj-common-sec .bj-thk-msg h3 {
  margin-bottom: 10px;
  line-height: 1.6;
}
.bj-thk-msg.tc {
  margin-top: 110px;
}
@media (min-height: 810px) {
  .main-content-inner {
    height: auto;
  }
  .main-content-right {
    padding: 69px 75px 85px;
  }
}
@media (max-height: 800px) {
  .main-content-left .book-img {
    max-width: 630px;
  }
  .main-content-right {
    padding: 20px 75px 20px;
  }
}
@media (max-height: 600px) {
  .main-content-inner {
    height: auto;
  }
  .main-content-right {
    padding: 69px 75px 85px;
  }
}
@media (max-width: 1280px) {
  .main-content-left .book-img {
    max-width: 650px;
  }
}
@media (max-height: 700px) {
  .main-content-left .book-img {
    max-width: 530px;
  }
}
@media (max-width: 1199px) {
  .main-content-right {
    width: 420px;
    padding: 69px 30px 85px;
  }
  .main-content-left {
    width: calc(100% - 420px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-content-left .book-img {
    max-width: 540px;
    bottom: 50px;
  }
  .main-content-left h1 {
    font-size: 28px;
  }
  .jpd-breadcrumb-inner {
    left: 20px;
  }
  /*.menu-icon-help-header {
    left: 20px;
  }*/
  .main-content-inner {
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-content-inner {
    display: block;
  }
  .main-content-left {
    width: 100%;
    display: block;
    padding: 130px 20px 0px;
  }
  .main-content-right {
    width: 100%;
    display: block;
    padding: 30px;
  }
  .main-content-right-inner {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }
  .main-content-left .book-img {
    position: static;
    transform: none;
    display: block;
    margin: 20px auto -45px;
  }
  .jpd-breadcrumb-inner {
    top: 80px;
  }
  .bj-thk-msg.tc {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .main-content-left .book-img {
    width: 100%;
    max-width: 540px;
  }
  /*.menu-icon-help-header {
    top: 15px;
  }

  .umain #mini-panel-product_menu .menu-icon-help-header .product-title a {
    margin: 0 !important;
  }*/
}
.ebook_page_form.usecase_style {
  background: transparent;
}
/*# sourceMappingURL=inquiry-catalog.css.map */</pre></body></html>