@charset "UTF-8";
.catalog-fv {
  background: url("../../../images/catalog-top.png");
  height: 50vh;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
}

@media screen and (max-width: 959px) {
  .catalog-fv {
    height: 30vh;
  }
}

@media screen and (max-width: 749px) {
  .catalog-fv {
    height: 25vh;
    margin-top: -103px;
  }
}

.catalog {
  background-color: #DFF0F4;
  padding: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 749px) {
  .catalog {
    padding: 10px;
  }
}

.catalog-title {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 749px) {
  .catalog-title {
    padding: 80px 0 50px 0;
  }
}

.contact-form__title {
  text-align: center;
}

.privacy {
  color: #222222;
  text-decoration: underline;
}

.catalog-section {
  padding: 0 20px;
}

.catalog-section__content__title {
  margin: 0 -20px;
}

.catalog-section__content__text-2 {
  padding: 0 30px;
}

form.wpcf7-form {
  margin: 50px 0 0 50px;
}

form dl {
  margin-bottom: 50px;
  overflow: hidden;
}

form dl dt {
  clear: both !important;
  width: 30% !important;
  float: left !important;
  padding: 15px 0 !important;
  text-align: right !important;
  overflow: hidden !important;
  color: rgba(57, 154, 178, 0.9);
  font-weight: bold;
  margin-bottom: 15px;
}

.post-icon {
  padding-right: 20px;
  color: rgba(57, 154, 178, 0.9);
  font-weight: bold;
}

form dl dd {
  width: 65% !important;
  float: right !important;
}

form dl dt:first-child,
form dl dt:first-child + dd {
  border: none;
}

form dl dt span {
  color: #ffffff;
  background-color: red;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
}

form
form dl dt span.required,
form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form dl dd span.error_blank,
form dl dd span.error_format,
form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  max-width: 100%;
  padding: 7px 2%;
  border: 2px solid rgba(57, 154, 178, 0.9);
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

form .post-number span input[type="text"] {
  width: 200px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form span span span label input[type="radio"] {
  opacity: 0;
}

form span span span label .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
  background-color: rgba(57, 154, 178, 0.9);
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.contact-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
}

.contact-checkbox span span .wpcf7-list-item {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: -15px;
}

form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form textarea {
  display: block;
  max-width: 100%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 2px solid rgba(57, 154, 178, 0.9);
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form ul {
  list-style-type: none;
}

form ul li label:hover {
  cursor: pointer;
}

form input#company {
  width: 90%;
}

form input#postal {
  margin-left: 10px;
  width: 60%;
}

form input#mail_address,
form input#mail_address_confirm {
  width: 90%;
}

form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form input#address {
  width: 90%;
}

form .cofirm-btn {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

form .reset-btn {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

form .submit-btn .cofirm-btn {
  width: 250px;
}

form .submit-btn .cofirm-btn input[type="submit"] {
  padding: 20px 0;
  margin: 0 auto 50px auto;
  background-color: rgba(57, 154, 178, 0.9);
  text-align: center;
  color: #ffffff;
  padding-left: 90px;
}

@media screen and (max-width: 959px) {
  form .submit-btn .cofirm-btn input[type="submit"] {
    width: 200px;
    margin-right: 0;
    padding-left: 70px;
  }
}

@media screen and (max-width: 480px) {
  form .submit-btn .cofirm-btn input[type="submit"] {
    padding-left: 100px;
  }
}

@media screen and (max-width: 480px) {
  form .submit-btn .cofirm-btn {
    width: 260px;
  }
}

form .submit-btn .send-btn input[type="submit"] {
  padding-left: 85px !important;
}

@media screen and (max-width: 959px) {
  form .submit-btn .send-btn input[type="submit"] {
    width: 200px !important;
    padding-left: 70px !important;
  }
}

form .submit-btn .reset-btn {
  width: 250px;
}

form .submit-btn .reset-btn input[type="reset"], form .submit-btn .reset-btn input[type="button"] {
  padding: 20px 0;
  margin: 0 auto 50px auto;
  background-color: #938B63;
  text-align: center;
  color: #ffffff;
  padding-left: 90px;
}

@media screen and (max-width: 480px) {
  form .submit-btn .reset-btn input[type="reset"], form .submit-btn .reset-btn input[type="button"] {
    padding-left: 100px;
  }
}

@media screen and (max-width: 959px) {
  form .submit-btn .reset-btn input[type="reset"], form .submit-btn .reset-btn input[type="button"] {
    width: 200px;
    margin-right: 0;
    padding-left: 70px;
  }
}

@media screen and (max-width: 480px) {
  form .submit-btn .reset-btn {
    width: 260px;
  }
}

form .submit-btn .back-btn input[type="button"] {
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  form .submit-btn .back-btn input[type="button"] {
    padding-left: 0px;
  }
}

@media screen and (max-width: 959px) {
  form .submit-btn .back-btn input[type="button"] {
    padding-left: 0px;
  }
}

.submit-btn p {
  width: 85%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0  50px;
}

@media screen and (max-width: 959px) {
  .submit-btn p {
    margin: 0;
  }
}

form .cofirm-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .cofirm-btn .off {
  position: absolute;
  width: 15px;
  height: 13px;
  top: 40px;
  right: 10px;
}

form .reset-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .reset-btn .off {
  position: absolute;
  width: 15px;
  height: 13px;
  top: 40px;
  right: 10px;
}

form .send-btn .off {
  right: 25px !important;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
form {
  font-size: 100%;
}

form#mail_form dl {
  overflow: visible;
}

form#mail_form dl dt {
  width: auto;
  float: none;
  text-align: left;
  padding: 15px 0 5px;
  font-weight: bold;
}

form#mail_form dl dd {
  width: auto;
  float: none;
  border-top: none;
  padding: 0px 0 20px 0px;
}

form#mail_form dl dt span {
  font-weight: normal;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  margin-right: 1em;
  margin-bottom: 2em;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  margin-top: 0px;
}

form#mail_form input#postal + a {
  padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
  margin-left: 0;
}

form#mail_form select {
  font-size: 16px;
  margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
  width: 100%;
}

/* 1000pixel end */
@media screen and (max-width: 600px) {
  form .submit-btn {
    display: block;
  }
  form .submit-btn .cofirm-btn {
    width: 220px;
  }
  form .submit-btn .cofirm-btn input[type="submit"] {
    padding-left: 110px;
  }
  form .submit-btn .reset-btn {
    width: 220px;
  }
  form .submit-btn .reset-btn input[type="reset"] {
    padding-left: 110px;
  }
  form .submit-btn .send-btn .off {
    right: 10px !important;
  }
  form .submit-btn .back-btn input[type="button"] {
    padding-left: 0px;
  }
  form .submit-btn .cofirm-btn input[type="submit"] {
    padding-left: 70px;
    margin-left: 20px;
  }
  form .submit-btn .reset-btn input[type="reset"], input[type="button"] {
    padding-left: 70px;
    margin-left: 20px;
  }
  form .submit-btn .send-btn input[type="submit"] {
    margin-right: -20px;
  }
  .confirm-text {
    text-align: initial !important;
    margin-left: 110px;
  }
}

@media screen and (max-width: 360px) {
  form#mail_form .submit-btn {
    display: block;
  }
  form#mail_form .submit-btn .cofirm-btn {
    width: 250px;
  }
  form#mail_form .submit-btn .cofirm-btn input[type="submit"] {
    padding-left: 95px;
  }
  form#mail_form .submit-btn .reset-btn {
    width: 250px;
  }
  form#mail_form .submit-btn .reset-btn input[type="reset"], form#mail_form .submit-btn .reset-btn input[type="button"] {
    padding-left: 95px;
  }
}

@media screen and (max-width: 896px) {
  .contact-checkbox {
    margin-left: 5px;
  }
  form.wpcf7-form {
    margin-left: 50px;
  }
  form dl dt {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    padding: 15px 0 5px !important;
    font-weight: bold !important;
  }
  form dl dd {
    width: auto !important;
    float: none !important;
    border-top: none !important;
    padding: 0px 0 20px 0px !important;
  }
  br {
    display: none;
  }
  .submit-btn p {
    margin-left: -20px;
  }
}

@media screen and (max-width: 840px) {
  .submit-btn p {
    display: block !important;
  }
  form .submit-btn .cofirm-btn input[type="submit"] {
    margin-bottom: 0;
  }
}

.wpcf7-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-box .wpcf7-back {
  display: block !important;
}

@media screen and (max-width: 750px) {
  form.wpcf7-form {
    margin-left: 0px;
  }
  .catalog-section__content__text-1 {
    padding: 30px 0;
  }
  .catalog-section__content__text-2 {
    padding: 0;
  }
  .contact-section-mail__content__text-1 {
    padding: 30px 0;
  }
  .contact-section__content__text-2 {
    padding: 0;
  }
}

.reset-btn .wpcf7c-force-hide {
  display: none !important;
}

.wpcf7c-force-hide {
  display: none !important;
}

.contact-hidden {
  display: none !important;
}

.confirm-text {
  text-align: center;
  margin-bottom: 30px;
}
/*# sourceMappingURL=catalog.css.map */