@charset "utf-8";

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../_module/font/glyphicons-halflings-regular.eot");
    src: url("../_module/font/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../_module/font/glyphicons-halflings-regular.woff2") format("woff2"), url("../_module/font/glyphicons-halflings-regular.woff") format("woff"), url("../_module/font/glyphicons-halflings-regular.ttf") format("truetype"), url("../_module/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-send:before {
    content: "\e171";
}
.inq-wrap{ width: 100%; max-width: 750px; padding:0 30px; margin: 0 auto;  }
.inq-wrap .page-header{
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #4e5d6c;
  font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,YuGothic,Yu Gothic,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meyryo,"ＭＳ Ｐゴシック", sans-serif;
}
.inq-wrap .page-header h1{ font-size: 39px; font-weight: 300; margin-top: 21px; margin-bottom: 10px; font-family: inherit; line-height: 1.1; text-align: left; }
.inq-wrap .page-header p{ word-break: break-all; margin-bottom: 10px; text-align: left; }
.inq-form__input{ margin-bottom: 35px; }
.inq-form__input input[type=text],
.inq-form__input input[type=email],
.inq-form__input input[type=tel],
.inq-form__input input[type=number],
.inq-form__input select,
.inq-form__input textarea { display: block; font-family: inherit; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 8px 16px; width: 100%; height: 39px; background: #fff; border: solid #ccc 1px; -webkit-border-radius: 0; border-radius: 0; font-size: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; color:#2b3e50; line-height: 1.42857143; outline: none; border-width: 2px; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-style: inset; }
.inq-form__input textarea { height: 125px; }
.inq-form__btns--item{ width: 100%; }
.inq-form__btns--item button,
.inq-form__btns--item a{ display: block; padding: 8px 16px; height: 41px; font-style: 15px; color:#fff; line-height: 1.42857143; width: 100%; text-align: center; font-weight: 300; border-radius: 0; background-color: transparent; border:2px solid #fff; cursor: pointer; }
.inq-form__btns--item a{ padding: 0; line-height: 41px; }
.inq-form__btns--item button:hover,
.inq-form__btns--item a:hover{ background-color: #68d699; }
.inq-form__btns--item+.inq-form__btns--item{ margin-top: 15px; }

.inq-form__detail{ padding: 0 0 30px; height: 500px; }
.inq-form__input__parts+.inq-form__input__parts{ margin-top: 15px; }

.inq-form__comfirm{ margin-bottom: 35px; text-align: left; }
.inq-form_comfirm-message{ padding: 15px 0; margin-bottom: 10px; }
.inq-form__comfirm--block{ padding-bottom: 25px; margin-bottom: 15px; font-size: 12px; font-weight: 300; color:#fff; border-bottom: 1px solid rgba(255,255,255,0.4); }
.inq-form__comfirm--txt{ padding-top: 10px; }
.inq-form__comfirm--block label{ margin-bottom: 5px; }

.required-balloon {
    display: none;
    font-size: 15px;
    margin-top: 0.4em;
    color: #F03D61;
    text-align: left;
}
.inq-form__input .error{ background-color: #FCE9E9 !important; }
.inq-form__input .error + .required-balloon{ display: block !important; }
.inq-form__thanks {padding: 20px 0 50px;}
.inq-form__thanks p{ margin-bottom: 50px; text-align: center; font-size: 20px; }

/* Absolute Center Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 641px) {
  .inq-wrap{padding:0 15px;}
}