/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2022 | 02:40:20 */
body.page-id-179:not(.wp-admin) {
  min-width: 100%;
}
.page-id-179 .main-header-bar-wrap {
  display: none;
}
.page-id-179 .main-header-bar {
  display: none;
}
.page-id-179 footer#colophon {
    display: none;
}

/* ----- お問合わせフォーム ----- */
body .bg_color_sub2 {
  background: #f1f1f1 !important;
}

.required.options {
  background: #cccccc !important;
  color: #333 !important;
}

.koumoku .code .wpcf7-radio span {
  display: block;
}

.es-form-item #error {
  display: block;
  margin-top: 10px;
  color: red;
}
.japan_code {
  display: block;
  margin-top: 10px;
}

.contact_address .wpcf7-radio span {
  display: block;
}

.note_option {
  font-weight: bold;
}

.es-form-item.submit .wpcf7-submit {
  background: #a22f24 !important;
}

.postcode_search .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 20px;
  width: auto;
}
.postcode_search button {
  border-radius: 10px;
  color: #333;
  border: 1px solid #a9a9a9;
  background: linear-gradient(to bottom, #fcfcfc, #f1f1f1);
}