@charset "utf-8";

/* h1 */
#nmlContent .head h1 img {
  width: 76.0869%;
  max-width: 525px;
}
@media screen and (min-width: 751px) {
  #nmlContent .head h1 img {
    width: 100%;
    max-width: 737px;
  }
}

/* mform */
#mform .lead {
  font-size: 4.266vw;
  line-height: 1.5625;
  margin-top: 0.4em;
}
@media screen and (min-width: 751px) {
  #mform .lead {
    font-size: 16px;
    width: 57%;
  }
}

/* file submit */
#fileWrap {
  position: relative;
  padding-right: 30vw;
  box-sizing: border-box;
}
#mform input[type="text"]#fake_input_file {
  width: 100%;
  margin-right: 0;
}
#btn_input_file {
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-appearance: none;
  width: 27vw;
  height: auto;
  font-family:
    'Helvetica Neue',
    'Helvetica',
    'Arial',
    'Verdana',
    'Noto Sans Japanese',
    "游ゴシック",
    "Yu Gothic",
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;

  display: inline-block;
  color: #ffffff;
  background: #0083d2;
  font-size: 3.7vw;
  line-height: 42px;
  font-weight: bold;
  padding: 0 0.6em;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  #fileWrap {
    width: 57%;
    max-width: 480px;
    padding-right: 140px;
  }
  #btn_input_file {
    top: 15px;
    width: auto;
    font-size: 16px;
    line-height: 44px;
    padding: 0 1.6em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #btn_input_file:hover {
    background: #2b95d5;
  }
}


/* estimateLink */
#estimateLink {
  padding-top: 4vw;
}
#estimateLink li {
  margin-top: 4vw;
}
@media screen and (min-width: 751px) {
  #nmlContent .body .inner {
    position: relative;
  }
  #estimateLink {
    position: absolute;
    top: 90px;
    right: 60px;
  }
  #estimateLink {
    padding-top: 0;
  }
  #estimateLink li {
    margin-top: 20px;
    width: 28vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #estimateLink li:first-child {
    margin-top: 0;
  }
  #estimateLink li:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1101px) {
  #estimateLink li {
    width: 306px;
  }
}


/* confirm */
.body.confirm .lead {
  font-size: 3.85vw;
  line-height: 1.5625;
}
.body.confirm .btnContact {
  margin-top: 8vw;
}
.body.confirm .return {
  text-align: center;
  font-size: 4.266vw;
  margin-top: 1.5em;
}
.confirm td img {
  margin-top: 2.5vw;
}
@media screen and (min-width: 751px) {
  .body.confirm .lead {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .body.confirm .btnContact {
    text-align: center;
    margin-top: 40px;
  }
  .body.confirm .return {
    font-size: 14px;
    margin-top: 2em;
  }
  .confirm td img {
    margin-top: 0;
    max-width: 464px;
  }
}


/* thanks */
.body.thanks .contain {
  text-align: center;
}
#nmlContent .body.thanks .contain h2 {
  color: #0085d0;
  font-size: 6.133vw;
  line-height: 1.43;
}
.body.thanks .contain .lead {
  margin-top: 1em;
  font-size: 4.266vw;
  line-height: 1.5625;
  letter-spacing: -0.07em;
}
.body.thanks .comBtn {
  display: none;
}
@media screen and (min-width: 751px) {
  #nmlContent .body.thanks .contain h2 {
    text-align: center;
    font-size: 30px;
  }
  .body.thanks .contain .lead {
    margin-top: 2em;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .body.thanks .comBtn {
    margin-top: 50px;
    display: block;
  }
}


/* common fix */
@media screen and (min-width: 751px) {
  .btnContact input {
    padding: 1.2em;
  }
}

