@charset "UTF-8";
/* ----------------------------------
受注フォーム
---------------------------------- */
.juchuAnnaiBox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  list-style: decimal inside;
  margin-bottom: 40px;
}
.juchuAnnaiBox li {
  list-style: inherit;
  color: #a85b33;
  margin-bottom: 1em;
}
.juchuAnnaiBox .juchuAnnaiTitle {
  font-weight: bold;
  color: #a85b33;
}
.juchuAnnaiBox .juchuAnnaiText {
  color: #333;
}

/*------------------------------------
フォーム　ナビステップ
--------------------------------------*/
#navStep {
  background: #ddd;
  margin: 0 0 18px 0;
  padding: 8px 0px;
  color: #444;
  font-size: 1em;
}

#navStep:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#navStep em {
  font-style: normal;
}

#navStep li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#navStep li:after {
  content: "＞";
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  color: #666;
  padding: 0 20px;
  /* float: left; */
  position: relative;
  top: 10px;
}

@media \0screen {
  #navStep li:after {
    content: "";
    display: none;
    float: left;
  }

  #navStep li:before {
    content: "＞";
    position: relative;
    top: 10px;
    left: -10px;
    float: left;
  }

  #navStep li:first-child:before {
    content: "";
  }
}
#navStep li:last-child:after {
  content: "";
}

#navStep span {
  font-family: Verdana,sans-serif;
}

#navStep span, #navStep span b, #navStep span em {
  font-weight: normal;
}

#navStep span em {
  padding-left: 4px;
  display: block;
}

#navStep span {
  text-align: center;
  float: left;
}

#navStep span em {
  padding-left: 0;
  display: block;
}

.navStep:after {
  content: "";
  clear: both;
  display: block;
}

.navStep {
  margin: auto;
  position: relative;
  left: 20px;
}

@media \0screen {
  #navStep span b {
    position: relative;
    left: -5px;
  }

  #navStep .current span b {
    left: 0;
  }

  .navStep {
    left: 0px;
    overflow: hidden;
  }

  .long .navStep {
    left: 0px;
  }

  .navStep li {
    padding: 0 10px;
  }

  #navStep li {
    width: 100px;
    min-width: 110px;
    text-align: center;
  }
}
@media (min-width: 660px) {
  .current span {
    color: #000;
  }
}
#navStep .current {
  font-weight: bold;
}

#navStep .current span, #navStep .current span b, #navStep .current span em {
  font-weight: bold;
}

/*------------------------------------
フォーム　エラーメッセージ
--------------------------------------*/
.err, .red, .alertMsg, .errorMsg {
  color: #bf360c;
}

div.errorMsg {
  margin-bottom: 32px;
}

.errorMsg font + br {
  display: none;
}

.err a, .errorMsg p, .err a, .errorMsg font, p.errorMsg {
  color: #b0120a;
  background-color: #ffccbc;
  border: solid 1px #ffab91;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  padding: 8px;
  margin-bottom: 16px;
  display: block;
}

.err a:before, .errorMsg p:before, .errorMsg font:before, p.errorMsg:before {
  content: '※';
  display: inline-block;
  padding-right: 2px;
}

dt div[color], dt font[color] {
  background: #ffff00;
  font-weight: bold;
  display: inline;
  color: #000;
}

.finMsg {
  margin: 14px 0 12px 0;
  font-weight: bold;
  font-size: 1.2em;
}

p.formMsg {
  margin: 0 0 14px 0;
}

/* ----------------------------------
お問い合わせフォーム　入力欄
---------------------------------- */
@media (max-width: 659px) {
  #innerWrap {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 659px) {
  #itagaki {
    width: 95%;
    margin: auto;
  }
  #itagaki input {
    width: 95%;
  }
  #itagaki input.post {
    width: 60%;
  }
  #itagaki input[type=checkbox] {
    width: 18px;
  }
}
form#itagaki .post {
 border: 1px solid #aaa;
 font-size: 15px;
 /*padding: 8px 3px;*/
}

.attention {
  color: #F30;
}

.inputWrap input[type=submit] {
  font-size: 1.2em;
  padding: 10px;
}

.confirm dt {
  padding: 0px 0px 0px 6px;
  line-height: 1em;
  border-left: 5px solid #d1cbbd;
  background-color: #fff;
  position: initial;
}

/*# sourceMappingURL=form.css.map */
